Lines Matching full:markdown
1 title: Python-Markdown
3 Python-Markdown
7 [Markdown](https://daringfireball.net/projects/markdown/).
10 [Syntax Documentation](https://daringfireball.net/projects/markdown/syntax)
19 The Python-Markdown project is developed with the following goals in mind:
23 an implementation of the markdown parser that follows the
24 [syntax rules](https://daringfireball.net/projects/markdown/syntax) and the
25 behavior of the original (markdown.pl) implementation as reasonably as
34 In addition to the basic markdown syntax, Python-Markdown supports the following
39 Python-Markdown will accept [input](reference.md#text) in any language
52 Python-Markdown can output documents with either HTML or XHTML style tags.
63 While Python-Markdown strives to fully implement markdown as described in the
64 [syntax rules](https://daringfireball.net/projects/markdown/syntax), the rules
68 for some examples). Known and intentional differences found in Python-Markdown
73 Python-Markdown defaults to ignoring middle-word emphasis (and strong
80 The [syntax rules](https://daringfireball.net/projects/markdown/syntax#list)
85 Python-Markdown consider it a bug to not enforce this rule.
102 Python-Markdown maintains the same behavior with no plans to change in the
111 [third party extension]: https://github.com/Python-Markdown/markdown/wiki/Third-Party-Extensions
112 [bug tracker]: https://github.com/Python-Markdown/markdown/issues