aurelia / documentation

The documentation for Aurelia.
MIT License
105 stars 111 forks source link

[Bug] using back-tic in header doesn't show in the site #387

Closed avrahamcool closed 5 years ago

avrahamcool commented 5 years ago

When backtick are used as part of a Title, they are stripped from the actual result.

Github Page: https://github.com/aurelia/documentation/blob/master/current/en-us/4.%20binding/6.%20delegate-vs-trigger.md

image

Site rendering: https://aurelia.io/docs/binding/delegate-vs-trigger#delegate-vs-trigger

image

avrahamcool commented 5 years ago

This is very bizarre.

Iv'e found a lot of other places where backtick is used in titles, and they all render fine (I've checked them all). the only place where it breaks is in the capture example. not sure what is different there.

image

EisenbergEffect commented 5 years ago

Strange. Something in the underlying markdown library, but does seem very odd. I'll merge this. Thanks for the fix.

avrahamcool commented 5 years ago

escaping the bactick didn't work. I think it's better to just remove it. I'll create a new PR.

EisenbergEffect commented 5 years ago

Merged. Thank you!