1 parent d8173d8 commit c1c1162Copy full SHA for c1c1162
1 file changed
packages/markdown-exit/src/parser/inline/state_inline.ts
@@ -67,7 +67,7 @@ export default class StateInline<T extends Parser = Parser> {
67
68
/**
69
* Counter used to disable inline linkify-it execution
70
- * inside <a> and markdown links
+ * inside `<a>` and markdown links
71
*/
72
linkLevel: number = 0
73
0 commit comments