lab/asciidoc/test.adoc

26 lines
269 B
Text
Raw Normal View History

2025-08-05 07:54:36 +01:00
:source-highlighter: pygments
:pygments-style: vs
:pygments-linenums-mode: table
= Title
== Heading 1
== Heading 2
=== Heading 3
An inline code block:
[source,php]
----
echo "Hello, World";
----
A sourced code block:
[source,nix]
----
include::flake.nix[]
----