lib/isodoc/rsd/rsdhtmlrender.rb in asciidoctor-rsd-0.2.6 vs lib/isodoc/rsd/rsdhtmlrender.rb in asciidoctor-rsd-0.3.0

- old
+ new

@@ -1,9 +1,9 @@ module IsoDoc module Rsd # A {Converter} implementation that generates CSAND output, and a document # schema encapsulation of the document for validation - class Convert < IsoDoc::Convert + class HtmlConvert < IsoDoc::HtmlConvert def annex_name(annex, name, div) div.h1 **{ class: "Annex" } do |t| t << "#{get_anchors[annex['id']][:label]} " t << "<b>#{name.text}</b>" end