mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-10-31 23:45:39 +00:00
Test renderer
This commit is contained in:
parent
47172f6f38
commit
99efb04f4b
1 changed files with 11 additions and 0 deletions
|
|
@ -1,8 +1,11 @@
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
using System.IO;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Text.RegularExpressions;
|
using System.Text.RegularExpressions;
|
||||||
using AideDeJeu.Tools;
|
using AideDeJeu.Tools;
|
||||||
|
using Markdig;
|
||||||
|
using Markdig.Renderers.Normalize;
|
||||||
using Markdig.Syntax;
|
using Markdig.Syntax;
|
||||||
|
|
||||||
namespace AideDeJeuLib
|
namespace AideDeJeuLib
|
||||||
|
|
@ -101,6 +104,14 @@ namespace AideDeJeuLib
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
//var pipeline = new MarkdownPipelineBuilder().Build();
|
||||||
|
|
||||||
|
//var writer = new StringWriter();
|
||||||
|
//var renderer = new NormalizeRenderer(writer);
|
||||||
|
//pipeline.Setup(renderer);
|
||||||
|
|
||||||
|
//renderer.Render(listBlock);
|
||||||
|
|
||||||
int index = 0;
|
int index = 0;
|
||||||
foreach (var inblock in listBlock)
|
foreach (var inblock in listBlock)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue