mirror of
https://github.com/redmine/redmine.git
synced 2025-11-08 22:36:02 +01:00
10 lines
109 B
Ruby
10 lines
109 B
Ruby
|
|
module CodeRay
|
||
|
|
module Encoders
|
||
|
|
|
||
|
|
map :stats => :statistic,
|
||
|
|
:plain => :text,
|
||
|
|
:tex => :latex
|
||
|
|
|
||
|
|
end
|
||
|
|
end
|