顯示具有 markdown 標籤的文章。 顯示所有文章
顯示具有 markdown 標籤的文章。 顯示所有文章

2015年2月7日 星期六

Converting Markdown to reStructuredText

安裝 pandoc 
# apt-get install pandoc
 
轉換
$ pandoc --from=markdown --to=rst --output=README.rst README.md




References :
Converting Markdown to reStructuredText | Bradley Froehle

2014年2月3日 星期一

bitbucket text strike through

this is strike through text




References :
(moved to bitbucket) / Wiki / Markdown Syntax 

Linux Markdown Editor

1. ReText
最簡易,可同步預覽,編輯視窗字體不能放大

# apt-get install python3-docutils python3-markdown retext

2. MdCharm
功能齊全,有快速鍵修改 Markdown 語法,可自定樣式 (Windows, Linux, C++, QT)


3. Remarkable
功能齊,界面直觀,有快速鍵修改 Markdown 語法,可自定  CSS,GitHub 呈現樣式不錯 (Write in Python,支援 Linux,非完全 Open Source)



References :
Linux下Markdown的安装及常用语法 - WeberXie - 博客频道 - CSDN.NET

Could not parse file contents, check if you have the necessary module installed!

# apt-get install python3-docutils python3-markdown



References :
ReText / Tickets / #104 Preview error, missing module