Replies: 1 comment 1 reply
-
|
Given that we have access to a parser, wouldn't it make sense to write some pandoc extension? Just throwing the idea out there. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I figured out a way to do this so putting it here to help someone who might be looking for something like this
If someone want to share norg files or export them to other formats without an additional parser,one way to do that is by using using gnome terminal which provide ability to export terminal output to HTML.
The Final Output compares to original like this
It isn't a perfect solution, it's more like a hack but it gets the job done when I need to share a file with friends
to copy as HTML
Limitation : for files with a lot of lines you will need to
Let me know If someone finds a better way to do it
Beta Was this translation helpful? Give feedback.
All reactions