verachell / YeetWords

a domain-specific language for text substitution
GNU General Public License v3.0
13 stars 0 forks source link

New feature - ability for user to select html or md for output format #7

Closed verachell closed 1 year ago

verachell commented 1 year ago

feat: add user command OUTPUT to allow user to specify the output format as md or html (for markdown or HTML respectively). Previously only markdown was supported. Output defaults to markdown if user does not include the OUTPUT command in the user program. Backwards-compatible.