mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-13 05:45:31 +00:00
[PR #314] [CLOSED] Inline code block fix for script ref #940
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/314
Author: @mbhattacharya-rythmos
Created: 2/28/2019
Status: ❌ Closed
Base:
master← Head:InlineCodeBlockFixForScriptRef📝 Commits (8)
1beec39Markdown Header customizations33a2a6eAPI controller modification for testing2d19228merge cell changes2f1a48dMerge pull request #1 from Unity-Technologies/MarkdownHeadingsCustomizations2053683changesc6f15f8Merge pull request #2 from Unity-Technologies/MergeCellIssueFixForScriptRef533c4ebHandling inline code inside table for scriptref2c8b846updated nuget version📊 Changes
7 files changed (+96 additions, -34 deletions)
View changed files
📝
src/Markdig.WebApp/ApiController.cs(+6 -13)📝
src/Markdig/Extensions/Tables/HtmlTableRenderer.cs(+19 -5)📝
src/Markdig/Extensions/Tables/Table.cs(+53 -0)📝
src/Markdig/Extensions/Tables/TableCell.cs(+2 -0)📝
src/Markdig/Markdig.csproj(+7 -4)📝
src/Markdig/Parsers/HeadingBlockParser.cs(+6 -9)📝
src/Markdig/Renderers/Html/Inlines/CodeInlineRenderer.cs(+3 -3)📄 Description
Inline code block fix for script ref inside table
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.