jekyll/lib/jekyll
Parker Moore bf149a0b97 highlight: fix problem with linenos and rouge.
Found by @EdMcBane in https://github.com/jekyll/jekyll/pull/3435

The strange regexp we were doing to replace the <pre><code></pre></code>
bits in the Pygments output were wreaking havoc on Rouge output
because Rouge uses <pre>'s to wrap line numbers.

To be consistent, the output from render_* should *not* include
the wrapping <div> and <pre> tags. It should just be what was
inside. We can then wrap it in our own custom tags without using
any regular expressions, as God intended. Death to regular
expressions and HTML manipulation!
2015-02-09 21:42:52 -08:00
..
commands Use 3 places to the right of the decimal place instead of 2. 2015-02-07 23:57:07 -08:00
converters Merge pull request #3319 from jekyll/split-off-textile 2015-01-17 17:08:15 -08:00
tags highlight: fix problem with linenos and rouge. 2015-02-09 21:42:52 -08:00
cleaner.rb Move all regenerate? checking to Regenerator 2015-01-18 11:05:06 -08:00
collection.rb Expose Publisher in Site 2015-01-05 16:13:04 -08:00
command.rb Implement more suggestions 2014-11-26 20:15:42 -08:00
configuration.rb Add configuration fallback for paginate, and fix tests. 2015-01-31 13:53:17 -08:00
converter.rb Rename the pygments option to highlighter 2013-12-22 12:45:15 +01:00
convertible.rb Move all regenerate? checking to Regenerator 2015-01-18 11:05:06 -08:00
deprecator.rb fix quote 2015-02-05 16:48:59 +07:00
document.rb The :title URL placeholder for collections should be the filename slug. 2015-01-30 01:53:11 -08:00
draft.rb Use site.in_source_dir as @mastahyeti suggested 2014-11-03 22:16:47 -08:00
entry_filter.rb Allow users to specify the log level via JEKYLL_LOG_LEVEL. 2014-11-06 12:03:07 -08:00
errors.rb Put errors/exceptions into Jekyll::Errors module 2014-07-12 13:47:59 -07:00
excerpt.rb get procedure for default excerpt separator for both cases site and page was 2015-01-10 04:05:16 +03:00
external.rb Separate jekyll-docs out into a separate gem & bless it 2014-12-28 14:37:02 -05:00
filters.rb Start removing mentions of Textile. 2015-01-17 16:51:28 -08:00
frontmatter_defaults.rb Fixed typo [ci skip] 2015-01-18 00:45:28 +00:00
generator.rb Remove new lines between module and class 2013-01-20 00:00:49 +00:00
layout.rb Use site.in_source_dir 2014-11-23 16:16:19 -08:00
layout_reader.rb Only allow CWD _layouts outside of safe mode. 2014-11-03 22:16:48 -08:00
liquid_extensions.rb Add Jekyll::LiquidExtensions.lookup_variable 2014-04-22 14:27:47 -04:00
log_adapter.rb Initialize @messages at instantiation time. 2014-12-29 01:14:16 -05:00
mime.types sync mime types to GitHub 2014-01-26 12:15:15 -06:00
page.rb More conversion of Jekyll.sanitized_path ~> site.in_(source|dest)_dir 2014-11-03 22:16:48 -08:00
plugin.rb Allow Convertibles to be converted by >= 1 converters. 2014-08-06 16:20:24 -04:00
plugin_manager.rb Put that Bundle.require statement back. 2014-11-23 14:13:47 -08:00
post.rb Merge pull request #2774 from dziemian007/formatter_variables_by_relative_path 2015-01-17 15:16:50 -08:00
publisher.rb add the Publisher class to handle publishing logic 2014-04-07 16:17:51 +02:00
regenerator.rb Rename Regenerator#write to Regenerator#write_metadata 2015-01-19 16:29:50 -08:00
related_posts.rb Move previous runtime dependencies to development dependencies. 2015-01-31 13:53:17 -08:00
renderer.rb Move all regenerate? checking to Regenerator 2015-01-18 11:05:06 -08:00
site.rb Factor out a `read_data_file` call to keep things clean 2015-01-29 12:41:19 -08:00
static_file.rb Move all regenerate? checking to Regenerator 2015-01-18 11:05:06 -08:00
stevenson.rb Renaming LogWriter to LogAdapter and adding tests for class 2014-05-24 21:22:10 +01:00
url.rb Strip slashes on nil url tokens 2015-01-18 08:31:14 -06:00
utils.rb Use frozen regular expressions for Utils#slugify 2015-01-17 16:25:33 -08:00
version.rb Release 💎 v3.0.0.beta1 2015-01-24 09:55:46 -08:00