Try again to fix the README for the web

This commit is contained in:
Glen Whitney 2018-08-19 10:31:32 -07:00
parent d0303b88a6
commit e396d06953
1 changed files with 5 additions and 5 deletions

View File

@ -33,14 +33,14 @@ conjugation quandle of the symmetric group on three elements and then performs
a few simple computations on that quandle, will give the flavor of RAQ. (It is 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.
<!--@EndAutoDocPlainText <!--@EndAutoDocPlainText -->
#! @DONT_SCAN_NEXT_LINE --> <!--#! @DONT_SCAN_NEXT_LINE -->
Also, please excuse/ignore the `#!` at the beginning of each line in the Also, please excuse/ignore the `#!` at the beginning of each line in the
example session, they're there just because this file is also used as part of example session, they're there just because this file is also used as part of
the RAQ manual produced via AutoDoc.) the RAQ manual produced via AutoDoc.)
<!--We have to close the AutoDoc parenthetical, too: <!--We have to close the AutoDoc parenthetical, too: -->
#!) <!--#!)
#!@BeginExampleSession --> <!--#!@BeginExampleSession -->
''' '''
#! gap> S3 := SymmetricGroup(3); #! gap> S3 := SymmetricGroup(3);
#! Sym( [ 1 .. 3 ] ) #! Sym( [ 1 .. 3 ] )