Skip to content

Commit

Permalink
[DOXIA-569] fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed Jan 9, 2023
1 parent 062ba3d commit 7b34b7d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ public interface MarkdownMarkup
// Markup syntax
// ----------------------------------------------------------------------

/** Syntax for the anchor end: "\"></a>" */
/** Syntax for the anchor end: "\"&gt;&lt;/a&gt;" */
String ANCHOR_END_MARKUP = "\"></a>";

/** Syntax for the anchor start: "<a name=\"" */
/** Syntax for the anchor start: "&lt;a name=\"" */
String ANCHOR_START_MARKUP = "<a name=\"";

/** Syntax for the bold style end: "**" */
Expand Down

0 comments on commit 7b34b7d

Please sign in to comment.