All, I'm running into a strange issue with the $:/tags/RawMarkup tag. I've got some html element definitions I need to put in the start as raw html. I used the $:/tags/RawMarkup tag, and it works great. Not a problem, see attached testing.html.
However, when I try to use the same plugin with the same templates on github, I run into a strange issue. I render the html file via the --rendertiddlers command and the rawMarkup isn't present. (Look at the "D&D Creature Manager" plugin on
https://mklauber.github.io/tw5-plugins/). But if I tell that page to save to file, it works again.
I'm not sure exactly what could be going on here. I'm using travis-ci to automatically build the index.html file, via the travis.yaml and tiddlywiki,info files here:
https://github.com/mklauber/tw5-plugins/ . But I can't think of anything I could be doing wrong that would prevent tiddlywiki from rendering the rawMarkup, unless it doesn't check the external plugin files for $:/tags/RawMarkup?