Is there a way to make the plugin accept a direct input of a text instead of putting it into a separate list and then reference the plugin for it? Or if not, could there be a possibility for it? So, when e.g. when I want to format just a few pieces of text, we’d just write this:

[markdown(`**Hi!**`)]

instead of this:

[markdown(hi)]
hi
  **Hi!**