Krzysztof Kowalczyk
Krzysztof Kowalczyk
Tried to modify `fencedCodeBlock` to add `insideBlockquote` flag and added: ```go if insideBlockquote { // skip '>' prefix pre := p.quotePrefix(data[beg:]) if pre > 0 { beg += pre }...
Please provide a full example: * markdown text * what is currently being rendered * what do you expect to be rendered That being said, I looked into CommonMark compatibility...
To set the expectations: probably won't happen as it most likely would require a big change to the parser. Currently those 2 `` are separate `HTMLSpan` ast nodes, with other...
This is the html I get: ```html would you know the regex to use within .muttrc to colorise a Markdown code block like the one below? # This one works...
Here's the code to get the result I got: https://github.com/gomarkdown/markdown/blob/master/cmd/printast/main.go#L44 You might be pre-processing markdown before passing it to parser, postprocessing the html you get from the renderer or using...
`&myTest` is an address of `std::wstring` class, not the string inside the class. You probably need to change `&myTest` to `myTest.c_str()`. Better yet, start with the simplest thing: ``` WCHAR*...
PDF files do not have a concept of lines
Can't investigate without crash report file, a test file and steps to reproduce the crash.
I assume this is about file opening being slow if the file is on network drive. I latest pre-release most file loads are done on a thread. It's still slow...
That's just junky analysis and false positives.