I am having a wee bit of trouble with multiple Marker sets...
example:
and
look at the text [Hello there{small}Kid of mine]
You'd expect
[Hello there{small}Kid of mine]
you get
[Hello there{small}Kid of mine]
nesting is also a problem.
For example, [abc[def]ghi] should render as
[abc[def]ghi]
not
[abc[def]ghi]
is there a solution out there?
example:
Code: Select all
/Marker Characters = "[]{}"
/C1"Marker1"
[]
/C2"Marker2"
{}
look at the text [Hello there{small}Kid of mine]
You'd expect
[Hello there{small}Kid of mine]
you get
[Hello there{small}Kid of mine]
nesting is also a problem.
For example, [abc[def]ghi] should render as
[abc[def]ghi]
not
[abc[def]ghi]
is there a solution out there?