travert
(Travis Ravert)
2
This may be a bug. It is using the class below to ingest the manifest.yml:
Notice it is checking to see if by default we want to store that input as rendered markdown.
That environment variable is by default set to true here:
So, this seems to always result in that type of output where you see the rendering having already happened.
I’m currently trying to see in the view what happens and if there is any way to get that markdown to render there correctly.
I’ll circle back and post the issue explain the behavior fully when I see what’s going on.
Thanks for pointing this out!