markdown

Context: user.community.lang.markdown.markdown.talon

SpokenBackend
{user.markdown_code_block_language} blockuser.insert_snippet("```{markdown_code_block_language}\\n$0\\n```")
(level | heading | header) fiveedit.line_start()
"##### "
(level | heading | header) fouredit.line_start()
"#### "
(level | heading | header) oneedit.line_start()
"# "
(level | heading | header) sixedit.line_start()
"###### "
(level | heading | header) threeedit.line_start()
"### "
(level | heading | header) twoedit.line_start()
"## "
linkuser.insert_snippet_by_name("link")
list [one]edit.line_start()
"- "
list fiveedit.line_start()
" - "
list fouredit.line_start()
" - "
list sixedit.line_start()
" - "
list threeedit.line_start()
" - "
list twoedit.line_start()
" - "

Mindmap