t4cmyk
Results
1
issues of
t4cmyk
**Marked version:** 16.4.2 **Describe the bug** ```typescript import { marked } from "marked"; const lexer = new marked.Lexer(); const tokensA = marked.Lexer.lex("Test"); const tokensB = lexer.lex("Test"); ``` The values of...