include example files

This commit is contained in:
Conzer 2024-12-04 01:21:40 -05:00
parent 156e4576ed
commit 7d4eb47947
2 changed files with 13 additions and 0 deletions

5
example.html Normal file
View file

@ -0,0 +1,5 @@
<h1>Example.md</h1>
<p>This is an example markdown file you can convert with:</p>
<p><code>cargo run example.md example.html</code></p>
<p>Try it! It should work easily.
CSS styling is not built in. You can theme the CSS yourself.</p>

8
example.md Normal file
View file

@ -0,0 +1,8 @@
# Example.md
This is an example markdown file you can convert with:
`cargo run example.md example.html`
Try it! It should work easily.
CSS styling is not built in. You can theme the CSS yourself.