javalent / fantasy-statblocks

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

Fixed not working Separator in Subheading block #269

Closed Myliak closed 1 year ago

Myliak commented 1 year ago

Separator in Subheading block was not working correctly. Anything written in it was ignored and default value (" ") was used.

  1. Changed separator from optional value to mandatory value (Reason: when using parameter in join, it takes any string passed on)
  2. item.Separator in view was never null
  3. Deleted invalid if from Subheading modal

BEGIN_COMMIT_OVERRIDE fix: Respect subheading separator in layouts END_COMMIT_OVERRIDE

valentine195 commented 1 year ago

tyvm