Skip to content
Commit 0a7d69c3 authored by Piotr Banaszkiewicz's avatar Piotr Banaszkiewicz Committed by Raniere Silva
Browse files

Render specific blockquotes as Bootstrap panels

Blockquotes that have a header (with class "callout", "challenge",
"prereq", "objectives") as their first element will get rendered as
<div>s.  Their structure will resemble Bootstrap's panel:
http://getbootstrap.com/components/#panels-alternatives

There's currently an issue with pandoc: the header nested under the
blockquote will never have assigned attributes.  This is causing the
panel's heading to look enormous.  I'll fix it in
https://github.com/swcarpentry/styles/pull/11.

BTW: glyphicons won't render correctly unless 'fonts' directory gets
moved up one level to the 'css' directory. I'll fix that in
https://github.com/swcarpentry/styles/pull/11 too.
parent 172cc847
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment