./textproc/p5-Text-HTML-Turndown, Convert HTML to Markdown

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.06, Package name: p5-Text-HTML-Turndown-0.06, Maintainer: schmonz

This is an adaptation of the turndown libraries to convert HTML to Markdown.

This port aims to be compatible with the Javascript code and uses the
same test suite. But the original library does not pass its tests and
the Joplin part does not use the original tests.


Master sites: (Expand)

Filesize: 31.974 KB

Version history: (Expand)


CVS history: (Expand)


   2025-04-13 23:05:33 by Amitai Schleier | Files touched by this commit (2) | Package updated
Log message:
p5-Text-HTML-Turndown: update to 0.06. Changes:

* Don't generate Markdown for empty links as in
  <a href="https://example.com"></a>
  Such empty link tags are created by Markdown::Perl for text such as
  [https://example.com] , if automatic link generation is on
  (it generates <a ...><a ...></a></a> , and browsers \ 
turn the outer link
  into an empty link, as links cannot be nested)
   2025-04-11 01:45:43 by Amitai Schleier | Files touched by this commit (2) | Package updated
Log message:
p5-Text-HTML-Turndown: update to 0.04. Changes:

* Handle newlines in table cells
  We convert them into <br/> , as Markdown tables don't really
  handle newlines
   2025-03-30 18:05:29 by Amitai Schleier | Files touched by this commit (1)
Log message:
p5-Text-HTML-Turndown: improve comment in previous.
   2025-03-30 18:00:47 by Amitai Schleier | Files touched by this commit (4)
Log message:
Add p5-Text-HTML-Turndown: Convert HTML to Markdown

This is an adaptation of the turndown libraries to convert HTML to Markdown.

This port aims to be compatible with the Javascript code and uses the
same test suite. But the original library does not pass its tests and
the Joplin part does not use the original tests.