lab/asciidoc/test.adoc

28 lines
276 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]
----
<?php
echo "Hello, World";
----
A sourced code block:
[source,nix]
----
include::flake.nix[]
----