From 764f2ea7f0ac7a1f35159d1f50df34fd8ce5504c Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Sat, 17 Jun 2023 14:44:09 +0300 Subject: [PATCH] Testing rouge highlighting in forgejo --- README.adoc | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.adoc b/README.adoc index a83478dc..bfe80acc 100644 --- a/README.adoc +++ b/README.adoc @@ -22,3 +22,14 @@ but it is also mirrored to: If you have any ideas for improvements, questions or anything of this sort, you can open an issue or a pull request at my git server (registrations open for anyone), or any of the mirrors. + +== Testing rouge syntax highlighter with AsciiDoc + +.My ZSH aliases +[%collapsible] +==== +[source,zsh] +---- +include::home/.config/zsh/04-aliases.zsh[] +---- +====