Skip to content
This repository was archived by the owner on Apr 30, 2025. It is now read-only.
This repository was archived by the owner on Apr 30, 2025. It is now read-only.

Inline code with masked links #17

Description

@eisenwave

Various articles have the formatting **[std::string](URL)**. This was used because Discord did not render this Markdown correctly, at least not on mobile iirc.

I have checked recently, and now this appears correct on Mobile and on Desktop, so we should use inline code instead.

However, it looks like the wheatley parser appears bugged because links of the form:

[`awoo`][ref]

... don't render for some reason. Using a regular masked link instead of a tag appears to work.

In short, we should:

  1. Resolve the bug with parsing inline code in tagged, masked, links.
  2. Migrate the old links to used inline code.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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