diff options
| author | Christian Cleberg <[email protected]> | 2024-04-08 09:43:44 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2024-04-08 09:43:44 -0500 |
| commit | cbf70925c520d9d4410f7e508ee91cc3d32769fe (patch) | |
| tree | 4a25f604b0549486766b5ea51f725bb012e08646 /content/blog | |
| parent | 30c9f1e1226dd8cc85a5e24bac9a2b3717cbedc4 (diff) | |
| download | cleberg.net-cbf70925c520d9d4410f7e508ee91cc3d32769fe.tar.gz cleberg.net-cbf70925c520d9d4410f7e508ee91cc3d32769fe.tar.bz2 cleberg.net-cbf70925c520d9d4410f7e508ee91cc3d32769fe.zip | |
fix error in inline code
Diffstat (limited to 'content/blog')
| -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. |
