diff --git a/docs/markup/kramdown/_posts/2016-06-22-kramdown-general-concepts.md b/docs/markup/kramdown/_posts/2016-06-22-kramdown-general-concepts.md index 29fdf14f..83910742 100644 --- a/docs/markup/kramdown/_posts/2016-06-22-kramdown-general-concepts.md +++ b/docs/markup/kramdown/_posts/2016-06-22-kramdown-general-concepts.md @@ -20,7 +20,7 @@ Two alternatives for fully semantically correct [blockquotes](https://developer. + Adding the _cite_ attribute in _blockquote_ tag: -~~~ kramdown +~~~ markdown > The rule of thumb is, don't introduce a new attribute outside of the __init__ method, otherwise you've given the caller an object that isn't fully initialized. {: cite="https://jeffknupp.com/blog/2014/06/18/improve-your-python-python-classes-and-object-oriented-programming/"} ~~~ @@ -52,6 +52,22 @@ Generates in HTML: ~~~ +### Generate Bootstrap 4 Blockquotes + +In BS4 blockquotes need to have the `class="blockquote"` in the `blockquote` element and optionally a `class=blockquote-footer` in the `