atom-language-asciidoc icon indicating copy to clipboard operation
atom-language-asciidoc copied to clipboard

⚛ AsciiDoc language package for the Atom editor.

Results 23 atom-language-asciidoc issues
Sort by recently updated
recently updated
newest added

I would like to have AsciiDoc bibliography citations appear in the `atom-ide-ui` [datatips](https://github.com/facebook-atom/atom-ide-ui/blob/master/docs/datatips.md) and [references](https://github.com/facebook-atom/atom-ide-ui/blob/master/docs/find-references.md). I'm willing to do the work and am only wondering if the maintainers of this...

assistant-packages

## Description I have a single line `ifdef` (or `ifndef`) that has an `xref` in the included content. The square brackets of the `xref` breaks the `ifdef` highlighting. Not sure...

enhancement

## Description Publish the package to npm so that it can be used with the [highlights](https://www.npmjs.com/package/highlights) syntax highlighter in headless / library mode. This seems to be a simple matter...

infrastructure

## Description If I place an admonition in a continued list item, all subsequent content is rendered bold until a blank line. ## Screenshots ![atomlistitem](https://cloud.githubusercontent.com/assets/4434330/21301873/13ac9e82-c5fd-11e6-8f1b-c65b894f5975.png) ## Syntax example ```adoc =...

bug
grammar
Atom

## Description Monospace bold phrases are not highlighted correctly. The [quick reference example]( http://asciidoctor.org/docs/asciidoc-syntax-quick-reference/) lists the monospace bold phrase as \`\*monospace bold phrase\*\` that is a backtick before an asterisk....

enhancement
grammar

Add general inline macro grammar so that custom inline macros can be highlighted. For example: `cite:[XXX]` can be highlighted as in the following screenshot:

grammar
improvement
needs-review

## Description I have a feature request. It would be very useful to have atom's reflow selection feature be made aware of the asciidoctor (and asciidoctor-latex) markup such that it...

assistant-packages
Atom

## Description The grammar should match literal (i.e., indented) paragraphs. A literal paragraph is a paragraph that begins with one or more spaces. We should only look for spaces at...

enhancement
grammar

## Description Nested inline style. ## Screenshots AsciiDoctor rendering: ![capture du 2016-05-21 11-09-21](https://cloud.githubusercontent.com/assets/5674651/15447500/966c7348-1f44-11e6-91e7-845a6aeec634.png) ## Syntax example ``` adoc the *foo _bar_* is here. the *foo b__ar__* is here. the _foo...

grammar
improvement

The block attribute list should be matched separately from delimited blocks (i.e., structural containers). The match should recognize the following pattern: ``` [,,] ``` For example: ``` [ditaa,diagram-name,format=png] ``` Keep...

enhancement
grammar