Add AsciiDoc

This commit is contained in:
Oliver Davies 2025-08-05 07:54:36 +01:00
parent 55b8428d2a
commit 9c5c7f89b0
5 changed files with 147 additions and 0 deletions

27
asciidoc/test.adoc Normal file
View file

@ -0,0 +1,27 @@
: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[]
----