
I've been using the following format for just about any macro that involves multiple options from one feature: Battlemaster Maneuvers, Channel Divinity, etc. Here's what it looks like for the Sea Sorcerer. ?{Curse of the Sea| Curse, **Cursed!** After hitting the enemy with a cantrip’s attack or when a creature fails a saving throw against your cantrip you can curse the target until the end of your next turn or until you curse a different creature with this feature. | Cold Damage, **Blood runs cold...** If the affected target takes cold damage from your spell the target’s speed is also reduced by 15 feet until the end of your next turn. If the spell already reduces the target’s speed use whichever reduction is greater. | Lightning Damage, **In for a shock** If the affected target takes lightning damage from your spell the target takes additional lightning damage equal to your Charisma modifier ([[@{charisma_mod}]]) | Forced Movement, **To move mountains** If the target is moved by your spell increase the distance it is moved by 15 feet. } One problem I've had with it for a long time is that I can't use commas (since it just terminates the text at that point), so I have to rewrite all text so that there aren't any commas. This isn't a huge deal, but I was wondering if there's a way to use this format without this limitation, or if there's another format I can use instead that's better.