Sha256: fb744b9a5a8ea853f455d723a8ae20e1aa9821ebbe082765de584c9f2940956f

Contents?: true

Size: 963 Bytes

Versions: 2

Compression:

Stored size: 963 Bytes

Contents

// .level1
== Section Level 1

// .level2
=== Section Level 2

// .level3
==== Section Level 3

// .level4
===== Section Level 4

// .level5
====== Section Level 5

// .max-nesting
== Section Level 1

=== Section Level 2

==== Section Level 3

===== Section Level 4

====== Section Level 5

=== Section Level 2

// .with-custom-id
[#foo]
== Section Title

// .with-roles
[.center.red]
== Section Title

// .sectanchors
:sectanchors:
== Title with anchor

// .sectlinks
:sectlinks:
== Linked title

// .sectanchors-and-sectlinks
:sectanchors:
:sectlinks:
== Linked title with anchor

// .numbered
:numbered:
== Introduction to Asciidoctor

== Quick Starts

=== Usage

==== Using the Command Line Interface

===== Processing Your Content

=== Syntax

== Terms and Concepts

// .numbered-sectnumlevels-1
:numbered:
:sectnumlevels: 1
== Introduction to Asciidoctor

== Quick Starts

=== Usage

==== Using the Command Line Interface

=== Syntax

== Terms and Concepts

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
asciidoctor-doctest-2.0.0.beta.4 data/examples/asciidoc/section.adoc
asciidoctor-doctest-2.0.0.beta.3 data/examples/asciidoc/section.adoc