Skip to content

Commit 600ab4f

Browse files
committed
unlock all docs
1 parent a5fc207 commit 600ab4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evalMD.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
fileList = dir('matlab/*.md');
66

77
% Loop over all files
8-
for i = 45%1 :length(fileList)
8+
for i = 1 :length(fileList)
99
fileName = fullfile(fileList(i).folder,fileList(i).name);
1010
fprintf('Evaluating (%03d): %s\n',i,['matlab/',fileList(i).name]);
1111
mdContents = readlines(fileName,'Encoding','UTF-8');

0 commit comments

Comments
 (0)