[PR #314] [CLOSED] Inline code block fix for script ref #940

Open
opened 2026-01-29 14:47:35 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/xoofx/markdig/pull/314
Author: @mbhattacharya-rythmos
Created: 2/28/2019
Status: Closed

Base: masterHead: InlineCodeBlockFixForScriptRef


📝 Commits (8)

  • 1beec39 Markdown Header customizations
  • 33a2a6e API controller modification for testing
  • 2d19228 merge cell changes
  • 2f1a48d Merge pull request #1 from Unity-Technologies/MarkdownHeadingsCustomizations
  • 2053683 changes
  • c6f15f8 Merge pull request #2 from Unity-Technologies/MergeCellIssueFixForScriptRef
  • 533c4eb Handling inline code inside table for scriptref
  • 2c8b846 updated 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.

## 📋 Pull Request Information **Original PR:** https://github.com/xoofx/markdig/pull/314 **Author:** [@mbhattacharya-rythmos](https://github.com/mbhattacharya-rythmos) **Created:** 2/28/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `InlineCodeBlockFixForScriptRef` --- ### 📝 Commits (8) - [`1beec39`](https://github.com/xoofx/markdig/commit/1beec39e952c97ba18a71d1ca983e7ec49cba39f) Markdown Header customizations - [`33a2a6e`](https://github.com/xoofx/markdig/commit/33a2a6efa3c61b7442c61534abbc3d7461ffdf84) API controller modification for testing - [`2d19228`](https://github.com/xoofx/markdig/commit/2d1922898832b65a108b79575cf3779a114309f6) merge cell changes - [`2f1a48d`](https://github.com/xoofx/markdig/commit/2f1a48d5b7926b39ec6a9caa6f210d9f17a15f01) Merge pull request #1 from Unity-Technologies/MarkdownHeadingsCustomizations - [`2053683`](https://github.com/xoofx/markdig/commit/20536831f1505544644575af79830a1d0e390839) changes - [`c6f15f8`](https://github.com/xoofx/markdig/commit/c6f15f85a75d4f58ab543dc5914f2dddbb1f5d22) Merge pull request #2 from Unity-Technologies/MergeCellIssueFixForScriptRef - [`533c4eb`](https://github.com/xoofx/markdig/commit/533c4eb850c02f4e06f15d71360e0b704a838d70) Handling inline code inside table for scriptref - [`2c8b846`](https://github.com/xoofx/markdig/commit/2c8b8466f3867eef3b4d6f177799a60ea1764619) updated nuget version ### 📊 Changes **7 files changed** (+96 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Inline code block fix for script ref inside table --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 14:47:35 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#940