Use proper code fence in README

This commit is contained in:
Glen Whitney 2018-08-19 10:33:07 -07:00
parent e396d06953
commit 766e0d4d36
1 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ the RAQ manual produced via AutoDoc.)
<!--We have to close the AutoDoc parenthetical, too: -->
<!--#!)
<!--#!@BeginExampleSession -->
'''
```
#! gap> S3 := SymmetricGroup(3);
#! Sym( [ 1 .. 3 ] )
#! gap> Elements(S3);
@ -52,7 +52,7 @@ the RAQ manual produced via AutoDoc.)
#! [ ^():, ^(2,3):, ^(1,2):, ^(1,2,3):, ^(1,3,2):, ^(1,3): ]
#! gap> elt[4]*elt[3]; # So this will produce (1,2,3)^{-1}(1,2)(1,2,3)
#! ^(2,3):
'''
```
<!--@EndExampleSession
@AutoDocPlainText -->