hoping that fixes the tzo factor option

... It needs unitary testing
This commit is contained in:
Paul Schneider 2019-11-14 14:09:06 +00:00
commit 4320295f0b
8 changed files with 77 additions and 27 deletions

View file

@ -47,7 +47,8 @@ namespace Yavsc.TagHelpers
string actual;
var settings = CommonMarkSettings.Default.Clone();
settings.OutputFormat = OutputFormat.Html;
// settings.PrologueLineHandler = null;
settings.AdditionalFeatures |= CommonMarkAdditionalFeatures.StrikethroughTilde;
Block document;
// Act