Use proper code fence in README
This commit is contained in:
parent
e396d06953
commit
766e0d4d36
@ -41,7 +41,7 @@ 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 ] )
|
||||||
#! gap> Elements(S3);
|
#! 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): ]
|
#! [ ^():, ^(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)
|
#! gap> elt[4]*elt[3]; # So this will produce (1,2,3)^{-1}(1,2)(1,2,3)
|
||||||
#! ^(2,3):
|
#! ^(2,3):
|
||||||
'''
|
```
|
||||||
<!--@EndExampleSession
|
<!--@EndExampleSession
|
||||||
@AutoDocPlainText -->
|
@AutoDocPlainText -->
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user