-
Reproduction throws two exception.
```shell
# Throws:
# - Could not process type: Markdig.Syntax.Inlines.HtmlInline
# - Block type not supported: Markdig.Syntax.HtmlBlock
❯ "
>>
>> **…
-
## Issue description
Support for Github task lists (aka check lists) as described at:
https://github.github.com/gfm/#task-list-items-extension-
### Markdown to reproduce
```text
- [x] foo
…
-
use the [stackedit](https://github.com/benweet/stackedit) editor and [markdig](https://github.com/lunet-io/markdig) renderer
-
**Is your feature request related to a problem? Please describe.**
Currently docfx supports [Alerts](https://dotnet.github.io/docfx/docs/markdown.html?tabs=linux%2Cdotnet#alerts) by using [Bootstra…
-
We ran into a very specific scenario using a `+` in superscript or subscript that appears to fail parsing correctly.
### Sample 1
```md
Superscript^+^ or Subscript~+~
```
The above renders …
-
Hi Xoofx,
The repo does not have discussions enabled so I am submitting it here. I apologise in advance if there is a better place to put these kind of questions.
For my blog I am looking into a…
-
Hi!
I'm interested in implementing a custom renderer for Markdig to render to SkiaSharp. SkiaSharp provides a "Canvas" element with methods like DrawLine, DrawImage, DrawText etc. That would make i…
kpko updated
2 months ago
-
Hello. We are looking to add the ability to render Plantuml diagrams using markdig. We've noticed that Markdig.Diagrams has support for nonoml and mermaid diagrams. Is there any documentation that …
-
### Describe the bug
- Adding the following configuration to enable Markdig's Auto-Identifiers doesn't work on Orchard Core CMS.
```json
{
"OrchardCore": {
"OrchardCore_Markdown": {
…
-
# Premise
To fully support Obsidian-flavoured Markdown, we need to implement support for Callouts, as defined in https://github.com/Nodsoft/MoltenObsidian/issues/2.
# Solution
### Overview
Addi…