Closed ailin-nemui closed 3 years ago
See https://github.com/gettalong/kramdown/issues/704 - This was an intentional change to make the behaviour more consistent.
If you need that space inside the code span, please use two backticks.
it does not match the rendering on github, which is a pity
Github doesn't use kramdown for rendering but a different Markdown engine and Markdown dialect. It is expected that there are differences because there is no Markdown standard.
Hi,
our Github Pages website was just broken slightly by the kramdown 2.3.1 update. We have the following code:
Previously (kramdown 2.3.0 as used by github-pages 213), it was rendered (correctly) as
but now it renders as
Do you have any advice?
Reference to our page/sources: https://irssi.org/documentation/settings/ https://github.com/irssi/irssi.github.io/tree/master/documentation/settings.markdown