Beispiel #1
0
 public static Block ToBlock(this IndentNode node, Channel _chan = null)
 {
     return(new Paragraph(node.ToInline())
     {
         Margin = new Thickness(36, 0, 0, 0)
     });
 }
 public void Visit(IndentNode indentNode)
 {
     // empty
 }