Skip to main content

No project description provided

Project description

MarkdownParser

Markdown 语法解析器

安装

pip install MarkdownParser

快速使用

import MarkdownParser

html = MarkdownParser.parse("# Hello World!")
print(html)

更多用法 & 实现思路

https://luzhixing12345.github.io/MarkdownParser/

不支持

  • 四个空格变为代码段
  • [^1]的引用方式
  • Latex数学公式
  • Setext 形式的标题
  • 上标 / 下标 / 下划线
  • SpecialTextBlock中叠加使用有可能会有bug

相关参考

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

markdownparser-0.1.1.tar.gz (13.3 kB view hashes)

Uploaded Source

Built Distribution

markdownparser-0.1.1-py3-none-any.whl (16.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page