include example files
This commit is contained in:
parent
156e4576ed
commit
7d4eb47947
2 changed files with 13 additions and 0 deletions
5
example.html
Normal file
5
example.html
Normal 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
8
example.md
Normal 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.
|
Loading…
Reference in a new issue