From d46164fd50aef5eed31ce2d8d48753fddc8dc11b Mon Sep 17 00:00:00 2001 From: Liam Date: Sat, 9 Dec 2023 14:02:10 +0000 Subject: [PATCH] vault backup: 2023-12-09 14:02:10 --- docs/Features/LaTeX Math Support.md | 19 ------------------ docs/Features/Mermaid Diagrams.md | 14 ------------- docs/Features/Text Formatting.md | 20 ------------------- docs/React/Note 1.md | 3 --- docs/React/Note 2.md | 2 -- .../Why Use React.md | 0 ...omplete Guide.md => The Complete Guide.md} | 0 7 files changed, 58 deletions(-) delete mode 100644 docs/Features/LaTeX Math Support.md delete mode 100644 docs/Features/Mermaid Diagrams.md delete mode 100644 docs/Features/Text Formatting.md delete mode 100644 docs/React/Note 1.md delete mode 100644 docs/React/Note 2.md rename docs/React/{React - The Complete Guide => The Complete Guide Docs}/Why Use React.md (100%) rename docs/React/{React - The Complete Guide.md => The Complete Guide.md} (100%) diff --git a/docs/Features/LaTeX Math Support.md b/docs/Features/LaTeX Math Support.md deleted file mode 100644 index b33d471e9..000000000 --- a/docs/Features/LaTeX Math Support.md +++ /dev/null @@ -1,19 +0,0 @@ -# LaTeX Math Support - -LaTeX math is supported using MathJax. - -Inline math looks like $f(x) = x^2$. The input for this is `$f(x) = x^2$`. Use `$...$`. - -For a block of math, use `$$...$$` on separate lines - -``` -$$ -F(x) = \int^a_b \frac{1}{2}x^4 -$$ -``` - -gives - -$$ -F(x) = \int^a_b \frac{1}{2}x^4 -$$ \ No newline at end of file diff --git a/docs/Features/Mermaid Diagrams.md b/docs/Features/Mermaid Diagrams.md deleted file mode 100644 index 4dc456a98..000000000 --- a/docs/Features/Mermaid Diagrams.md +++ /dev/null @@ -1,14 +0,0 @@ -# Mermaid diagrams - -Here's the example from [MkDocs Material documentation](https://squidfunk.github.io/mkdocs-material/reference/diagrams/#using-flowcharts): - -```mermaid -graph LR - A[Start] --> B{Error?}; - B -->|Yes| C[Hmm...]; - C --> D[Debug]; - D --> B; - B ---->|No| E[Yay!]; -``` - - diff --git a/docs/Features/Text Formatting.md b/docs/Features/Text Formatting.md deleted file mode 100644 index a89e80002..000000000 --- a/docs/Features/Text Formatting.md +++ /dev/null @@ -1,20 +0,0 @@ -# Text Formatting - -You can have lists like this - -- first -- second -- third - -Or checklist lists to - -- [ ] ==Get== -- [ ] things -- [ ] ~~done~~ - -Also, get highlights and strikethroughs as above (similar to Obsidian). - - -More formatting options for your webpage [here](https://squidfunk.github.io/mkdocs-material/reference/formatting/#highlighting-changes). (but not compatible with Obsidian) - -test change \ No newline at end of file diff --git a/docs/React/Note 1.md b/docs/React/Note 1.md deleted file mode 100644 index 8ddeab3b6..000000000 --- a/docs/React/Note 1.md +++ /dev/null @@ -1,3 +0,0 @@ -# Note 1 - -Example: link to [[Mermaid Diagrams]] under `Features` \ No newline at end of file diff --git a/docs/React/Note 2.md b/docs/React/Note 2.md deleted file mode 100644 index bd0c03972..000000000 --- a/docs/React/Note 2.md +++ /dev/null @@ -1,2 +0,0 @@ -# Note 2 - diff --git a/docs/React/React - The Complete Guide/Why Use React.md b/docs/React/The Complete Guide Docs/Why Use React.md similarity index 100% rename from docs/React/React - The Complete Guide/Why Use React.md rename to docs/React/The Complete Guide Docs/Why Use React.md diff --git a/docs/React/React - The Complete Guide.md b/docs/React/The Complete Guide.md similarity index 100% rename from docs/React/React - The Complete Guide.md rename to docs/React/The Complete Guide.md