-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for description lists #254
Comments
Would you guys accept a pull request for this? |
+1, can just be accessible as a default renderer method. For reference: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dl |
Any luck? |
+1 We just used this to solve our problem, similar to the way he does it here for Headings :-
It's not perfect, as the |
+1 I find that definition lists are incredibly useful! |
+1 |
We are currently targeting two Markdown specifications. If you can find where the syntax of these two specifications allow |
Now this may be implemented as a extension (template) of Marked. There is xiaoliwang/markedjs-extra for some reference, but it's pretty old. Also see issue #27. |
http://kramdown.rubyforge.org/syntax.html#definition-lists
(In html4 it was called definition list, in html5 its called description list)
The text was updated successfully, but these errors were encountered: