- Fix the embed_url conversion
- Convert the target attribute on links
- Convert nested html_elements when converting from HTML.
- Fix converting nested headers
- Fix converting nested numbered list.
- Convert
br
element when converting HTML documents.
- Convert
strong
andem
elements when converting HTML documents.
- Renable converting xml comments
- Parse ordered and unordered lists
- Parse image with link
- Add binaries
html2primisc
,markdown2prismic
andprimisc2markdown
. - Add parsed embed support
- Relax the kramdown dependency to allows the version 2.
- XML elements support have been removed.
- Convert links with only an image inside. See #1.
- Parse embed elements
- Convert inline code
- Add parser to convert prismic to markdown
- fix output with empty paragraph
- Fix json of the image
- Initial version