asciidoctor / atom-language-asciidoc

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

feat: literal paragraph #156

Closed ldez closed 8 years ago

ldez commented 8 years ago

Description

Support literal paragraph.

Syntax example

Type the following command:

 $ gem install asciidoctor

Asciidoctor should now be installed on your machine.

 $ gem install asciidoctor
$ gem install asciidoctor
$ gem install asciidoctor

foo

Screenshots

capture du 2016-06-08 21-04-39

Fix #153

ldez commented 8 years ago

Regression with list item:

* Asciidoctor strips XML entities from the section title before
  generating the id (makes for cleaner section ids)
mojavelinux commented 8 years ago

Did you merge this? I can't tell from the activity history.