mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-04 05:44:50 +00:00
Hide TrackTrivia from PipelineBuilder
EnableTrackTrivia is exposed to enable trivia
This commit is contained in:
@@ -80,7 +80,7 @@ namespace Markdig
|
||||
/// True to parse trivia such as whitespace, extra heading characters and unescaped
|
||||
/// string values.
|
||||
/// </summary>
|
||||
public bool TrackTrivia { get; set; }
|
||||
internal bool TrackTrivia { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Occurs when a document has been processed after the <see cref="MarkdownParser.Parse()"/> method.
|
||||
|
||||
Reference in New Issue
Block a user