Skip to content

Commit c1c1162

Browse files
committed
docs: escape html tag in comment
1 parent d8173d8 commit c1c1162

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/markdown-exit/src/parser/inline/state_inline.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export default class StateInline<T extends Parser = Parser> {
6767

6868
/**
6969
* Counter used to disable inline linkify-it execution
70-
* inside <a> and markdown links
70+
* inside `<a>` and markdown links
7171
*/
7272
linkLevel: number = 0
7373

0 commit comments

Comments
 (0)