You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,8 @@ Some notes:
56
56
57
57
* As expected, elaborate formatting doesn't survive export
58
58
* Underscored text is annotated as such in markdown, but does not render correctly (at least in VSCode)
59
-
* Images resized within OneNote are rendered with an annotation to that effect. This may cause them not to render correctly (tested on VSCode)
59
+
* Images resized within OneNote are rendered with image size attributes in Pandoc markdown (plain `markdown` in the [Pandoc call](https://github.com/alopezrivera/owo/blob/19c170f8c32a434fb97aa612fe38145e0fa02357/config_example.ps1#L68)), which may not be supported by your reader/editor/host of choice.
60
+
**If you want markdown output compatible with VSCode and GitHub*, specify `markdown_github` in the [Pandoc call](https://github.com/alopezrivera/owo/blob/19c170f8c32a434fb97aa612fe38145e0fa02357/config_example.ps1#L68) in you `config.ps1`
60
61
* Unfortunately support for markdown lags behind that for Org Mode (eg: removal of empty list items). I haven't got the time to polish it, and neither the need. If you do please feel free to contribute!
0 commit comments