use crate::tests::prelude::*;
track_file!("ref/asciidoc-lang/docs/modules/sections/pages/title-links.adoc");
non_normative!(
r#"
= Activate Section Title Links
[#link]
== Turn section titles into links
To turn section titles into links, enable the `sectlinks` attribute.
The default Asciidoctor stylesheet displays linked section titles with the same color and styles as unlinked section titles.
[#anchor]
== Add § to section titles
When the `sectanchors` attribute is enabled on a document, an anchor (empty link) is added before the section title.
The default Asciidoctor stylesheet renders the anchor as a section entity (*§*) that floats to the left of the section title.
"#
);