mirror of
https://github.com/d99kris/nmail.git
synced 2026-04-26 09:46:01 +03:00
[GH-ISSUE #71] [Enhancement] Use pandoc for markdown conversion if present #64
Labels
No labels
bug
enhancement
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nmail#64
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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_cmdthen check ifpandocis present and use it first, and fall back tomarkdownonly in casepandocis not present.pandoc -f gfmhas 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.