[infinispan-dev] code highlight in github/asciidoc

Mircea Markus mmarkus at redhat.com
Wed Oct 30 08:55:11 EDT 2013


Github's wiki asciidoc doesn'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. 
E.g. the sample code provided in the wiki asciidoc help:

.python.py
[source,python]
----
# i just wrote a comment in python
print "something"
# and maybe one more
----

renders like:
http://screencast.com/t/k6JVQrWQ4

Whilst the markdown equivalent:

```python
# i just wrote a comment in python
print "something"
# and maybe one more
```

renders as expected:
http://screencast.com/t/YLMhs31Jm

I think this has been a problem for quite a while now: https://github.com/gollum/gollum/issues/280
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's why it's also the default editor).


Cheers,
-- 
Mircea Markus
Infinispan lead (www.infinispan.org)







More information about the infinispan-dev mailing list