-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Description
For capturing article snippets (for republication, or just taking notes), a feature to get the selection in Markdown format would be incredibly useful.
Ideally, the Markdown would include:
- Bold, italic and other text formatting
- Links
- Image references
- Tables
Beside html2text, there's the kramdown Ruby library, which since the 0.9.0 version also converts an HTML document into a kramdown (Markdown + some extensions) document.
kramdown is my favorite Markdown converter, mainly because it also supports IDs and tables. The tables format is compatible with the MultiMarkdown one.
Reactions are currently unavailable