Beispiel #1
0
 public static Block ToBlock(this RightNode node, Channel _chan = null)
 {
     return(new Paragraph(node.ToInline())
     {
         TextAlignment = TextAlignment.Right
     });
 }