Skip to content

Commit de1c59e

Browse files
committed
Tweak Javadoc (meh)
1 parent 6db2990 commit de1c59e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

commonmark-ext-gfm-strikethrough/src/main/java/org/commonmark/ext/gfm/strikethrough/StrikethroughExtension.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,13 @@
3030
* <p>
3131
* If you have another extension that only uses a single tilde ({@code ~}) syntax, you will have to configure this
3232
* {@link StrikethroughExtension} to only accept the double tilde syntax, like this:
33+
* </p>
3334
* <pre>
3435
* {@code
3536
* StrikethroughExtension.builder().requireTwoTildes(true).build();
3637
* }
3738
* </pre>
39+
* <p>
3840
* If you don't do that, there's a conflict between the two extensions and you will get an
3941
* {@link IllegalArgumentException} when constructing the parser.
4042
* </p>

0 commit comments

Comments
 (0)