Hi all,

I would like to emphasize some part of a source when using asciidoc

for instance, I have this portion of text

[source, ruby, numbered]
------------
 total_amount, frequent_renter_points = 0, 0
  result = "Rental Record for #{name}\n"
  @rentals.each do |element|
    this_amount = 0
-------------

I would like to make lines 2 to 4 appear differently (another
background or in bold), how can I pass these kind of parameters to the
pigments highlighter

I've followed the hl_lines trail which works well in command line but
I would like to streamline this with my asciidoc workflow.

thanks in advance

-- 
You received this message because you are subscribed to the Google Groups 
"asciidoc" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/asciidoc?hl=en.

Reply via email to