g.forge_markdown
constructs a new ForgeMarkdown
with a lot of extensions every time it is used. This can be a bit expensive. Re-using the same instance would probably require updates/fixes to some of our custom extensions. But lots of times cached_convert
is used and gets a cached result so a full Markdown instance doesn't even need to be created then.
db/8497
looks good!