Skip to content
This repository was archived by the owner on Dec 9, 2022. It is now read-only.

Commit 5ad27a3

Browse files
committed
changed p header
1 parent 9252a45 commit 5ad27a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mdparse/parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ def sym(text:str) -> str:
198198
# code blocks
199199
code = partial(enclose.__func__, ' xxxcdb ', ' xxxcde ', 'code', 2)
200200
# paragraph blocks (plain text)
201-
txt = partial(prepend.__func__, '', 'p')
201+
txt = partial(prepend.__func__, '', 'xxxp')
202202
# block quotes
203203
bqt = partial(enclose.__func__, 'xxxqb', 'xxxqe', 'blockquote', 3)
204204
# strikethrough

0 commit comments

Comments
 (0)