All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.section.html.haml Maven / Gradle / Ivy

Go to download

Asciidoclet is a Javadoc Doclet that allows you to write Javadoc using the AsciiDoc format.

There is a newer version: 2.2.2
Show newest version
-# Simplified section code from lib/asciidoctor/converter/html5.rb
- @htag = %(h#{level + 1})
- haml_tag @htag, title, :id => id
- if level == 1
  .sectionbody
    = content
- else    
  = content




© 2015 - 2024 Weber Informatics LLC | Privacy Policy