Skip to content

Commit 7b34b7d

Browse files
committed
[DOXIA-569] fix javadoc
1 parent 062ba3d commit 7b34b7d

File tree

1 file changed

+2
-2
lines changed
  • doxia-modules/doxia-module-markdown/src/main/java/org/apache/maven/doxia/module/markdown

1 file changed

+2
-2
lines changed

doxia-modules/doxia-module-markdown/src/main/java/org/apache/maven/doxia/module/markdown/MarkdownMarkup.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ public interface MarkdownMarkup
6161
// Markup syntax
6262
// ----------------------------------------------------------------------
6363

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

67-
/** Syntax for the anchor start: "<a name=\"" */
67+
/** Syntax for the anchor start: "&lt;a name=\"" */
6868
String ANCHOR_START_MARKUP = "<a name=\"";
6969

7070
/** Syntax for the bold style end: "**" */

0 commit comments

Comments
 (0)