Skip navigation links

flexmark-java extension for attributes 0.40.32 API

Converts attributes {...} syntax into attributes AST nodes and adds an attribute provider to set attributes for immediately preceding sibling element during HTML rendering.

See: Description

Packages 
Package Description
com.vladsch.flexmark.ext.attributes  
com.vladsch.flexmark.ext.attributes.internal  

Converts attributes {...} syntax into attributes AST nodes and adds an attribute provider to set attributes for immediately preceding sibling element during HTML rendering.

The attributes is a space separated list of attribute syntax of one of the following:

Attribute which starts with # such as #id-string is equivalent to id="id-string" and .class-name are equivalent to class="class-name"

NOTE: Handling of multiple value assignment for attributes depends on its name:

Setting USE_EMPTY_IMPLICIT_AS_SPAN_DELIMITER to true, will treat {.} or {#} as markers for start of closest matching attributes node to give greater control of where attributes are attached in text.

Skip navigation links

Copyright © 2019. All rights reserved.