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

remove code-quote when vertical bar inside table #174

Merged

Commits on Aug 11, 2022

  1. fix: remove code-quote when vertical bar inside table

    As in bitflight-devops#168 described the quote (grave accent: &bitflight-devops#96;)
    should be removed that markdown interprets the
    vertical bar (`&bitflight-devops#124;`) correctly.
    fty4 committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    a8df0fb View commit details
    Browse the repository at this point in the history
  2. fix: wrap vertical bar context with code html element

    To ensure the markdown content is displayed as code block the escaped
    section will be wrapped with HTML element `<code>`.
    fty4 committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    53a8f23 View commit details
    Browse the repository at this point in the history