RpNation / bbcode

RpNation's Official BBCode Implementation for Discourse
GNU General Public License v3.0
1 stars 3 forks source link

Tech/tag refactor #60

Closed MShultz closed 5 months ago

MShultz commented 6 months ago

This pull request refactors a handful of small items so they match convention a little better.

  1. Refactors highlight to follow the node generation convention we follow for single-tag files. #58
  2. Renames the alignment tag export so it matches the rest of the tags
  3. Removes the div.bb-* wildcard from the allowlist since it wasn't doing anything.
  4. Alphebetizes both the tag and allow lists.