hash-tag-0.1.2 is not a library.
Visit the last successful build:
hash-tag-0.1.16
hash-tag
<#>
Markdown to HTML Parser written in rust.
Features
- Parses headings, blockquotes, inline code, codeblock, paragraphs, links, bold, italics, unordered lists and ordered list.
- Has debug mode for showing outputs of markdown parsing.
- Visualize outputs using frames ui.
Usage
Using cargo
- Use
run
Generates a
index.htmlfile
- Specify output file using
-oflag
- Visualize output file using
-vflag
This uses frames ui.
- Use
debugmode using-dflag
Using source
- Clone the repository
- Use
run
Generates a
index.htmlfile
- Specify output file using
-oflag
- Visualize output file using
-vflag
This uses frames ui.
- Use
debugmode using-dflag