Skip to content

Example does not render _How ya doin!_ properly #1

@nalbion

Description

@nalbion

The example does not render _How ya doin!_ properly because ! is not in _baseCharacters.

Why not use RegExp(r"_[^_]+_") for italics?

...why not use a capturing group RegExp(r"_([^_]+)_") so that you don't need postProcess?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions