Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
xenocrat committed Jul 26, 2024
1 parent a14350b commit acf2fa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ You may set one of the following options on the parser object before parsing:
- `$parser->maximumNestingLevel = int` to set the maximum level of nested elements to parse.
- `$parser->maximumNestingLevelThrow = true` to throw if the maximum nesting level is exceeded.
- `$parser->keepListStartNumber = false` to ignore the starting numbers of ordered lists.
- `$parser->keepReversedList = true` to enable ordered lists with descending numbers.
- `$parser->headlineAnchors = true` to add GitHub-style anchors when rendering headings.

For GitHub-Flavored Markdown:
Expand Down

0 comments on commit acf2fa0

Please sign in to comment.