You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "David Chen (JIRA)" <ji...@apache.org> on 2014/06/20 06:47:28 UTC

[jira] [Created] (SAMZA-301) Add syntax highlighting to documentation

David Chen created SAMZA-301:
--------------------------------

             Summary: 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
            Priority: Minor


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}



--
This message was sent by Atlassian JIRA
(v6.2#6252)