Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Style for wiki syntax #18079

Merged
merged 1 commit into from
Jun 28, 2023
Merged

Commits on Jun 27, 2023

  1. Fix: Style for wiki syntax

    The goal of this PR is to correct the style for wiki syntax when the -comment-syntax:wiki is activate.
    I have 2 possibilities:
    First-Change the tag(Done on this PR): So when the correct syntax is called I change the tag to strong,em,etc.. instead of using a span with a class.
    Second-Change the CSS: We keep the span with a class and we add the correct CSS associated to the class.
    Lucas Leblanc authored and Lucas Leblanc committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    ebd164c View commit details
    Browse the repository at this point in the history