thanhvg / emacs-reddigg

Browse reddit in emacs org-mode.
GNU General Public License v3.0
43 stars 6 forks source link

Add optional ability to convert markdown bodies into org-mode markup #8

Open isamert opened 1 year ago

isamert commented 1 year ago

This requires pandoc, so I made this disabled by default.

Reddit markdown does not directly map into Pandoc markdown so it may cause some inconsistencies while converting but in the cases I tried it worked quite well. Anyway I believe it's better to have a little bit broken org-mode markup instead of markdown inside org-mode buffer.

I understand if you don't want to include something like this, just wanted to share. Let me know if it requires any changes to be accepted.