Add AsciiDoc
This commit is contained in:
parent
55b8428d2a
commit
9c5c7f89b0
5 changed files with 147 additions and 0 deletions
27
asciidoc/test.adoc
Normal file
27
asciidoc/test.adoc
Normal 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[]
|
||||
----
|
||||
Loading…
Add table
Add a link
Reference in a new issue