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
Formatting in code blocks is not working as expected:
1.9.3-p362:002 > str=" code block ''this should be italic'' '''this should be bold'''"=>" code block ''this should be italic'' '''this should be bold'''"1.9.3-p362:003 > WikiCloth::Parser.new({:data=>str}).to_html=>"\n\n<p><pre> code block ''this should be italic'' '''this should be bold'''\n</pre>\n</p>"
The text was updated successfully, but these errors were encountered:
Hmm yes I would definitly consider that a bug, The goal after all is to be as compatible with the mediawiki parser as possible. Will look into it, but not sure how easy it will be to resolve.
Formatting in code blocks is not working as expected:
The text was updated successfully, but these errors were encountered: