diff options
author | Christian Cleberg <hello@cleberg.net> | 2024-04-08 09:43:44 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2024-04-08 09:43:44 -0500 |
commit | 898510323f77fc1a8c26fc6be609afbe88c07684 (patch) | |
tree | 4a25f604b0549486766b5ea51f725bb012e08646 | |
parent | 130c5b9d27221ebd4edcbeb529e8bb25af8a15e1 (diff) | |
download | cleberg.net-898510323f77fc1a8c26fc6be609afbe88c07684.tar.gz cleberg.net-898510323f77fc1a8c26fc6be609afbe88c07684.tar.bz2 cleberg.net-898510323f77fc1a8c26fc6be609afbe88c07684.zip |
fix error in inline code
-rw-r--r-- | content/blog/2024-04-06-convert-onenote-to-markdown.org | 4 |
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. |