Asciidoc

= Document Title

== Heading

* https://example.com[Example Link]
* link:path/to/document.adoc[Document]


.Python Code
----
def test():
    return
----