diff --git a/example.html b/example.html new file mode 100644 index 0000000..a907d35 --- /dev/null +++ b/example.html @@ -0,0 +1,5 @@ +

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.

diff --git a/example.md b/example.md new file mode 100644 index 0000000..055793d --- /dev/null +++ b/example.md @@ -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. \ No newline at end of file