Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Commit

Permalink
Tweak Javadoc (meh)
Browse files Browse the repository at this point in the history
  • Loading branch information
robinst committed Oct 24, 2022
1 parent 6db2990 commit de1c59e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,13 @@
* <p>
* If you have another extension that only uses a single tilde ({@code ~}) syntax, you will have to configure this
* {@link StrikethroughExtension} to only accept the double tilde syntax, like this:
* </p>
* <pre>
* {@code
* StrikethroughExtension.builder().requireTwoTildes(true).build();
* }
* </pre>
* <p>
* If you don't do that, there's a conflict between the two extensions and you will get an
* {@link IllegalArgumentException} when constructing the parser.
* </p>
Expand Down

0 comments on commit de1c59e

Please sign in to comment.