We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a73e07e commit 561c777Copy full SHA for 561c777
src/plugins/search/markdown-to-txt.js
@@ -59,7 +59,7 @@ const markdownToTxtRenderer = {
59
},
60
61
heading({ tokens }) {
62
- return this.parser?.parse(tokens) || '';
+ return this.parser?.parseInline(tokens) || '';
63
64
65
hr() {
0 commit comments