Markdown shortcuts

markdown-shortcuts
By José Ferreira

A simple package to make writing Markdown easier

markdown
development
writing

Paste this command in a terminal to install the package

espanso install markdown-shortcuts
Description
Source

Available matches

Trigger
Replace
:block:
```🖰
```
:code:
`🖰`
:h1:
#
:h2:
##
:h3:
###
:h4:
####
:h5:
#####
:h6:
######
:bold:
**🖰**
:italic:
*🖰*
:strike:
~~🖰~~
:url:
[🖰]()
:image:
![](🖰)
:horizontal:
___
:task:
- [ ]
:donetask:
- [x]
:collapse:
\

\\
🖱
\
:comment:
\<!--- 🖱 -->
Note: The symbol "🖰" denotes where your mouse cursor will be after the trigger.