From bb3f63cab25172c106fc2bf86d1c4530066c9fad Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Sat, 18 Aug 2018 23:52:42 -0700 Subject: [PATCH] Fix some incorrect HTML comment opens in README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index afffa83..10a07cf 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Vendramin. RIG was an inspiration for the creation of RAQ, and using and reading that package suggested many features needed in the development of RAQ. -<--@Chapter Introduction + Perhaps the following GAP interactive session, which constructs the @@ -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.) -<--@BeginExampleSession -->``` +``` gap> S3 := SymmetricGroup(3); Sym( [ 1 .. 3 ] ) gap> Elements(S3); @@ -50,4 +50,4 @@ Note in particular that RAQ generally, unless otherwise specifically requested, produces __left__ quandles and racks. (That is to say, quandles in which for any fixed element $l$, the "left-multiplication by $l$" operation $x\mapsto l*x$ is a permutation of the quandle.) -<--@EndAutoDocPlainText --> +