atom-asciidoc-preview
atom-asciidoc-preview copied to clipboard
Code blocks blank in preview.
Description
Code blocks started showing up in pre-veiw as if they were empty. i.e blank box. Used to work fine.
- Atom version: 1.54
- OS: windows 7
asciidoc-previewversion: 2.13.1language-asciidocversion: 1.11
Screenshots
https://imgbox.com/WDAqGZZ7
Syntax example
[source, java]
----
public class MyBaseAppState extends BaseAppState {
}
----
I'm experiencing this very issue with running Atom on a Linux system.
Yeah, same problem here. Depends on the choosen language. [source,bash] or [source,sql] works fine, [source,ruby] not.
Same here, even for [source,bash].
Atom 1.58.0 x64
OS: macOS 11.4
asciidoc-preview version 2.13.
1
Any update? Did this get resolved?
Same here, even for [source,java]. Is there any update on how to resolve this issue in Atom? Thanks