Skip to content

Releases: pyembed/pyembed-markdown

Support for more providers

02 Aug 10:39
Compare
Choose a tag to compare

This release uses PyEmbed v1.1.0, which adds support for more providers.

Initial stable release

05 Feb 20:22
Compare
Choose a tag to compare

This is the initial stable release of PyEmbed-Markdown.

Minor refactor

20 Jan 21:02
Compare
Choose a tag to compare

This release brings PyEmbed-Markdown up-to-date with the breaking changes in PyEmbed v0.7.0, and introduces one breaking change. There are no functional enhancements.

Breaking changes

  • The class PyEmbedExtension has been renamed to PyEmbedMarkdown.

Pluggable rendering engines

01 Jan 19:57
Compare
Choose a tag to compare

This release migrates the Markdown extension to use the pluggable renderer, introduced in PyEmbed 0.6.0.

Enhancements

  • #15: Use pluggable renderer

Rename to PyEmbed

01 Jan 13:07
Compare
Choose a tag to compare

This release renames REmbed to PyEmbed.

Breaking changes

  • The rembed package has been renamed to pyembed.

Enhancements

  • #12: Rename to PyEmbed

More customizable

29 Dec 15:56
Compare
Choose a tag to compare

This release includes two enhancements aimed at making the output more customizable.

Enhancements

  • #5: Allow specifying maximum height / width
  • #6: Allow use of custom templates

Fix HTML output

26 Oct 20:59
Compare
Choose a tag to compare

This release fixes a bug that causes HTML output to be malformed.

Bug fixes:

  • #4: Bad HTML tags in output

Documentation fix

09 Aug 20:01
Compare
Choose a tag to compare

This release makes a small fix to the README. There are no functional changes.

Packaging fix

09 Aug 20:02
Compare
Choose a tag to compare

This fix simply bumps the version number, to fix a packaging issue with PyPI. There are no functional changes.

Initial release

09 Aug 20:03
Compare
Choose a tag to compare

This is the initial release of REmbed-Markdown. It supports basic embedding of OEmbed content using the [!embed] tag.