-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a markdown Tag Helper #6
Comments
- #6 - Honor VersionSuffix in build
- #6 - Add MyGet shield to README.md
I have a markdown tag helper I wrote that doesn't do the Let me know if you're interested. |
Take a look at the one in this library already and if you think it could benefit from improvements in yours then by all means send a PR! |
#46 Done! |
Add a Tag Helper that renders markdown. Features:
Cache the conversion with invalidation when the source changes (easy for body, slightly more difficult for source file but done already in the ScriptInliningTagHelper)This turned out to be a bad idea for element body at least as it might be dynamic. User can wrap in<cache>
if they want it cached. Will revisit when adding support for source markdown file.Example:
The text was updated successfully, but these errors were encountered: