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

Open block as asciidoc code block #155

Closed ldez closed 8 years ago

ldez commented 8 years ago

Description

Open block as Asciidoc code block.

Syntax example


Using Bundler::
+
--
Add the `jekyll-asciidoc` plugin gem to your [path]_Gemfile_:

[source,ruby]
----
group :jekyll_plugins do
  gem 'jekyll-asciidoc'
end
----

Then, run the Bundler command to install it:

 $ bundle install
--

Screenshots

capture du 2016-06-08 08-01-53

Fix #154