-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Describe the bug
A few R<> and B<> have been generated weirdly. They've generated "ÿÿ<var>ÿÿYour Nameÿÿ</var>ÿÿ"
from "R<Your Name>"
and ÿÿ<strong>ÿÿX<array>ÿÿ</strong>ÿÿ
from B<X<array>>
, for example.
[14:11:48] dakkar: https://github.com/Raku/doc-website/blob/main/Website/plugins/page-styling/page-styling.raku#L424-L427 this is probably the code that produces those ÿÿ
To Reproduce
- Go to https://docs.raku.org/language/modules#index-entry-META6%2Ejson-META6%2Ejson and https://docs.raku.org/language/pod
- Search for ÿÿ
- Note that the docs have been incorrectly rendered
Expected behaviour
The docs shouldn't contain the ÿÿ (and maybe they should be substituting contents of the R<> tags for something else?)
Metadata
Metadata
Assignees
Labels
No labels