Closed vsch closed 7 years ago
attributes
: defines a list of attributes by Node
class to apply to HTML results. Each
attribute
has the syntax:
NodeClass|attributeName1=attributeValue1|attributeName2=attributeValue2
will add
attributeName1
and attributeName2
to element node NodeClass
for table, block quote and ordered list item class customization:
<attributes>
<attribute>TableBlock|class=table table-striped table-bordered</attribute>
<attribute>BlockQuote|class=red</attribute>
<attribute>OrderedListItem|style="color:red;"</attribute>
</attributes>
Some option to generate bootstrap attributes for
<table>
tags would be helpful.Bootstrap tables --> http://getbootstrap.com/css/#tables
The attributes options could be additive.