diff --git a/README.rst b/README.rst index c4c9933e..fbeb35b1 100644 --- a/README.rst +++ b/README.rst @@ -13,7 +13,7 @@ Verto allows for an author to quickly include images and content and display them in a panel (similar to a Bootstrap Collapsible Panel) with the following markdown: -.. code-block:: None +.. code-block:: # Example Header @@ -37,7 +37,7 @@ output to stdout: text = open('example.md', 'r') converter = Verto() result = converter.convert(text) - + print(result.html_string) Documentation diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 3bf93c0c..a0123eac 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -1,6 +1,13 @@ Changelog ####################################### +0.5.1 +======================================= + +Fixes: + + - Verto tags and custom tags, are now support embedding into markdown lists. + 0.5.0 ======================================= diff --git a/verto/VertoExtension.py b/verto/VertoExtension.py index 899c34d0..7ab17f6e 100644 --- a/verto/VertoExtension.py +++ b/verto/VertoExtension.py @@ -166,10 +166,10 @@ def buildProcessors(self, md, md_globals): # Markdown overrides ['heading', HeadingBlockProcessor(self, md.parser), ' +
  • +

    + Lipsum +

    + +
  • +
  • +

    + Lorem +

    +
    + +

    + Placeholder image +

    +

    + + Source + +

    +
    +
  • +
  • +

    + Ipsem +

    +
  • +