Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.21.0
-
None
-
Unknown
Description
AsciiDoc has the ability to support syntax highlighting, which can be enabled by putting the following line before a code sample (e.g. for Java code):
[source,java]
However, there are some places in the documentation where this declaration is used, but the code sample that follows is not Java. This can cause incorrect syntax highlighting or (more seriously) can sometimes cause a documentation build to crash. The following doc files are affected:
- csv-dataformat.adoc
- mime-multipart-dataformat.adoc
- mongodb-gridfs-component.adoc
- snmp-component.adoc
I plan to submit a PR to fix these files.