Skip to content

Rouge #1266

@ghost

Description

github.com utilizes Rouge for syntax highlighting. This is good, but it even
uses Rouge with markups that lack Rouge support. For example if you make a file
readme.org:

#+BEGIN_SRC ruby
puts 'hello world'
#+END_SRC

github.com will correctly render the file with highlighting. What is confusing
is that the Org-Ruby Gem currently only supports Coderay or Pygments.rb:

https://github.com/wallyqs/org-ruby#current-status

So how is github.com using Org-Ruby with Rouge?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions