簡單的 GTK3+ Markdown 查看器:DragnucsMD
DragnucsMD 是一個非常簡單的 Markdown 查看器,方便快速檢閱 Markdown 文檔的樣式。DragnucsMD 基于 GTK3+ 的 Python 綁定,符合 GNOME3 用戶交互指南。同時兼容 Python 2 和 Python 3。
Features
- code-friendly
- cuddled-lists
- fenced-code-blocks
- footnotes
- header-ids
- metadata
- pyshell
- smarty-pants
- wiki-tables
- xml
- tag-friendly
Usage
There is no install at the moment, but usage is very simple:
python markdown.py -f /path/to/file.md
Python3 also works:
python3 markdown.py -f /path/to/file.md
You can also make it executable chmod +x markdown.py
and run it:
./markdown.py -f /path/to/file.md
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!