deathau / markdownload

A Firefox and Google Chrome extension to clip websites and download them into a readable markdown file.
Apache License 2.0
2.91k stars 226 forks source link

add lowercase and uppercase parameterizations #324

Closed redxtech closed 3 months ago

redxtech commented 5 months ago

I have added two parameterizations: {variable:lower} and {variable:upper}, which call .toLowerCase() and .toUpperCase() on the variables respectively.

I have also added docs on this to the options.html page.