You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.
At the moment a very simple fake rendering function is taking care of replacing the inline markdown with proper HTML.
I originally tried to use markdown,markdown() to do this, but couldn't find an easy way of preventing the insertion of HTML tags as wrapper around the entire string.
The text was updated successfully, but these errors were encountered:
At the moment a very simple fake rendering function is taking care of replacing the inline markdown with proper HTML.
I originally tried to use
markdown,markdown()
to do this, but couldn't find an easy way of preventing the insertion of HTML tags as wrapper around the entire string.The text was updated successfully, but these errors were encountered: