Fixing Pandoc Install Line

This commit is contained in:
John Haverlack 2026-01-29 13:59:25 -09:00
parent b2841ef4d3
commit 5596bb2736
2 changed files with 2 additions and 4 deletions

Binary file not shown.

View File

@ -15,7 +15,6 @@ For Debian / ZorinOS and likely Ubuntu based systems.
- https://pandoc.org/ - https://pandoc.org/
- [Download](https://github.com/jgm/pandoc/releases/tag/3.8.2.1) - [Download](https://github.com/jgm/pandoc/releases/tag/3.8.2.1)
> [!proposed] Pandoc Install
> ```sudo apt install https://github.com/jgm/pandoc/releases/download/3.8.2.1/pandoc-3.8.2.1-1-amd64.deb``` > ```sudo apt install https://github.com/jgm/pandoc/releases/download/3.8.2.1/pandoc-3.8.2.1-1-amd64.deb```
#### Code Editor #### Code Editor
@ -39,9 +38,8 @@ sudo apt install jq yq
#### texlive #### texlive
```
sudo apt install texlive texlive-xetex texlive-latex-extra texlive-fonts-recommended texlive-fonts-extra > ```sudo apt install texlive texlive-xetex texlive-latex-extra texlive-fonts-recommended texlive-fonts-extra```
```
#### MathJax #### MathJax