X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=_plugins%2Fmanual.rb;h=2a5d905b9ef590f41e33ac1f515cd1e78e53e773;hb=a1c23293d0add39bbfb2c13e9271b884c1bc473a;hp=24a532c6503518d5f3af410188e69ff8153366bf;hpb=303ad7ff7b7190b85f1c41fd5ad1a87f9d802c3c;p=ardour-manual-diverged diff --git a/_plugins/manual.rb b/_plugins/manual.rb index 24a532c..2a5d905 100644 --- a/_plugins/manual.rb +++ b/_plugins/manual.rb @@ -131,7 +131,13 @@ module Manual "
  • #{child[:title]}
  • " end.uniq - "" + "
    +

    This chapter covers the following topics:

    + +
    + " end end end @@ -165,10 +171,6 @@ module Manual position ? [current, position, level + 1] : [current] end -# def sanitize_NMTOKEN(s) -# 'ID'+s.gsub(/[^0-9A-z:_.-]/, '_') -# end - def render(context) @source = '_manual' #context.registers[:site].source @@ -239,13 +241,15 @@ module Manual end "
    #{tree.join}
    - " + //]]> + " end