Markdown
Markdown is a simple way to add style, lists, links, and other formatting to plain text. In Shy Editor, you can use Markdown syntax, and it will automatically be transformed into the final view right inside the editor window. Supported elements are:
Full Block Commands
#
followed by aspace
to create a title or H1##
followed by aspace
to create a subtitle or H2###
followed by aspace
to create a heading or H3####
followed by aspace
to create a strong block or H4[]
followed by aspace
to create an uncompleted todo[x]
followed by aspace
to create a completed todo-
or*
followed by aspace
to create a bullet list1.
,2.
,3.
,4.
etc. followed by aspace
to create a numbered list>
followed by aspace
to create a block quote```
followed by aspace
to create a code block
Inline Commands
- Wrap words between
*
and*
or_
and_
for italic - Wrap words between
**
and**
or__
and__
for bold - Wrap words between
***
and***
or___
and___
for bold&italic - Wrap words between
~~
and~~
forstrikethrough - Wrap words between
```
and```
forinline code
- Type
---
to insert a line separator