asciidoctor / atom-asciidoc-preview

⚛ AsciiDoc preview for the Atom editor.
https://atom.io/packages/asciidoc-preview
MIT License
141 stars 42 forks source link

Code blocks blank in preview. #315

Open mitm001 opened 3 years ago

mitm001 commented 3 years ago

Description

Code blocks started showing up in pre-veiw as if they were empty. i.e blank box. Used to work fine.

Screenshots

https://imgbox.com/WDAqGZZ7

Syntax example

[source, java]
----
public class MyBaseAppState extends BaseAppState { 

}
----
dfitzmau commented 3 years ago

I'm experiencing this very issue with running Atom on a Linux system.

swobspace commented 3 years ago

Yeah, same problem here. Depends on the choosen language. [source,bash] or [source,sql] works fine, [source,ruby] not.

knowname commented 3 years ago

Same here, even for [source,bash].

Atom 1.58.0 x64 OS: macOS 11.4 asciidoc-preview version 2.13.

Bildschirmfoto 2021-09-24 um 08 50 47

1

Siva4nortek commented 2 years ago

Any update? Did this get resolved?

michelle-purcell commented 2 years ago

Same here, even for [source,java]. Is there any update on how to resolve this issue in Atom? Thanks