A simple markdown extension that compiles markdown into tailwind styled html.
This package and documentation is still work in progress.
npx quarkup s|m [options] [command]
- Paragraphs
- Headings with slugs
- Links
- Code blocks
- GitHub Flavored Markdown
- Table of Contents
- References and Sources
- Local images
Quarkup uses keywords with options:
$keyword:optionA{value}:optionB{value}&the keyword ($) and option (:) marks can be configured.
Example: $tableofcontents:maxDepth{1-6 [default: 6]}$
Keyword: tableofcontents
Options:
maxDepth- 1 up to 6 (default is 6) # Highest acceptable heading
