Asciidoc
Links
= Document Title
== Heading
* https://example.com[Example Link]
* link:path/to/document.adoc[Document]
.Python Code
----
def test():
return
---- = Document Title
== Heading
* https://example.com[Example Link]
* link:path/to/document.adoc[Document]
.Python Code
----
def test():
return
----