Skip to content
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

Wiki content order issue #3

Closed
valodzka opened this issue Nov 23, 2009 · 2 comments
Closed

Wiki content order issue #3

valodzka opened this issue Nov 23, 2009 · 2 comments

Comments

@valodzka
Copy link

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) ) )  )
@alno
Copy link
Owner

alno commented Nov 23, 2009

Closed by 401d875

@alno
Copy link
Owner

alno commented Nov 23, 2009

Thanks, commited. Try new version (0.1.8).

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants