Re: Embed asciidoc into Haml

Posted by fleurystephane on
URL: https://discuss.asciidoctor.org/Embed-asciidoc-into-Haml-tp683p690.html

Thanks again!

Sorry, but I'm a newbie with Ruby and I'm not able to do what you advice me.

Do I have to download zip haml-contrib-asciidoc-filter from github in my ...jruby-1.7.4\lib\ruby\gems\shared\gems directory ?
And where do I save the asciidoc.rb and how to require it ?

My pipeline.rb with the required file...? :
------------
require 'bootstrap-sass'
require 'asciidoc'

Awestruct::Extensions::Pipeline.new do
  # extension Awestruct::Extensions::Posts.new '/news'
  # extension Awestruct::Extensions::Indexifier.new
  # Indexifier *must* come before Atomizer
  # extension Awestruct::Extensions::Atomizer.new :posts, '/feed.atom'
end
-----------

Thank you for helping me
Stéphane