For example:
[[pageA]]{.PFFF} [[pageB]]{.PFFF} [[pageC]]{.PFFF}
Becomes in Preview Mode:
Y Y{.PFFF} Y{.PFFF}
(Note that in the above example the first link is correctly getting its class applied.)
Additional Considerations:
- No spaces between should still allow styling.
- Source: [[pageA]]{.PFFF}[[pageB]]{.PFFF}[[pageC]]{.PFFF}
- Results: pageApageBpageC (with formatting for each link different)
- Consider if Link renaming will affect results.
- Source: [[pageA|A]]{.PFFF}[[pageB|B]]{.PFFF}[[pageC|C]]{.PFFF}
- Results: ABC (with formatting for each letter different.