Skip to content

Commit

Permalink
Fix Javadoc issue
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed Apr 11, 2024
1 parent b3088e7 commit c1a38e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public interface MarkdownMarkup extends TextMarkup {
/** Syntax for the verbatim end: "```" */
String VERBATIM_END_MARKUP = "```";

/** Syntax for the blockquote start: "> " */
/** Syntax for the blockquote start: "> " */
String BLOCKQUOTE_START_MARKUP = "> ";

/** Syntax for the non breaking space: entity from HTML */
Expand Down

0 comments on commit c1a38e6

Please sign in to comment.