diff --git a/src/guide/xml/changelog.xml b/src/guide/xml/changelog.xml index 8865ca5fc..26d19d8d5 100644 --- a/src/guide/xml/changelog.xml +++ b/src/guide/xml/changelog.xml @@ -59,6 +59,10 @@ the combination of options. See . the xml:id value of a chunk will be used as the chunk filename. + +Support xrefstyle on link; +fixed #561. + diff --git a/src/main/xslt/modules/links.xsl b/src/main/xslt/modules/links.xsl index c161f2f4f..d3ebc997b 100644 --- a/src/main/xslt/modules/links.xsl +++ b/src/main/xslt/modules/links.xsl @@ -262,7 +262,7 @@ - + diff --git a/src/test/resources/expected/link.006.html b/src/test/resources/expected/link.006.html new file mode 100644 index 000000000..366fccf2d --- /dev/null +++ b/src/test/resources/expected/link.006.html @@ -0,0 +1 @@ +Unit test: link.006
\ No newline at end of file diff --git a/src/test/resources/xml/link.006.xml b/src/test/resources/xml/link.006.xml new file mode 100644 index 000000000..04b38dfa8 --- /dev/null +++ b/src/test/resources/xml/link.006.xml @@ -0,0 +1,14 @@ +
+Unit test: link.006 + +Test: . + +Test: . + +Test: . + +Test: link text. + +