Skip navigation links

flexmark-java extension for abbreviations in text 0.19.3 API

flexmark-java extension for defining abbreviations and turning appearance of these abbreviations in text into <abbr> with titles consisting of the expansion of the abbreviation

See: Description

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

flexmark-java extension for defining abbreviations and turning appearance of these abbreviations in text into <abbr> with titles consisting of the expansion of the abbreviation

Syntax:

This is an abbr of the abbreviation word

*[abbr]: abbreviation

Results in:

<p>This is an <abbr title="abbreviation">abbr</abbr> of the abbreviation word</p>

See AbbreviationExtension

Skip navigation links

Copyright © 2017. All rights reserved.