Fix some incorrect HTML comment opens in README.md

This commit is contained in:
Glen Whitney 2018-08-18 23:52:42 -07:00
parent 44c71ef05f
commit bb3f63cab2
1 changed files with 3 additions and 3 deletions

View File

@ -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 reading that package suggested many features needed in the development of
RAQ. RAQ.
<--@Chapter Introduction <!--@Chapter Introduction
@Section A first spin @Section A first spin
@AutoDocPlainText --> @AutoDocPlainText -->
Perhaps the following GAP interactive session, which constructs the 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 presumed that the RAQ package has already been loaded with
`LoadPackage("RAQ");` prior to these example commands being executed.) `LoadPackage("RAQ");` prior to these example commands being executed.)
<--@BeginExampleSession -->``` <!--@BeginExampleSession -->```
gap> S3 := SymmetricGroup(3); gap> S3 := SymmetricGroup(3);
Sym( [ 1 .. 3 ] ) Sym( [ 1 .. 3 ] )
gap> Elements(S3); 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 requested, produces __left__ quandles and racks. (That is to say, quandles in
which for any fixed element $l$, the "left-multiplication by $l$" operation which for any fixed element $l$, the "left-multiplication by $l$" operation
$x\mapsto l*x$ is a permutation of the quandle.) $x\mapsto l*x$ is a permutation of the quandle.)
<--@EndAutoDocPlainText --> <!--@EndAutoDocPlainText -->