From 461ebd756d32fc62b3d8d7307f13d135dd6c678c Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Sat, 18 Aug 2018 23:59:58 -0700 Subject: [PATCH] Try a different way to get a code fence in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10a07cf..dd1c5b9 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ a few simple computations on that quandle, will give the flavor of RAQ. (It is presumed that the RAQ package has already been loaded with `LoadPackage("RAQ");` prior to these example commands being executed.) -``` +```GAP@BeginExampleSession gap> S3 := SymmetricGroup(3); Sym( [ 1 .. 3 ] ) gap> Elements(S3);