RpNation / bbcode

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

Adds common util file for node creation. #19

Closed MShultz closed 9 months ago

MShultz commented 9 months ago

Resolves #15

  1. Creates the utils folder for any new utility files that may be needed.
  2. Adds common.js for common utility based around node creation.
  3. Updates Highlight BBCode to use this utility
  4. Updates Highlight BBCode Style to fit convention.