V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
Livid
270.9D
572.97D
V2EX  ›  Python

快要 2021 年了,有什么新的推荐的 Python 的 Markdown 库么?

  •  
  •   Livid ·
    PRO
    · Nov 28, 2020 · 3753 views
    This topic created in 1985 days ago, the information mentioned may be changed or developed.
    比如能支持表格的?
    11 replies    2022-08-02 07:33:33 +08:00
    zhuangzhuang1988
        1
    zhuangzhuang1988  
       Nov 28, 2020
    不直接 reStructuredText ?
    laike9m
        2
    laike9m  
       Nov 28, 2020
    自己写一个(
    Livid
        3
    Livid  
    MOD
    OP
    PRO
       Nov 28, 2020
    @zhuangzhuang1988 让 V2EX 的主题发帖能支持 RST 或许也是一个有趣的尝试。
    learningman
        4
    learningman  
       Nov 28, 2020
    别吧。。。不会 RST
    37Y37
        5
    37Y37  
       Nov 28, 2020 via Android
    @Livid 现在的确实不太好用,尤其是发代码,图片这样的,很多人摸不清规则,求换个好用的
    guyskk0x0
        6
    guyskk0x0  
       Nov 28, 2020
    直接把 CSV 渲染成表格怎么样? Markdown 的表格太难写了。
    https://jekyllrb.com/tutorials/csv-to-table/

    ```csv
    head1,head2,head3
    12,34,56
    23,45,67
    ```
    phithon
        7
    phithon  
       Nov 28, 2020
    phithon
        8
    phithon  
       Nov 28, 2020
    no1xsyzy
        9
    no1xsyzy  
       Dec 3, 2020
    调用外部进程 pandoc,甚至可以支持 RST 、docx 、html 、textile 、roff 、mediawiki 等各种输入(划去
    表格我觉得不如 data frame literal……
    fghzpqm
        10
    fghzpqm  
       Sep 13, 2021   ❤️ 1
    Livid
        11
    Livid  
    MOD
    OP
    PRO
       Aug 2, 2022
    从 GitHub 的 cmark-gfm 的 README 里发现了这个:

    https://pypi.org/project/paka.cmark/

    GitHub 官方的实现:

    https://github.com/github/cmark-gfm
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3287 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 60ms · UTC 12:33 · PVG 20:33 · LAX 05:33 · JFK 08:33
    ♥ Do have faith in what you're doing.