mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-03 21:36:36 +00:00
[PR #519] [MERGED] ADD: Markdown.ToHtml from MarkdownDocument #1074
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/519
Author: @grishat
Created: 3/7/2021
Status: ✅ Merged
Merged: 3/9/2021
Merged by: @xoofx
Base:
master← Head:document-to-html📝 Commits (2)
d17660fADD: Markdown.ToHtml from MarkdownDocument (already parsed Markdown text)4324caaUpdate src/Markdig/Markdown.cs📊 Changes
1 file changed (+23 additions, -1 deletions)
View changed files
📝
src/Markdig/Markdown.cs(+23 -1)📄 Description
Hello. In my case, I had to add additional classes in html elements. And the best way, in my opinion, was to add attributes on parsed document, and then render this one. And I added this missed method.
Code in my local project:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.