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

Live preview doesn't work for some languages #305

@adrianovieira

Description

@adrianovieira

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)
--------------------

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions