Skip to content

Commit f46db33

Browse files
committed
Switch .md emphasis style to asterisks
As pdoc is using the "code-friendly" markdown syntax, using underscores will not render properly. This pragma tells markdownlint to use asterisks instead. References: https://pdoc.dev/docs/pdoc.html#markdown-support https://github.com/trentm/python-markdown2/wiki/code-friendly Refers to imcf#34
1 parent 438a8be commit f46db33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changelog 🧾
22

33
<!-- markdownlint-disable MD024 (no-duplicate-header) -->
4+
<!-- markdownlint-configure-file { "emphasis-style": { "style": "asterisk" } } -->
45

56
## 1.5.0
67

0 commit comments

Comments
 (0)