blob: 0d792cd108d4923b765efc3e5383318ab43da40e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
site_name: Python-Markdown
site_url: https://Python-Markdown.github.io/
repo_url: https://github.com/Python-Markdown/markdown
site_author: "The Python-Markdown Project"
copyright: "Copyright © 2010-2017"
use_directory_urls: true
theme:
name: nature
icon: py.png
release: 2.6.10
issue_tracker: https://github.com/Python-Markdown/markdown/issues
pages:
- Python-Markdown: index.md
- Installation: install.md
- Library Reference: reference.md
- Command Line: cli.md
- Extensions: extensions/index.md
- Officially Supported Extensions:
- Abbreviations: extensions/abbreviations.md
- Admonition: extensions/admonition.md
- Attribute Lists: extensions/attr_list.md
- CodeHilite: extensions/code_hilite.md
- Definition Lists: extensions/definition_lists.md
- Extra: extensions/extra.md
- Fenced Code Blocks: extensions/fenced_code_blocks.md
- Footnotes: extensions/footnotes.md
- HeaderId: extensions/header_id.md
- Meta-Data: extensions/meta_data.md
- New Line to Break: extensions/nl2br.md
- Sane Lists: extensions/sane_lists.md
- Smart Strong: extensions/smart_strong.md
- SmartyPants: extensions/smarty.md
- Table of Contents: extensions/toc.md
- Tables: extensions/tables.md
- WikiLinks: extensions/wikilinks.md
- Extension API: extensions/api.md
- Test Suite: test_suite.md
- Change Log: change_log/index.md
- Release Notes for v.2.6: change_log/release-2.6.md
- Release Notes for v.2.5: change_log/release-2.5.md
- Release Notes for v.2.4: change_log/release-2.4.md
- Release Notes for v.2.3: change_log/release-2.3.md
- Release Notes for v.2.2: change_log/release-2.2.md
- Release Notes for v.2.1: change_log/release-2.1.md
- Release Notes for v.2.0: change_log/release-2.0.md
- Authors: authors.md
markdown_extensions:
- extra
- admonition
- smarty
- codehilite
- toc:
permalink: true
|