javalent / fantasy-statblocks

Create Dungeons and Dragons style statblocks for Obsidian.md
MIT License
348 stars 72 forks source link

[Code]: Dice parsing on MarkdownHolder #236

Closed thiagocoutinhor closed 1 year ago

thiagocoutinhor commented 1 year ago

Scope

Needed to simplify the code on MarkdownHolder so the all the rolls would parse corectly. As it was, only the first roll would be parsed and the rest ignored. (eg. "Athletics +12, Acrobatics +5" would put the roll only on the Athletics)

Discovery

Parcing of dice on MarkdownHolder.

Validate

Tested on windows with parse dice on, off and markdown on and off.

Nothing new was added, only some code simplification was needed.