From 5c5ccdff5e7048e3d63b864b6809dd216253acae Mon Sep 17 00:00:00 2001 From: crc Date: Thu, 21 Dec 2017 23:18:21 +0000 Subject: [PATCH] update a code fence style in the docs FossilOrigin-Name: 9bf68a0e56de60dda869c69940e4dc48a26eefd4bdce9829a96e80dc65086423 --- doc/Hyperstatic.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Hyperstatic.md b/doc/Hyperstatic.md index 2ba96d3..788b8c9 100644 --- a/doc/Hyperstatic.md +++ b/doc/Hyperstatic.md @@ -4,7 +4,7 @@ This now brings up an interesting subpoint. Retro provides a *hyper- static global environment.* This can be difficult to explain, so let's take a quick look at how it works: -```` +~~~ #1000 'a var :scale (x-y) @a * ; #3 scale putn @@ -17,7 +17,7 @@ take a quick look at how it works: >>> 300 @a putn >>> 5 -```` +~~~ Output is marked with **\>\>\>**.