Skip to content

Commit

Permalink
No need to track lines
Browse files Browse the repository at this point in the history
  • Loading branch information
harshad1 committed May 25, 2024
1 parent db2581e commit 0e1c90e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,6 @@ public String convertMarkup(String markup, Context context, boolean lightMode, b

options.set(Parser.EXTENSIONS, flexmarkExtensions);

options.set(Parser.TRACK_DOCUMENT_LINES, true);

options.set(Parser.SPACE_IN_LINK_URLS, true); // Allow links like [this](some filename with spaces.md)

// options.set(HtmlRenderer.SOFT_BREAK, "<br />\n"); // Add linefeed to HTML break
Expand Down

0 comments on commit 0e1c90e

Please sign in to comment.