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

Change style to improve whitespaces trimming inside inline markdown code (#23093) #23120

Merged
merged 2 commits into from
Feb 24, 2023

Commits on Feb 24, 2023

  1. Change style to improve whitespaces trimming inside inline markdown c…

    …ode (go-gitea#23093)
    
    Given mardown source
    ```
    x ` a` y
    x `a ` y
    x ` a ` y
    ```
    
    Render
    
    <img width="1421" alt="2023-02-23 15 33 14"
    src="https://user-images.githubusercontent.com/17645053/220844280-a304c788-ac79-4a26-a55a-0db00f2fb3f3.png">
    
    Fixes go-gitea#23080.
    HesterG authored and silverwind committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    44e257b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbe3d9a View commit details
    Browse the repository at this point in the history