28 lines
276 B
Text
28 lines
276 B
Text
|
: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[]
|
||
|
----
|