asciidoctor-intellij-plugin: constrained formatting issues with italic/bold/mono - asciidoc plugin 0.25.9 regressions

I don’t know who supports the Asciidoc plugin for IntelliJ IDEA 2019.1, but its blurb links to asciidoctor.org which links to this GitHub repo.

Today (May 1, 2019 PDT) I received notification that a new version of the Asciidoc plugin for IntelliJ IDEA was available. Since I use asciidoctor in IntelliJ, I installed the plugin. The listed version is v0.25.9.

This version breaks features that were previously working, specifically:

  • The plugin now interprets single _ as underlines and highlights them in the plain text with italics. Previously, it didn’t change their highlighting.
  • Editing in an adoc file eventually hangs IntelliJ. The only way to fix the problem is to force quit. I’ve had to uninstall the plugin.

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 15 (14 by maintainers)

Commits related to this issue

Most upvoted comments

Release 0.25.14 will be available via the JetBrains plugin repository shortly. Thank you for your patience and support.

The IntelliJ plugin for Asciidoc has now (finally) some support highlighting bold/italic/monospace!

@abelsromero - there is now 0.25.12 available as a preview release from https://github.com/asciidoctor/asciidoctor-intellij-plugin/releases

This does a better job in handling underscores in the middle of words and not taking them as constrained formatting.

If you discover snippets that don’t parse correctly, please post them as a source code snippet here.