[
https://issues.apache.org/jira/browse/SAMZA-301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Chen updated SAMZA-301:
-----------------------------
Description:
All code listings in the documentation on the Samza website do not have syntax
highlighting. Enabling syntax highlighting in Jekyll is really simple:
{code}
{% highlight <language> %}
code here
{% endhighlight %}
{code}
The syntax highlighting scheme is base16-bright:
http://chriskempson.github.io/base16/
was:
All code listings in the documentation on the Samza website do not have syntax
highlighting. Enabling syntax highlighting in Jekyll is really simple:
{code}
{% highlight <language> %}
code here
{% endhighlight %}
{code}
> Add syntax highlighting to documentation
> ----------------------------------------
>
> Key: SAMZA-301
> URL: https://issues.apache.org/jira/browse/SAMZA-301
> Project: Samza
> Issue Type: Improvement
> Reporter: David Chen
> Assignee: David Chen
> Priority: Minor
> Attachments: SAMZA-301.1.patch
>
>
> All code listings in the documentation on the Samza website do not have
> syntax highlighting. Enabling syntax highlighting in Jekyll is really simple:
> {code}
> {% highlight <language> %}
> code here
> {% endhighlight %}
> {code}
> The syntax highlighting scheme is base16-bright:
> http://chriskempson.github.io/base16/
--
This message was sent by Atlassian JIRA
(v6.2#6252)