diff --git a/docs/changelog.rst b/docs/changelog.rst index 4331b72..956c41e 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -6,6 +6,7 @@ Changelog * Add audio HTML5 player https://prosopopee.readthedocs.org/en/latest/sections.html#audio by beudbeud * Update Material theme by beudbeud * Add youtube section https://prosopopee.readthedocs.org/en/latest/sections.html#youtube by beudbeud + * Add quotes section https://prosopopee.readthedocs.org/en/latest/sections.html#quote by beudbeud * Add deploy and preview option https://prosopopee.readthedocs.io/en/latest/build.html#preview by beudbeud 0.4 (2016-12-11) diff --git a/docs/sections.rst b/docs/sections.rst index 010b4e7..3e1c754 100644 --- a/docs/sections.rst +++ b/docs/sections.rst @@ -165,6 +165,13 @@ This section make your embeds youtube video responsive:: You can get the id from the url of the video https://www.youtube.com/watch?v=nshFXWEKxs4 +Quote +_____ + +For use quoteblock easily:: + + - type: quote + text: This is a quote Advanced options ________________