about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4cab30e..2aadeb4 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-*JonesForth ARM64 with APL symbols*
+# JonesForth ARM64 with APL symbols
 
 This is an ARMv8 AArch64 version of Richard W.M. Jones' original x86 JonesForth.
 I have added a few things including:
@@ -11,6 +11,7 @@ Also I have used the APL character set.
 
 The pizza is in the examples dir but by way of garlic bread:
 
+```
 ∇ ε ( ⌈⌊ ⊤ - ↑ ∥) ↓ ∇   / Define ε as Euclid's algorithm /          
 
 ∇ λ ◁ , ▷ @ ⍎ ∇         / A defining word λ which names anonymous functions /
@@ -18,6 +19,7 @@ The pizza is in the examples dir but by way of garlic bread:
 3 ⊂ ↑ ⊃ ⊂ + ⊃ cat ⍎     / Double three using the cat combinator /
 
 1 2 3 4 ⊂ × ⟦ + - ⊃ ⟧ ⍎ / Capture '+ -' in a delimited continuation with ⟦ ⟧ /
+```
 
 ASCII equivalents for APL-character words are defined in ascii.f (they are the
 corresponding Forth words where applicable so ascii.f makes a handy glossary).