aboutsummaryrefslogtreecommitdiff
path: root/content/blog/2024-04-06-convert-onenote-to-markdown.md
diff options
context:
space:
mode:
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.