Skip to content

Commit a7d3e2f

Browse files
committed
chore(typo): list not rendering properly
1 parent d753e3c commit a7d3e2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fj-doc-guide/src/main/docs/asciidoc/chapters/10_1_invalid-xml-character.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ An invalid XML character (Unicode: 0x2) was found in the element content of the
1212

1313
Venus Fugerit Doc offers a few built-in to fix it
1414

15-
1. xref:#doc-freemarker-config-attributes-cleanSource[doc-freemarker-config cleanSource properties], you can enable it on doc-freemarker-config, and it will clean the full document (more resource intensive).
15+
* xref:#doc-freemarker-config-attributes-cleanSource[doc-freemarker-config cleanSource properties], you can enable it on doc-freemarker-config, and it will clean the full document (more resource intensive).
1616
1717
[source,xml]
1818
----
@@ -23,7 +23,7 @@ Venus Fugerit Doc offers a few built-in to fix it
2323
cleanSource="true">
2424
----
2525

26-
2. xref:#doc-freemarker-config-built-in-functions-cleanXml[freemarker build-in function cleanXml], which will handle sonly the section you need (less resource intensive) :
26+
* xref:#doc-freemarker-config-built-in-functions-cleanXml[freemarker build-in function cleanXml], which will handle sonly the section you need (less resource intensive) :
2727
2828
[source,text]
2929
----

0 commit comments

Comments
 (0)