-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Is it possible to separate the text formatting from the "markup" formatting used for URLs?
One way to do this could be to define "outer styles" that receive both the parsed passage data structure and the formatted string as parameter. If more elementary control over the formatted chunks is needed, this could be achieved by enriching the passage/range data structure macros, using the respective formatted string as additional parameter.
Maybe this proposal becomes almost automatically realized, once the string formatting is done using bibleref's style system (issue #6): The latter could be statically used for text formatting, while bibleref-mouth's style system would remain in place for formatting of hyperlinks and the like.