[GH-ISSUE #71] [Enhancement] Use pandoc for markdown conversion if present #64

Closed
opened 2026-03-03 01:19:31 +03:00 by kerem · 0 comments
Owner

Originally created by @d99kris on GitHub (Mar 12, 2021).
Original GitHub issue: https://github.com/d99kris/nmail/issues/71

Originally assigned to: @d99kris on GitHub.

If user has not configured text_to_html_cmd then check if pandoc is present and use it first, and fall back to markdown only in case pandoc is not present.

pandoc -f gfm has support for a larger set of common markdown syntax, so it makes sense to use it if available.

Thanks to @Kabouik for bringing the issue to my attention in the Telegram-group.

Originally created by @d99kris on GitHub (Mar 12, 2021). Original GitHub issue: https://github.com/d99kris/nmail/issues/71 Originally assigned to: @d99kris on GitHub. If user has not configured `text_to_html_cmd` then check if `pandoc` is present and use it first, and fall back to `markdown` only in case `pandoc` is not present. `pandoc -f gfm` has support for a larger set of common markdown syntax, so it makes sense to use it if available. Thanks to @Kabouik for bringing the issue to my attention in the Telegram-group.
kerem closed this issue 2026-03-03 01:19:31 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nmail#64
No description provided.