ParseString(string,string,bool)
PreviousExpandSubstitutions(string,IList<string>)NextRegisterMarkerProcessor(string,IAttributeMarkerProcessor)
Last updated
Was this helpful?
Last updated
Was this helpful?
Method in
Parses a string of text and produces a markup parse result.
string
input
The text to parse.
string
localeCode
The locale to use when processing markers, as a BCP-47 locale tag.
squish
If false
, markers that are split as part of the markup parsing process will not be re-merged before returning the result.
sort
If true
, markers will be sorted based on their position in the input.å
bool
addImplicitCharacterAttribute
If true, the parser will attempt to detect a character name in the text and add a [character]
attribute for it.
A markup parse result.