Skip to content

Commit 92dff5c

Browse files
committed
Update file extension
1 parent bdd493d commit 92dff5c

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/_tools/remark/plugins/remark-svg-equations-to-file

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/_tools/remark/plugins/remark-svg-equations-to-file/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ var vfile;
8888
var opts;
8989

9090
// Load a Markdown file...
91-
fpath = path.join( __dirname, 'examples', 'fixtures', 'simple.md' );
91+
fpath = path.join( __dirname, 'examples', 'fixtures', 'simple.txt' );
9292
vfile = toVFile.readSync( fpath );
9393

9494
// Specify the output directory for SVG equation files...

0 commit comments

Comments
 (0)