Skip to content

Commit f4fc88e

Browse files
committed
Fix syntax highlighting in fenced blocks
1 parent 4291a0d commit f4fc88e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

downloadRubi.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Click on [Using Rubi](https://rulebasedintegration.org/usingRubi.html) for instr
3131

3232
Use the command
3333

34-
```mma
34+
```mathematica
3535
First[PacletFind["Rubi"]]["Location"]
3636
```
3737
to see the full path name of the package.
@@ -43,7 +43,7 @@ Click on [https://rulebasedintegration.org/Rubi-4.17.3.0.paclet](https://rulebas
4343
to download the Rubi paclet file to the Downloads directory on your computer.
4444
Then start Mathematica and issue the **<font face="courier">PacletInstall</font>** command
4545

46-
```mma
46+
```mathematica
4747
PacletInstall[FileNameJoin[{path, "Rubi-4.17.3.0.paclet"}]
4848
```
4949

@@ -53,7 +53,7 @@ Click on [Using Rubi](https://rulebasedintegration.org/usingRubi.html) for instr
5353

5454
Use the command
5555

56-
```mma
56+
```mathematica
5757
First[PacletFind["Rubi"]]["Location"]
5858
```
5959

@@ -66,7 +66,7 @@ Click on [https://rulebasedintegration.org/Rubi-4.17.3.0.zip](https://rulebasedi
6666
file to the Downloads directory on your computer.
6767
Then extract from the zip file the **<font face="courier">Rubi</font>** folder with all its contents into the directory returned by the Mathematica commmand
6868

69-
```mma
69+
```mathematica
7070
FileNameJoin[{$UserBaseDirectory, "Applications"}]
7171
```
7272

@@ -78,12 +78,12 @@ Click on [Using Rubi](https://rulebasedintegration.org/usingRubi.html) for instr
7878

7979
To remove a paclet-based installation of Rubi for Mathematica version 9 or later, issue the Mathematica command
8080

81-
```
81+
```mathematica
8282
PacletUninstall["Rubi"]
8383
```
8484

8585
To remove the Rubi package for Mathematica 7 or later, delete the **<font face="courier">Rubi</font>** folder from the directory returned by the Mathematica commmand
8686

87-
```mma
87+
```mathematica
8888
FileNameJoin[{$UserBaseDirectory, "Applications"}]
8989
```

0 commit comments

Comments
 (0)