Skip to content

Doc Generation Issue with Formatting Tags #433

@tgt

Description

@tgt

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

  1. Go to https://docs.raku.org/language/modules#index-entry-META6%2Ejson-META6%2Ejson and https://docs.raku.org/language/pod
  2. Search for ÿÿ
  3. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions