Open
Description
While this code is experimental, I'm having a problem with a taghelper. The tag helper in question parses inline markdown text and outputs as html.
However the minifier currently executes prior to the taghelper processing, causing the output to be incorrect. Do you have any pointers on how the minification can be delayed until taghelpers have completed?
Reading aspnet/Razor#444 is seems that may not be possible due to the way the razor engine breaks the markup into chunks. I would be interested to get your input.
Metadata
Metadata
Assignees
Labels
No labels