Basic Syntax
Headings
With darkdown you can, get the Heading with following syntax
@ Heading
After @
there will be content
Bold Text
Bold content should be between **
.
for eg.
** Bold Content **
Italic Text
Bold content should be between ^
.
for eg.
^ Italic Content ^
Code Blocks
Inline code blocks are written in between \
\ Code Block \
List Items
List items starts with >
> List Item 1
> List Item 2