Skip to content
This repository has been archived by the owner on Dec 28, 2022. It is now read-only.

Live preview doesn't work for some languages #305

Open
adrianovieira opened this issue Jan 30, 2020 · 0 comments
Open

Live preview doesn't work for some languages #305

adrianovieira opened this issue Jan 30, 2020 · 0 comments

Comments

@adrianovieira
Copy link

Description

Your description.

  • Atom version: 1.43.0
  • OS: Fedora-31
  • asciidoc-preview version: 2.13.1
  • language-asciidoc version: 1.11.0

Screenshots

Your screenshot.
Captura de tela de 2020-01-30 12-53-00

Syntax example

Your syntax example.
.Install Atom
[source, shell]
$ sudo dnf install -y https://atom-installer.github.com/v1.43.0/atom.x86_64.rpm

.Sample json source
[source, json]
--------------
{
  "development": true
}
--------------

.Sample Javascript code
[source, javascript]
--------------------
"use strict";

let msg = 'hello';
function showMsg(msg) { console.log(msg) }
showMsg(msg)
--------------------
@adrianovieira adrianovieira changed the title Live preview doesn'r work for some languages Live preview doesn't work for some languages Jan 30, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant