Closed
Description
Attribute lists like
## Header ## {: key=val }
do not seem to work with rdiscount
. They show up as text on the page, e.g. for the images on the 'About Ruby' page: {: style="padding-left:8px;"} {: style="float:right"}
.
This may be a maruku
specific markdown syntax extension, see http://maruku.rubyforge.org/proposal.html.
Activity
postmodern commentedon Feb 3, 2013
This appears to also work with kramdown. I think I used rdiscount to cut down on rendering time.
Use kramdown to render inline CSS style attributes (issue #4).
stomar commentedon Feb 3, 2013
Indeed, seems to work.