Skip to content

Commit

Permalink
:MEMO:
Browse files Browse the repository at this point in the history
  • Loading branch information
oladoyinbov committed Nov 8, 2023
1 parent f408cda commit 330eaa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/md-file-to-html-file.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# convert md file to html file
$markdown = Markdown::new()
-> setFile(' files/hello.md ')
-> setFile( __DIR__ . '/files/hello.md' )
-> setCompileDir( 'pages/' )
-> toHtmlFile();

Expand Down
1 change: 1 addition & 0 deletions tests/pages/compiledmarkdown.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<h3>hello</h3>

0 comments on commit 330eaa7

Please sign in to comment.