From 15cc9a9e82a9e0de47109edcabfdcdc41548f33c Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Thu, 17 Jan 2019 22:19:51 +0100 Subject: Fix use of markdown instead of pug --- resources/pug/finals/clean.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/pug') diff --git a/resources/pug/finals/clean.pug b/resources/pug/finals/clean.pug index 970ecf8..961b833 100644 --- a/resources/pug/finals/clean.pug +++ b/resources/pug/finals/clean.pug @@ -94,7 +94,7 @@ block content | The implementation of the instructions can be found in #[code /src/interpret_instructions.h]. | This is probably the most useful reference for the semantics of ABC instructions. p - | The repository also includes an interactive graphical debugger for the ABC machine, inspired by `gdb`. + | The repository also includes an interactive graphical debugger for the ABC machine, inspired by #[code gdb]. | This is the #[code debug] program found in #[code /src]. | You first need to generate bytecode from the ABC code using the workflow described in #[a(href="https://gitlab.science.ru.nl/cstaps/abc-interpreter/blob/master/doc/tools.md") #[code doc/tools.md]]. | For help on the interface of #[code debug], press #[kbd ?] when you are in the GUI. -- cgit v1.2.3