Closed nolange closed 6 months ago
You can achieve this via the config:
plugins:
...
- kroki:
- FencePrefix: ' '
Nah, its not completed, I cant adjust the config for every (part of a) file. Whitespaces should not matter at all, and dont for all other implemenations I know of. The code has more issues, most of which are addresses in #36 , which brings it more in line with the "de jure" spec of fenced-code-blocks.
@nolange Oh sorry. Thanks for the links! I will see through them and add tests as well :grinning:
Thanks, this project felt abandoned for a while ;)
@nolange
Thanks, this project felt abandoned for a while ;)
I know.. We all try our best to fit this in between our normal working hours :wink:
Hello,
I am using pandoc as reference (as "markdown formatter") and it is common that fenced blocks contain a whitespace, like this:
This unfortunately does not work, but the only issue seems to be the whitespace, this works:
So please make the detection a bit less strict and allow whitespaces.