aboutsummaryrefslogtreecommitdiff
path: root/content/blog/2024-04-06-convert-onenote-to-markdown.md
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2024-07-02 23:24:15 -0500
committerChristian Cleberg <hello@cleberg.net>2024-07-02 23:24:15 -0500
commit89e6c0f9c8edd029aeeb553dcb11b62c878d11b1 (patch)
tree55a4fd7d3de25de21fe296c8353642bae1e4579b /content/blog/2024-04-06-convert-onenote-to-markdown.md
parentc5a2b7970f2187456dd094105e38b1d5482cb90f (diff)
downloadcleberg.net-89e6c0f9c8edd029aeeb553dcb11b62c878d11b1.tar.gz
cleberg.net-89e6c0f9c8edd029aeeb553dcb11b62c878d11b1.tar.bz2
cleberg.net-89e6c0f9c8edd029aeeb553dcb11b62c878d11b1.zip
fix 2024 blog posts for missing images
Diffstat (limited to 'content/blog/2024-04-06-convert-onenote-to-markdown.md')
-rw-r--r--content/blog/2024-04-06-convert-onenote-to-markdown.md12
1 files changed, 0 insertions, 12 deletions
diff --git a/content/blog/2024-04-06-convert-onenote-to-markdown.md b/content/blog/2024-04-06-convert-onenote-to-markdown.md
index 32de921..186cdcc 100644
--- a/content/blog/2024-04-06-convert-onenote-to-markdown.md
+++ b/content/blog/2024-04-06-convert-onenote-to-markdown.md
@@ -25,15 +25,6 @@ To start, export any pages or tabs from OneNote to the Word format (`.docx`):
See below for a visual walkthrough of the export process.
-![OneNote
-Notebook](https://img.cleberg.net/blog/20240406-convert-onenote-to-markdown/onenote.png)
-
-![OneNote Section Export
-Options](https://img.cleberg.net/blog/20240406-convert-onenote-to-markdown/export.png)
-
-![Exported Word
-Document](https://img.cleberg.net/blog/20240406-convert-onenote-to-markdown/word.png)
-
# Download Pandoc
Start by downloading Pandoc from their [GitHub
@@ -93,9 +84,6 @@ This loop will perform the following actions:
`-o`. This option adds the `.md` file extension to recognize the output files
as Markdown files.
-![Pandoc
-Conversion](https://img.cleberg.net/blog/20240406-convert-onenote-to-markdown/command.png)
-
If you want to export to another format, simply specify the `-f=`/`--from=` and
`-t=`/`--to=` options.