summaryrefslogtreecommitdiffhomepage
path: root/resources
diff options
context:
space:
mode:
authorCamil Staps2019-01-17 22:19:51 +0100
committerCamil Staps2019-01-17 22:19:51 +0100
commit15cc9a9e82a9e0de47109edcabfdcdc41548f33c (patch)
tree40ef6a0cc49785cd4d86354830ce127a4a05f00a /resources
parentGive code blocks in links color of links (because links are not underlined, o... (diff)
Fix use of markdown instead of pug
Diffstat (limited to 'resources')
-rw-r--r--resources/pug/finals/clean.pug2
1 files changed, 1 insertions, 1 deletions
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.