We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c238306 commit a566e39Copy full SHA for a566e39
.circleci/config.yml
CHANGELOG.md
@@ -40,7 +40,8 @@ It can be activated by:
40
41
```python
42
from markdown_it import MarkdownIt
43
-md = MarkdownIt().enable("replacements").enable("smartquotes")
+md = MarkdownIt().enable("smartquotes")
44
+md.options["typographer"] = True
45
```
46
47
✨ NEW: Add markdown-it-task-lists plugin, thanks to [@wna-se](https://github.com/wna-se).
setup.py
@@ -52,7 +52,7 @@ def get_version():
52
"psutil",
53
],
54
"rtd": [
55
- "myst-nb~=0.10.0",
+ "myst-nb==0.11.0a1",
56
"sphinx_book_theme",
57
"sphinx-panels~=0.4.0",
58
"sphinx-copybutton",
0 commit comments