简单的 GTK3+ Markdown 查看器:DragnucsMD
jopen
10年前
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