markdownj icon indicating copy to clipboard operation
markdownj copied to clipboard

A way to provide custom attributes (class="",...) to generated HTML nodes

Open myabc opened this issue 11 years ago • 1 comments

From [email protected] on November 11, 2009 23:28:04

Most modern HTML elements need CSS classes specified. Default ones are not good for pages created from a few blocks.

Proposed API: new call MarkdownProcessor.markdown(markdownText,attributes)

where attributes is Map<node name,Map<attribute,value>> or a special class.

Original issue: http://code.google.com/p/markdownj/issues/detail?id=16

myabc avatar Nov 18 '13 21:11 myabc

From alex.coles on February 18, 2013 11:36:37

Labels: -Type-Defect Type-Enhancement

myabc avatar Nov 18 '13 21:11 myabc