/*a minimal markdown editor */
Typora gives you a seamless experience as both a reader and a writer. It removes the preview window, mode switcher, syntax symbols of markdown source code, and all other unnecessary distractions. Instead, it provides a real live preview feature to help you concentrate on the content itself.



Use shortcut keys, context menu or touch bar to change list type from one to another.
Display line numbers can be turned on in preferences panel.


Set your the link targets towards a header, a markdown file, or an URL.

/*You focus on the content, Typora helps with the rest */




A minimal Markdown editor and reader.
# add Typora's key
sudomkdir-p /etc/apt/keyrings
curl-fsSL https://downloads.typora.io/typora.gpg |sudotee /etc/apt/keyrings/typora.gpg > /dev/null
# add Typora's repository securely
echo"deb [signed-by=/etc/apt/keyrings/typora.gpg] https://downloads.typora.io/linux ./" |sudotee /etc/apt/sources.list.d/typora.list
sudo apt update# install typora
sudo apt installtypora
