Generate documentation from HTML or code comments
::: Roadmap
Todo: implement comment parsing
Simply specify the input
docthing <input.md>
and optionally specify the output file:
docthing <input.md> <output.md>
::: Example Markdown
Headings are the standard # symbol
# H1
## H2
### H3this goes on up to h6
Typing is just like Markdown, using asteriks to denote a certain effect
*Italic*
**Bold**
***Italic and Bold***Uses backticks like Markdown
inline code
usual three backticks (Shift + ~)
Uses the chevron
> BlockquoteNow dropdowns are handled differently than Markdown.
Markdown does not handle it very well,
DocThing uses three colons (Shift + ;, :) and the format is:
::: title
(indented)
so it can be written as:
::: im a dropdown
### Hello!More examples will be comming soon