RpNation / bbcode

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

Code/print #94

Closed MShultz closed 3 months ago

MShultz commented 3 months ago

Adds [print] tag functionality. Resolves #46 Options for this tag are:

  1. Empty (will use print as default)
  2. Print
  3. Line
  4. Graph
  5. Parchment

Tested with a handful of other bbcodes, but not all of them: Alignments, color/font/size, note, check, dividers.

Also small fix in for missing . in the tag import for centerblock as it was causing errors on my local.