Easy to use tool to convert a markdown file to a PDF.
Supports the following features
-
Supports export from MD to PDF, HTML, PNG and JPEG
INPUT
::: warning
*here be dragons*
:::
OUTPUT
<div class="warning">
<p><em>here be dragons</em></p>
</div>INPUT
@startuml
Bob -[#red]> Alice : hello
Alice -[#0000FF]->Bob : ok
@enduml
OUTPUT
- Enable Syntax highlighting
- boolean. Default: true
- Set the style name, this is a builtin Highlight JS css file without the file extension. For example:
github,monokai... Default:github - style list
- demo site : https://highlightjs.org/static/demo/
