asciidocfx / AsciidocFX

Asciidoc Editor and Toolchain written with JavaFX 21 (Build PDF, Epub, Mobi and HTML books, documents and slides)
http://www.asciidocfx.com/
Apache License 2.0
1.91k stars 298 forks source link

Code syntax highlighting not working in version 1.7.0 #430

Closed 3rady closed 5 years ago

3rady commented 5 years ago

Syntax highlighting of code blocks does not seem to be working in version 1.7.0. For example:

== This is a test

Here is some text.

[source,cpp]
----
//
// Comments
//
void MyFunc ( int Param1, char* Param2 )
{
  // Do stuff...
}
----

Syntax highlighting works in version 1.6.9.

Environment: Windows 10, 64-bit.

rahmanusta commented 5 years ago

Hey, try https://github.com/asciidocfx/AsciidocFX/releases/tag/v1.7.1

3rady commented 5 years ago

I can confirm that this has been resolved. Thanks!