mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-09 13:56:56 +00:00
[PR #334] [MERGED] fix code inline normalize #952
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/xoofx/markdig/pull/334
Author: @OpportunityLiu
Created: 4/29/2019
Status: ✅ Merged
Merged: 5/10/2019
Merged by: @xoofx
Base:
master← Head:master📝 Commits (3)
b720208fix code inline normalizee33281boptimizedd4d1b3lf as line ending📊 Changes
2 files changed (+48 additions, -12 deletions)
View changed files
📝
src/Markdig.Tests/TestNormalize.cs(+14 -8)📝
src/Markdig/Renderers/Normalize/Inlines/CodeInlineRenderer.cs(+34 -4)📄 Description
The old normalize renderer only use two
``for code inlines which contain`.Add:
nof continuous`is included in the content,n+1of`will be used as delimiter.`, a space will be added to separate delimiter and content.``.b.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.