mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-11-02 00:16:07 +00:00
Dump markdown item list
This commit is contained in:
parent
f0ed26bafb
commit
516477c9cf
1 changed files with 4 additions and 1 deletions
|
|
@ -31,7 +31,10 @@ namespace AideDeJeuCmd
|
||||||
}
|
}
|
||||||
static void DumpListBlock(Markdig.Syntax.ListBlock block)
|
static void DumpListBlock(Markdig.Syntax.ListBlock block)
|
||||||
{
|
{
|
||||||
|
foreach(var inblock in block)
|
||||||
|
{
|
||||||
|
DumpBlock(inblock);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
static void DumpHeadingBlock(Markdig.Syntax.HeadingBlock block)
|
static void DumpHeadingBlock(Markdig.Syntax.HeadingBlock block)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue