Fixing Pandoc Install Line

This commit is contained in:
John Haverlack 2026-01-29 13:58:14 -09:00
parent 01f8a55682
commit b2841ef4d3
3 changed files with 29 additions and 13 deletions

View File

@ -4,24 +4,39 @@
"type": "split", "type": "split",
"children": [ "children": [
{ {
"id": "f638e1a8b87077ad", "id": "c87664783c6ed11a",
"type": "tabs", "type": "tabs",
"children": [ "children": [
{
"id": "f34ae8bbfb2ffa45",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "chapters/00_Introduction.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "00_Introduction"
}
},
{ {
"id": "b8c0b940e83a0cce", "id": "b8c0b940e83a0cce",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "chapters/02_Features.md", "file": "chapters/01_Getting_Started.md",
"mode": "source", "mode": "source",
"source": false "source": false
}, },
"icon": "lucide-file", "icon": "lucide-file",
"title": "02_Features" "title": "01_Getting_Started"
} }
} }
] ],
"currentTab": 1
} }
], ],
"direction": "vertical" "direction": "vertical"
@ -157,8 +172,8 @@
"state": { "state": {
"type": "mathpad-view", "type": "mathpad-view",
"state": {}, "state": {},
"icon": "lucide-ghost", "icon": "sigma",
"title": "mathpad-view" "title": "Mathpad"
} }
}, },
{ {
@ -246,6 +261,9 @@
}, },
"left-ribbon": { "left-ribbon": {
"hiddenItems": { "hiddenItems": {
"obsidian-excalidraw-plugin:New drawing": false,
"mathpad:Open Mathpad": false,
"obsidian-kanban:Create new board": false,
"switcher:Open quick switcher": false, "switcher:Open quick switcher": false,
"graph:Open graph view": false, "graph:Open graph view": false,
"canvas:Create new canvas": false, "canvas:Create new canvas": false,
@ -256,6 +274,9 @@
}, },
"active": "b8c0b940e83a0cce", "active": "b8c0b940e83a0cce",
"lastOpenFiles": [ "lastOpenFiles": [
"chapters/00_Introduction.md",
"chapters/01_Getting_Started.md",
"chapters/02_Features.md",
"build/basic-book-builder.html", "build/basic-book-builder.html",
"templates/epub.yaml", "templates/epub.yaml",
"conf/frontmatter-md.html", "conf/frontmatter-md.html",
@ -268,13 +289,9 @@
"templates/html.yaml", "templates/html.yaml",
"build/basic-book-builder.md", "build/basic-book-builder.md",
"lib/img/UAF-ACEP.png", "lib/img/UAF-ACEP.png",
"templates/frontmatter-md.html",
"build/lib/img/UAF-ACEP.png", "build/lib/img/UAF-ACEP.png",
"LICENSE.md", "LICENSE.md",
"chapters/00_Introduction.md",
"chapters/01_Getting_Started.md",
"README.md", "README.md",
"chapters/02_Features.md",
"build/lib/img/ACEP Logo for Canvas.png", "build/lib/img/ACEP Logo for Canvas.png",
"build/lib/img/ACEP Logo.png", "build/lib/img/ACEP Logo.png",
"build/lib/img/ACEP-50px.png", "build/lib/img/ACEP-50px.png",

Binary file not shown.

View File

@ -15,9 +15,8 @@ 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