aboutsummaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2024-04-08 09:43:44 -0500
committerChristian Cleberg <[email protected]>2024-04-08 09:43:44 -0500
commitcbf70925c520d9d4410f7e508ee91cc3d32769fe (patch)
tree4a25f604b0549486766b5ea51f725bb012e08646 /content
parent30c9f1e1226dd8cc85a5e24bac9a2b3717cbedc4 (diff)
downloadcleberg.net-cbf70925c520d9d4410f7e508ee91cc3d32769fe.tar.gz
cleberg.net-cbf70925c520d9d4410f7e508ee91cc3d32769fe.tar.bz2
cleberg.net-cbf70925c520d9d4410f7e508ee91cc3d32769fe.zip
fix error in inline code
Diffstat (limited to 'content')
-rw-r--r--content/blog/2024-04-06-convert-onenote-to-markdown.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/blog/2024-04-06-convert-onenote-to-markdown.org b/content/blog/2024-04-06-convert-onenote-to-markdown.org
index 0f138b9..944745f 100644
--- a/content/blog/2024-04-06-convert-onenote-to-markdown.org
+++ b/content/blog/2024-04-06-convert-onenote-to-markdown.org
@@ -25,8 +25,8 @@ To start, export any pages or tabs from OneNote to the Word format (=.docx=):
* Download Pandoc
Start by downloading Pandoc from their [[https://github.com/jgm/pandoc/releases][GitHub releases]] page. I cannot install
-=.msi= files on my corporate laptop, so I downloaded the =
-pandoc-3.1.12.3-windows-x86_64.zip= file, which contains a simple =.exe= file
+=.msi= files on my corporate laptop, so I downloaded the
+=pandoc-3.1.12.3-windows-x86_64.zip= file, which contains a simple =.exe= file
that you do not need to install - you will simply run it from the command line
below.