We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Now wiki content look like
def wiki_content( text ) sanitize( wiki_linkify( auto_link( Irwi.config.formatter.format( text ) ) ) ) end
For RedCloth, for example this won't work "[[FAQ]]" because it converted to [[<span class="caps">FAQ</span>]]. I suggest change order to:
sanitize( auto_link( Irwi.config.formatter.format( wiki_linkify (text) ) ) )
The text was updated successfully, but these errors were encountered:
Closed by 401d875
Sorry, something went wrong.
Thanks, commited. Try new version (0.1.8).
No branches or pull requests
Now wiki content look like
For RedCloth, for example this won't work "[[FAQ]]" because it converted to [[<span class="caps">FAQ</span>]]. I suggest change order to:
The text was updated successfully, but these errors were encountered: