Commit Graph

35 Commits

Author SHA1 Message Date
Dr. Vedran Miletić
0de8be26f8
Documentation (#6937)
This is consistent with how we fetch Mermaid.js and automatically picks
the latest minor version.
2024-05-05 11:47:08 +02:00
Kuan-Yi Li
7d6d8d7a7c Updated slugify documentation
Unicode, case-sensitive reference setting causes error below.

```
yaml.constructor.ConstructorError: expected a mapping node, but found scalar
```

Update related sections in the documentation to address this issue.

Newer Python-Markdown has `slugify_unicode` built-in, so this

```yaml
markdown_extensions:
  - toc:
      slugify: !!python/name:markdown.extensions.toc.slugify_unicode
```

also works for case-insensitive use cases.

Fixes: ee1e675da6 ("Update slug reference")
2024-04-01 07:34:10 +08:00
squidfunk
14d7874d0d
Documentation 2024-01-20 08:53:16 +07:00
Jimmy Wang
3f879eafde
Fix typo in SmartSymbols section
"e.h." is a typo for "e.g." in the description.
2024-01-06 01:17:18 +08:00
Sigurd Spieckermann
1dc8bc004f
Documentation (#6514) 2023-12-16 12:50:32 +01:00
squidfunk
a0cc06b112
Prepare 9.4.0 release 2023-09-21 18:56:35 +02:00
squidfunk
156b52c29b
Updated JSON schema 2023-09-20 18:14:58 +02:00
Martin Donath
cd008fdf29
Restructured documentation (#5692) 2023-09-14 19:09:18 +02:00
squidfunk
df40f6ec92
Documentation 2023-05-23 17:42:25 +02:00
squidfunk
e24759fb41 Updated dependencies 2023-03-20 11:11:14 +01:00
squidfunk
080fccd65a Documentation 2022-11-01 12:41:27 +07:00
squidfunk
270f372309 Documentation 2022-10-02 17:34:23 +02:00
squidfunk
1e508d6292 Documentation 2022-10-01 17:17:23 +02:00
squidfunk
c34269468e Documentation 2022-09-29 17:17:50 +02:00
squidfunk
1cf9d45c28 Updated documentation 2022-09-11 19:25:40 +02:00
squidfunk
dd10df9904 Documentation 2022-05-08 17:53:16 +02:00
squidfunk
9f01a6664b Added documentation for changing annotation width 2022-04-01 17:55:19 +02:00
squidfunk
2882d82628 Updated setup and reference interlinks 2022-01-30 18:49:02 +01:00
squidfunk
bcba266bfb Documentation 2022-01-29 16:11:11 +01:00
squidfunk
f5a98fc401 Prepare 8.1.6 release 2022-01-11 10:19:33 +01:00
squidfunk
90410f3910 Stripped comments from all annotations 2021-12-11 14:30:07 +01:00
squidfunk
fed5ad66f5 Prepared 8.1.0 release 2021-12-10 10:12:07 +01:00
squidfunk
0f5cba40ac Documentation 2021-11-14 08:46:35 +01:00
squidfunk
bcf039e765 Documentation 2021-11-13 14:23:10 +01:00
squidfunk
6ceef24179 Added support for code block titles 2021-10-30 13:16:05 +02:00
squidfunk
a0ff73932f Updated documentation 2021-10-10 19:22:13 +02:00
squidfunk
43cdb91472 Updated documentation 2021-10-10 17:39:53 +02:00
squidfunk
b6cd73e083 Updated documentation 2021-10-10 12:19:14 +02:00
squidfunk
0436c9937b Updated documentation 2021-10-04 23:36:31 +02:00
squidfunk
b8becde3bb Updated Admonition documentation 2021-10-03 15:32:50 +02:00
squidfunk
8e527be8b2 Updated Extension documentation 2021-10-03 14:54:22 +02:00
squidfunk
4b433536c5 Updated Python Markdown Extensions documentation 2021-10-03 13:33:01 +02:00
squidfunk
f1ee41ad6e Updated extension documentation 2021-10-03 11:32:24 +02:00
squidfunk
3ac2bd2df0 Added documentation for Python Markdown Extensions 2021-10-03 09:11:15 +02:00
squidfunk
30943cc629 Added documentation for Python Markdown 2021-10-02 19:08:50 +02:00