Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAttribute lists in markdown do not work with rdiscount #4
Comments
This appears to also work with kramdown. I think I used rdiscount to cut down on rendering time. |
Indeed, seems to work. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Attribute lists like
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.