<div dir="ltr">I only suggested AsciiDoc to be consistent with the markup used for our documentation.  Having two different markup syntaxes in use for the project could get annoying... but yes, I agree that the lack of syntax highlighting on the wiki can be even more annoying.</div>
<div class="gmail_extra"><br><br><div class="gmail_quote">On 30 October 2013 12:55, Mircea Markus <span dir="ltr">&lt;<a href="mailto:mmarkus@redhat.com" target="_blank">mmarkus@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Github&#39;s wiki asciidoc doesn&#39;t play nicely with syntax highlighting: displays all the code with the same plain color, instead of highlighting the syntax elements like the IDEs do.<br>
E.g. the sample code provided in the wiki asciidoc help:<br>
<br>
.python.py<br>
[source,python]<br>
----<br>
# i just wrote a comment in python<br>
print &quot;something&quot;<br>
# and maybe one more<br>
----<br>
<br>
renders like:<br>
<a href="http://screencast.com/t/k6JVQrWQ4" target="_blank">http://screencast.com/t/k6JVQrWQ4</a><br>
<br>
Whilst the markdown equivalent:<br>
<br>
```python<br>
# i just wrote a comment in python<br>
print &quot;something&quot;<br>
# and maybe one more<br>
```<br>
<br>
renders as expected:<br>
<a href="http://screencast.com/t/YLMhs31Jm" target="_blank">http://screencast.com/t/YLMhs31Jm</a><br>
<br>
I think this has been a problem for quite a while now: <a href="https://github.com/gollum/gollum/issues/280" target="_blank">https://github.com/gollum/gollum/issues/280</a><br>
Does anyone see any problem with allowing both markdown and asciidoc editors for our wiki? They both have pretty basic syntax and markdown seems to be better integrated (I guess that&#39;s why it&#39;s also the default editor).<br>

<br>
<br>
Cheers,<br>
<span class="HOEnZb"><font color="#888888">--<br>
Mircea Markus<br>
Infinispan lead (<a href="http://www.infinispan.org" target="_blank">www.infinispan.org</a>)<br>
<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
infinispan-dev mailing list<br>
<a href="mailto:infinispan-dev@lists.jboss.org">infinispan-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/infinispan-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/infinispan-dev</a><br>
</font></span></blockquote></div><br></div>