1
Fork 0

Fix trailing space showing up in example

The current text is rendered as: U+005B ..= U+0060 ``[ \ ] ^ _ ` ``, or.
This patch changes that to render as: U+005B ..= U+0060 `` [ \ ] ^ _ ` ``, or

The reason for that, is that CommonMark has a solution for starting or ending inline code with a backtick/grave accent: padding both sides with a space, makes that padding disappear.
This commit is contained in:
Titus 2022-08-15 16:18:00 +02:00 committed by GitHub
parent 6ce76091c7
commit 8e80c39d2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23