Skip to content

Commit 53c476e

Browse files
authored
Merge pull request #271 from kiendang/intro-syntax-highlight
Fix syntax highlighting for intro doc
2 parents 9d6d6dd + 0953b90 commit 53c476e

43 files changed

Lines changed: 15536 additions & 9702 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def readme_to_html(fname, path, with_toc = false, fragment = false)
161161
end
162162
markdown = Kramdown::Document.new(markdown_string,
163163
:fenced_code_blocks => true,
164-
:coderay_line_numbers => nil,
164+
:syntax_highlighter => :rouge,
165165
:auto_ids => false)
166166

167167
html = cleanup(markdown.to_html, fragment)

_includes/README.de.html

Lines changed: 1242 additions & 924 deletions
Large diffs are not rendered by default.

_includes/README.es.html

Lines changed: 1687 additions & 1090 deletions
Large diffs are not rendered by default.

_includes/README.fr.html

Lines changed: 1355 additions & 956 deletions
Large diffs are not rendered by default.

_includes/README.html

Lines changed: 1310 additions & 963 deletions
Large diffs are not rendered by default.

_includes/README.hu.html

Lines changed: 327 additions & 239 deletions
Large diffs are not rendered by default.

_includes/README.ja.html

Lines changed: 1201 additions & 887 deletions
Large diffs are not rendered by default.

_includes/README.ko.html

Lines changed: 1193 additions & 889 deletions
Large diffs are not rendered by default.

_includes/README.pt-br.html

Lines changed: 2975 additions & 679 deletions
Large diffs are not rendered by default.

_includes/README.pt-pt.html

Lines changed: 402 additions & 288 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)