kramdown 1.8.0 → 1.9.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of kramdown might be problematic. Click here for more details.

Files changed (34) hide show
  1. checksums.yaml +4 -4
  2. data/CONTRIBUTERS +3 -1
  3. data/README.md +3 -0
  4. data/Rakefile +1 -1
  5. data/VERSION +1 -1
  6. data/benchmark/testing.sh +1 -1
  7. data/doc/index.page +2 -2
  8. data/lib/kramdown/converter.rb +1 -0
  9. data/lib/kramdown/converter/hash_ast.rb +36 -0
  10. data/lib/kramdown/converter/html.rb +5 -3
  11. data/lib/kramdown/converter/syntax_highlighter/rouge.rb +25 -4
  12. data/lib/kramdown/options.rb +3 -0
  13. data/lib/kramdown/parser/gfm.rb +4 -2
  14. data/lib/kramdown/utils/ordered_hash.rb +5 -0
  15. data/lib/kramdown/version.rb +1 -1
  16. data/man/man1/kramdown.1 +3 -0
  17. data/test/test_files.rb +16 -11
  18. data/test/test_location.rb +10 -0
  19. data/test/testcases/block/06_codeblock/rouge/disabled.html +2 -0
  20. data/test/testcases/block/06_codeblock/rouge/disabled.options +4 -0
  21. data/test/testcases/block/06_codeblock/rouge/disabled.text +1 -0
  22. data/test/testcases/block/06_codeblock/{highlighting-rouge.html → rouge/simple.html} +0 -0
  23. data/test/testcases/block/06_codeblock/{highlighting-rouge.options → rouge/simple.options} +0 -0
  24. data/test/testcases/block/06_codeblock/{highlighting-rouge.text → rouge/simple.text} +0 -0
  25. data/test/testcases/span/03_codespan/rouge/disabled.html +1 -0
  26. data/test/testcases/span/03_codespan/rouge/disabled.options +4 -0
  27. data/test/testcases/span/03_codespan/rouge/disabled.text +1 -0
  28. data/test/testcases/span/03_codespan/{highlighting-rouge.html → rouge/simple.html} +0 -0
  29. data/test/testcases/span/03_codespan/{highlighting-rouge.options → rouge/simple.options} +0 -0
  30. data/test/testcases/span/03_codespan/{highlighting-rouge.text → rouge/simple.text} +0 -0
  31. data/test/testcases/span/04_footnote/without_backlink.html +9 -0
  32. data/test/testcases/span/04_footnote/without_backlink.options +1 -0
  33. data/test/testcases/span/04_footnote/without_backlink.text +3 -0
  34. metadata +18 -8
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0fd1d5abb103643686848dd667d1e3106c4f5bcc
4
- data.tar.gz: 6e14c9a736721e2bb5aab181d6c11f861f9edf83
3
+ metadata.gz: b045f72be4add1c589c1aa766c9e5645cbd8cae8
4
+ data.tar.gz: 8e957bbb6eb55cbbde3f8a6c12cf6105d9ba0732
5
5
  SHA512:
6
- metadata.gz: 5c6b26d0390aa2a2afdfad39cfcfadd782cc04c7e5c6d4ef00f5ccd66c78108b3271675adfd63c7182482024f6a817e104c7e4added160e895dd52d515a7d69f
7
- data.tar.gz: bc3c786078e444d72d27985cd349b74e69b523d3419bd9bd78ac24ca0766a7a8275efaa52e99b425c45f4675b5963e2bdbaa408b5682fa6066c0e4a86491765f
6
+ metadata.gz: f9e6675ca778e414d8add2d34d20f618c8b7181c273d2370329488533c451aa58dbd151d67cc0e5ececf852080f16782e342fd6a3f197389dcf43d9806fa31a8
7
+ data.tar.gz: 39db36de2b2b8c216111e31a091b3f8e4fc9ed2c8bd8cb12d0dc0e0a635f9281a919ff2df503cc0e4e770c1e3c3e9d0a95a5cf8cd5625aa3c8b490525ce51b72
@@ -1,6 +1,6 @@
1
1
  Count Name
2
2
  ======= ====
3
- 772 Thomas Leitner <t_leitner@gmx.at>
3
+ 781 Thomas Leitner <t_leitner@gmx.at>
4
4
  6 Gioele Barabucci <gioele@svario.it>
5
5
  4 Ted Pak <powerpak006@gmail.com>
6
6
  4 Arne Brasseur <arne@arnebrasseur.net>
@@ -29,12 +29,14 @@
29
29
  1 myqlarson <myqlarson@gmail.com>
30
30
  1 Michal Till <michal.till@gmail.com>
31
31
  1 Matt Hickford <matt.hickford@gmail.com>
32
+ 1 Marek Tuchowski <marek@tuchowski.com.pl>
32
33
  1 Marcus Stollsteimer <sto.mar@web.de>
33
34
  1 Luca Barbato <luca.barbato@gmail.com>
34
35
  1 l3kn <hello@l3kn.de>
35
36
  1 John Croisant <jacius@gmail.com>
36
37
  1 Joe Fiorini <joe@faithfulgeek.org>
37
38
  1 Jens Kraemer <jk@jkraemer.net>
39
+ 1 Hector Correa <hector@hectorcorrea.com>
38
40
  1 Floreal Morandat florealm@gmail.com <florealm@gmail.com>
39
41
  1 Damien Pollet <damien.pollet@gmail.com>
40
42
  1 Alex Tomlins <alex.tomlins@digital.cabinet-office.gov.uk>
data/README.md CHANGED
@@ -34,6 +34,9 @@ Starting from version 1.0.0 kramdown is using a versioning scheme with major, mi
34
34
  in the version number where the major number changes on backwards-incompatible changes, the minor
35
35
  number on the introduction of new features and the patch number on everything else.
36
36
 
37
+ For information about changes between versions, have a look at
38
+ <http://kramdown.gettalong.org/news.html> or the commit history!
39
+
37
40
 
38
41
  ## Usage
39
42
 
data/Rakefile CHANGED
@@ -75,7 +75,7 @@ end
75
75
  if defined?(Webgen)
76
76
  desc "Generate the HTML documentation"
77
77
  task :htmldoc do
78
- ruby "-Ilib -S webgen"
78
+ ruby "-S webgen"
79
79
  end
80
80
  CLOBBER << "htmldoc/"
81
81
  CLOBBER << "webgen-tmp"
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.8.0
1
+ 1.9.0
@@ -1,6 +1,6 @@
1
1
  #!/bin/bash
2
2
 
3
- source ~/.bashrc
3
+ source ~/.profile
4
4
 
5
5
  COMMAND="$@"
6
6
  if [[ -z "$COMMAND" ]]; then COMMAND="rake test"; fi
@@ -97,8 +97,8 @@ extensions that have been made popular by the [PHP Markdown Extra] package and [
97
97
  It is probably the fastest pure-Ruby Markdown converter available (September 2014), being about 3x
98
98
  faster than [Maruku] and about 4.5x faster than [BlueFeather].
99
99
 
100
- Version **1.8.0**{:itemprop="softwareVersion"} released on
101
- **2015-07-04**{:itemprop="datePublished"}, [more news](news.html)
100
+ Version **1.9.0**{:itemprop="softwareVersion"} released on
101
+ **2015-10-01**{:itemprop="datePublished"}, [more news](news.html)
102
102
  {: style="text-align: center; font-size: 80%"}
103
103
 
104
104
  </div>
@@ -26,6 +26,7 @@ module Kramdown
26
26
  autoload :Toc, 'kramdown/converter/toc'
27
27
  autoload :RemoveHtmlTags, 'kramdown/converter/remove_html_tags'
28
28
  autoload :Pdf, 'kramdown/converter/pdf'
29
+ autoload :HashAST, 'kramdown/converter/hash_ast'
29
30
 
30
31
  extend ::Kramdown::Utils::Configurable
31
32
 
@@ -0,0 +1,36 @@
1
+ # -*- coding: utf-8 -*-
2
+ #
3
+ #--
4
+ # Copyright (C) 2009-2015 Thomas Leitner <t_leitner@gmx.at>
5
+ #
6
+ # This file is part of kramdown which is licensed under the MIT.
7
+ #++
8
+ #
9
+
10
+ require 'kramdown/parser'
11
+ require 'kramdown/converter'
12
+ require 'kramdown/utils'
13
+
14
+ module Kramdown
15
+
16
+ module Converter
17
+
18
+ # Converts a Kramdown::Document to a nested hash for further processing or debug output.
19
+ class HashAST < Base
20
+
21
+ def convert(el)
22
+ hash = {:type => el.type}
23
+ hash[:attr] = el.attr unless el.attr.empty?
24
+ hash[:value] = el.value unless el.value.nil?
25
+ hash[:options] = el.options unless el.options.empty?
26
+ unless el.children.empty?
27
+ hash[:children] = []
28
+ el.children.each {|child| hash[:children] << convert(child)}
29
+ end
30
+ hash
31
+ end
32
+
33
+ end
34
+
35
+ end
36
+ end
@@ -444,9 +444,11 @@ module Kramdown
444
444
  insert_space = false
445
445
  end
446
446
 
447
- para.children << Element.new(:raw, FOOTNOTE_BACKLINK_FMT % [insert_space ? ' ' : '', name, backlink_text])
448
- (1..repeat).each do |index|
449
- para.children << Element.new(:raw, FOOTNOTE_BACKLINK_FMT % [" ", "#{name}:#{index}", "#{backlink_text}<sup>#{index+1}</sup>"])
447
+ unless @options[:footnote_backlink].empty?
448
+ para.children << Element.new(:raw, FOOTNOTE_BACKLINK_FMT % [insert_space ? ' ' : '', name, backlink_text])
449
+ (1..repeat).each do |index|
450
+ para.children << Element.new(:raw, FOOTNOTE_BACKLINK_FMT % [" ", "#{name}:#{index}", "#{backlink_text}<sup>#{index+1}</sup>"])
451
+ end
450
452
  end
451
453
 
452
454
  ol.children << Element.new(:raw, convert(li, 4))
@@ -22,16 +22,37 @@ module Kramdown::Converter::SyntaxHighlighter
22
22
  end
23
23
 
24
24
  def self.call(converter, text, lang, type, _unused_opts)
25
- opts = converter.options[:syntax_highlighter_opts].dup
25
+ opts = options(converter, type)
26
26
  lexer = ::Rouge::Lexer.find_fancy(lang || opts[:default_lang], text)
27
- return nil unless lexer
28
-
29
- opts[:wrap] = false if type == :span
27
+ return nil if opts[:disable] || !lexer
30
28
 
31
29
  formatter = (opts.delete(:formatter) || ::Rouge::Formatters::HTML).new(opts)
32
30
  formatter.format(lexer.lex(text))
33
31
  end
34
32
 
33
+ def self.options(converter, type)
34
+ prepare_options(converter)
35
+ converter.data[:syntax_highlighter_rouge][type]
36
+ end
37
+
38
+ def self.prepare_options(converter)
39
+ return if converter.data.key?(:syntax_highlighter_rouge)
40
+
41
+ cache = converter.data[:syntax_highlighter_rouge] = {}
42
+
43
+ opts = converter.options[:syntax_highlighter_opts].dup
44
+ span_opts = (opts.delete(:span) || {}).dup
45
+ block_opts = (opts.delete(:block) || {}).dup
46
+ [span_opts, block_opts].each do |hash|
47
+ hash.keys.each do |k|
48
+ hash[k.kind_of?(String) ? Kramdown::Options.str_to_sym(k) : k] = hash.delete(k)
49
+ end
50
+ end
51
+
52
+ cache[:span] = opts.merge(span_opts).update(:wrap => false)
53
+ cache[:block] = opts.merge(block_opts)
54
+ end
55
+
35
56
  end
36
57
 
37
58
  end
@@ -586,6 +586,9 @@ Defines the text that should be used for the footnote backlinks
586
586
  The footnote backlink is just text, so any special HTML characters will
587
587
  be escaped.
588
588
 
589
+ If the footnote backlint text is an empty string, no footnote backlinks
590
+ will be generated.
591
+
589
592
  Default: '&8617;'
590
593
  Used by: HTML converter
591
594
  EOF
@@ -38,8 +38,10 @@ module Kramdown
38
38
  omit_trailing_br = (Kramdown::Element.category(element) == :block && element.children[-1] == child &&
39
39
  lines[-1].empty?)
40
40
  lines.each_with_index do |line, index|
41
- children << Element.new(:text, (index > 0 ? "\n#{line}" : line))
42
- children << Element.new(:br) if index < lines.size - 2 ||
41
+ new_element_options = { :location => child.options[:location] + index }
42
+
43
+ children << Element.new(:text, (index > 0 ? "\n#{line}" : line), nil, new_element_options)
44
+ children << Element.new(:br, nil, nil, new_element_options) if index < lines.size - 2 ||
43
45
  (index == lines.size - 2 && !omit_trailing_br)
44
46
  end
45
47
  children
@@ -43,6 +43,11 @@ module Kramdown
43
43
  @data.has_key?(key)
44
44
  end
45
45
 
46
+ # Return +true+ if the hash contains no keys.
47
+ def empty?
48
+ @data.empty?
49
+ end
50
+
46
51
  # Set the value for the +key+ to +val+.
47
52
  def []=(key, val)
48
53
  @order << key if !@data.has_key?(key)
@@ -10,6 +10,6 @@
10
10
  module Kramdown
11
11
 
12
12
  # The kramdown version.
13
- VERSION = '1.8.0'
13
+ VERSION = '1.9.0'
14
14
 
15
15
  end
@@ -189,6 +189,9 @@ Defines the text that should be used for the footnote backlinks
189
189
  The footnote backlink is just text, so any special HTML characters will
190
190
  be escaped.
191
191
 
192
+ If the footnote backlint text is an empty string, no footnote backlinks
193
+ will be generated.
194
+
192
195
  Default: '&8617;'
193
196
  Used by: HTML converter
194
197
 
@@ -17,14 +17,14 @@ Encoding.default_external = 'utf-8' if RUBY_VERSION >= '1.9'
17
17
  class TestFiles < Minitest::Test
18
18
 
19
19
  EXCLUDE_KD_FILES = [('test/testcases/block/04_header/with_auto_ids.text' if RUBY_VERSION <= '1.8.6'), # bc of dep stringex not working
20
- ('test/testcases/span/03_codespan/highlighting-rouge.text' if RUBY_VERSION < '2.0'), #bc of rouge
21
- ('test/testcases/block/06_codeblock/highlighting-rouge.text' if RUBY_VERSION < '2.0'), #bc of rouge
20
+ ('test/testcases/span/03_codespan/rouge/' if RUBY_VERSION < '2.0'), #bc of rouge
21
+ ('test/testcases/block/06_codeblock/rouge/' if RUBY_VERSION < '2.0'), #bc of rouge
22
22
 
23
23
  ].compact
24
24
 
25
25
  # Generate test methods for kramdown-to-xxx conversion
26
26
  Dir[File.dirname(__FILE__) + '/testcases/**/*.text'].each do |text_file|
27
- next if EXCLUDE_KD_FILES.any? {|f| text_file =~ /#{f}$/}
27
+ next if EXCLUDE_KD_FILES.any? {|f| text_file =~ /#{f}/}
28
28
  basename = text_file.sub(/\.text$/, '')
29
29
  opts_file = text_file.sub(/\.text$/, '.options')
30
30
  (Dir[basename + ".*"] - [text_file, opts_file]).each do |output_file|
@@ -51,8 +51,9 @@ class TestFiles < Minitest::Test
51
51
  'test/testcases/span/03_codespan/highlighting.html', # bc of span elements inside code element
52
52
  'test/testcases/block/04_header/with_auto_ids.html', # bc of auto_ids=true option
53
53
  'test/testcases/block/04_header/header_type_offset.html', # bc of header_offset option
54
- 'test/testcases/block/06_codeblock/highlighting-rouge.html', # bc of double surrounding <div>
55
- ('test/testcases/span/03_codespan/highlighting-rouge.html' if RUBY_VERSION < '2.0'),
54
+ 'test/testcases/block/06_codeblock/rouge/simple.html', # bc of double surrounding <div>
55
+ ('test/testcases/span/03_codespan/rouge/simple.html' if RUBY_VERSION < '2.0'),
56
+ ('test/testcases/span/03_codespan/rouge/disabled.html' if RUBY_VERSION < '2.0'),
56
57
  'test/testcases/block/15_math/ritex.html', # bc of tidy
57
58
  'test/testcases/span/math/ritex.html', # bc of tidy
58
59
  'test/testcases/block/15_math/itex2mml.html', # bc of tidy
@@ -153,8 +154,9 @@ class TestFiles < Minitest::Test
153
154
  'test/testcases/span/extension/comment.text', # bc of comment text modifications (can this be avoided?)
154
155
  'test/testcases/block/04_header/header_type_offset.text', # bc of header_offset being applied twice
155
156
  ('test/testcases/block/04_header/with_auto_ids.text' if RUBY_VERSION <= '1.8.6'), # bc of dep stringex not working
156
- ('test/testcases/span/03_codespan/highlighting-rouge.text' if RUBY_VERSION < '2.0'),
157
- ('test/testcases/block/06_codeblock/highlighting-rouge.text' if RUBY_VERSION < '2.0'), #bc of rouge
157
+ ('test/testcases/span/03_codespan/rouge/simple.text' if RUBY_VERSION < '2.0'), #bc of rouge
158
+ ('test/testcases/span/03_codespan/rouge/disabled.text' if RUBY_VERSION < '2.0'), #bc of rouge
159
+ ('test/testcases/block/06_codeblock/rouge/simple.text' if RUBY_VERSION < '2.0'), #bc of rouge
158
160
  'test/testcases/block/15_math/ritex.text', # bc of tidy
159
161
  'test/testcases/span/math/ritex.text', # bc of tidy
160
162
  'test/testcases/block/15_math/itex2mml.text', # bc of tidy
@@ -193,14 +195,15 @@ class TestFiles < Minitest::Test
193
195
  'test/testcases/block/09_html/markdown_attr.html', # bc of markdown attr
194
196
  'test/testcases/block/09_html/html_to_native/table_simple.html', # bc of invalidly converted simple table
195
197
  'test/testcases/block/06_codeblock/whitespace.html', # bc of entity to char conversion
196
- 'test/testcases/block/06_codeblock/highlighting-rouge.html', # bc of double surrounding <div>
198
+ 'test/testcases/block/06_codeblock/rouge/simple.html', # bc of double surrounding <div>
197
199
  'test/testcases/block/11_ial/simple.html', # bc of change of ordering of attributes in header
198
200
  'test/testcases/span/03_codespan/highlighting.html', # bc of span elements inside code element
199
201
  'test/testcases/block/04_header/with_auto_ids.html', # bc of auto_ids=true option
200
202
  'test/testcases/block/04_header/header_type_offset.html', # bc of header_offset option
201
203
  'test/testcases/block/16_toc/toc_exclude.html', # bc of different attribute ordering
202
204
  'test/testcases/span/autolinks/url_links.html', # bc of quot entity being converted to char
203
- ('test/testcases/span/03_codespan/highlighting-rouge.html' if RUBY_VERSION < '2.0'),
205
+ ('test/testcases/span/03_codespan/rouge/simple.html' if RUBY_VERSION < '2.0'),
206
+ ('test/testcases/span/03_codespan/rouge/disabled.html' if RUBY_VERSION < '2.0'),
204
207
  'test/testcases/block/15_math/ritex.html', # bc of tidy
205
208
  'test/testcases/span/math/ritex.html', # bc of tidy
206
209
  'test/testcases/block/15_math/itex2mml.html', # bc of tidy
@@ -284,8 +287,10 @@ class TestFiles < Minitest::Test
284
287
  'test/testcases/span/text_substitutions/entities_as_char.text',
285
288
  'test/testcases/span/text_substitutions/entities.text',
286
289
  'test/testcases/span/text_substitutions/typography.text',
287
- ('test/testcases/span/03_codespan/highlighting-rouge.text' if RUBY_VERSION < '2.0'),
288
- ('test/testcases/block/06_codeblock/highlighting-rouge.text' if RUBY_VERSION < '2.0'), #bc of rouge
290
+ ('test/testcases/span/03_codespan/rouge/simple.text' if RUBY_VERSION < '2.0'),
291
+ ('test/testcases/span/03_codespan/rouge/disabled.text' if RUBY_VERSION < '2.0'),
292
+ ('test/testcases/block/06_codeblock/rouge/simple.text' if RUBY_VERSION < '2.0'), #bc of rouge
293
+ ('test/testcases/block/06_codeblock/rouge/disabled.text' if RUBY_VERSION < '2.0'), #bc of rouge
289
294
  ].compact
290
295
 
291
296
  # Generate test methods for gfm-to-html conversion
@@ -216,4 +216,14 @@ describe 'location' do
216
216
  end
217
217
  end
218
218
 
219
+ it 'handles hard wrapped paragraphs with the GFM parser' do
220
+ str = "A*b*C\nA*b*C\nA*b*C"
221
+ doc = Kramdown::Document.new(str, :input => 'GFM', :hard_wrap => true)
222
+ para = doc.root.children.first
223
+ 1.upto(3) do |line|
224
+ 0.upto(line == 3 ? 2 : 3) do |element|
225
+ assert_equal(line, para.children[4*(line - 1) + element].options[:location])
226
+ end
227
+ end
228
+ end
219
229
  end
@@ -0,0 +1,2 @@
1
+ <pre><code>x = Class.new
2
+ </code></pre>
@@ -0,0 +1,4 @@
1
+ :syntax_highlighter: rouge
2
+ :syntax_highlighter_opts:
3
+ block:
4
+ disable: true
@@ -0,0 +1 @@
1
+ <p>You can say <code class="language-ruby">Class</code>.</p>
@@ -0,0 +1,4 @@
1
+ :syntax_highlighter: rouge
2
+ :syntax_highlighter_opts:
3
+ span:
4
+ disable: true
@@ -0,0 +1 @@
1
+ You can say `Class`{:.language-ruby}.
@@ -0,0 +1,9 @@
1
+ <p>Some footnote here<sup id="fnref:fn"><a href="#fn:fn" class="footnote">1</a></sup></p>
2
+
3
+ <div class="footnotes">
4
+ <ol>
5
+ <li id="fn:fn">
6
+ <p>Some text here</p>
7
+ </li>
8
+ </ol>
9
+ </div>
@@ -0,0 +1 @@
1
+ :footnote_backlink: ''
@@ -0,0 +1,3 @@
1
+ Some footnote here[^fn]
2
+
3
+ [^fn]: Some text here
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kramdown
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.0
4
+ version: 1.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas Leitner
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-04 00:00:00.000000000 Z
11
+ date: 2015-10-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: minitest
@@ -156,6 +156,7 @@ files:
156
156
  - lib/kramdown/compatibility.rb
157
157
  - lib/kramdown/converter.rb
158
158
  - lib/kramdown/converter/base.rb
159
+ - lib/kramdown/converter/hash_ast.rb
159
160
  - lib/kramdown/converter/html.rb
160
161
  - lib/kramdown/converter/kramdown.rb
161
162
  - lib/kramdown/converter/latex.rb
@@ -285,9 +286,6 @@ files:
285
286
  - test/testcases/block/06_codeblock/highlighting-opts.html
286
287
  - test/testcases/block/06_codeblock/highlighting-opts.options
287
288
  - test/testcases/block/06_codeblock/highlighting-opts.text
288
- - test/testcases/block/06_codeblock/highlighting-rouge.html
289
- - test/testcases/block/06_codeblock/highlighting-rouge.options
290
- - test/testcases/block/06_codeblock/highlighting-rouge.text
291
289
  - test/testcases/block/06_codeblock/highlighting.html
292
290
  - test/testcases/block/06_codeblock/highlighting.options
293
291
  - test/testcases/block/06_codeblock/highlighting.text
@@ -301,6 +299,12 @@ files:
301
299
  - test/testcases/block/06_codeblock/no_newline_at_end_1.text
302
300
  - test/testcases/block/06_codeblock/normal.html
303
301
  - test/testcases/block/06_codeblock/normal.text
302
+ - test/testcases/block/06_codeblock/rouge/disabled.html
303
+ - test/testcases/block/06_codeblock/rouge/disabled.options
304
+ - test/testcases/block/06_codeblock/rouge/disabled.text
305
+ - test/testcases/block/06_codeblock/rouge/simple.html
306
+ - test/testcases/block/06_codeblock/rouge/simple.options
307
+ - test/testcases/block/06_codeblock/rouge/simple.text
304
308
  - test/testcases/block/06_codeblock/tilde_syntax.html
305
309
  - test/testcases/block/06_codeblock/tilde_syntax.text
306
310
  - test/testcases/block/06_codeblock/whitespace.html
@@ -556,13 +560,16 @@ files:
556
560
  - test/testcases/span/03_codespan/highlighting-minted.latex
557
561
  - test/testcases/span/03_codespan/highlighting-minted.options
558
562
  - test/testcases/span/03_codespan/highlighting-minted.text
559
- - test/testcases/span/03_codespan/highlighting-rouge.html
560
- - test/testcases/span/03_codespan/highlighting-rouge.options
561
- - test/testcases/span/03_codespan/highlighting-rouge.text
562
563
  - test/testcases/span/03_codespan/highlighting.html
563
564
  - test/testcases/span/03_codespan/highlighting.text
564
565
  - test/testcases/span/03_codespan/normal.html
565
566
  - test/testcases/span/03_codespan/normal.text
567
+ - test/testcases/span/03_codespan/rouge/disabled.html
568
+ - test/testcases/span/03_codespan/rouge/disabled.options
569
+ - test/testcases/span/03_codespan/rouge/disabled.text
570
+ - test/testcases/span/03_codespan/rouge/simple.html
571
+ - test/testcases/span/03_codespan/rouge/simple.options
572
+ - test/testcases/span/03_codespan/rouge/simple.text
566
573
  - test/testcases/span/04_footnote/backlink_text.html
567
574
  - test/testcases/span/04_footnote/backlink_text.options
568
575
  - test/testcases/span/04_footnote/backlink_text.text
@@ -582,6 +589,9 @@ files:
582
589
  - test/testcases/span/04_footnote/placement.text
583
590
  - test/testcases/span/04_footnote/regexp_problem.html
584
591
  - test/testcases/span/04_footnote/regexp_problem.text
592
+ - test/testcases/span/04_footnote/without_backlink.html
593
+ - test/testcases/span/04_footnote/without_backlink.options
594
+ - test/testcases/span/04_footnote/without_backlink.text
585
595
  - test/testcases/span/05_html/across_lines.html
586
596
  - test/testcases/span/05_html/across_lines.text
587
597
  - test/testcases/span/05_html/button.html