Closed nolange closed 6 months ago
@nolange first of all, thanks for your effort!
Because of the big changes in PR #46, could you please update your code to the newest baseline.
@b-bittner : All done and ready from my side
Ping? Would like to get this merged, the current version doesn't work correctly with alot of valid Markdown files
Supports whitespace after the fence. ex:
Support more than 3 ticks or tildes for code blocks, this is still only a part of the variations in the wilds [1]
Finds the correct matching ending fence by using identation, this required adding some more groups to the regexp and the option MULTILINE. ex.
[1] - https://pandoc.org/MANUAL.html#fenced-code-blocks
Closes: #34