jekyll/test/source/_posts
Eloy Espinaco 9b09d8a8e8 Add support for indented link references on excerpt
Excerpt link reference extraction is missing all the indented references
at the bottom of the page. Markdown specify that those can be indented up
to three spaces.
2016-09-02 17:21:10 -03:00
..
2013-03-19-not-a-post.markdown Fix tests that fail due to having a directory that looks like a post 2013-03-19 21:59:43 +01:00
es switch remaining textile test files to markdown 2015-02-27 18:29:52 -08:00
include_relative Rename tag to `include_relative` 2014-09-06 21:48:15 -07:00
2008-02-02-not-published.markdown switch remaining textile test files to markdown 2015-02-27 18:29:52 -08:00
2008-02-02-published.markdown switch remaining textile test files to markdown 2015-02-27 18:29:52 -08:00
2008-10-18-foo-bar.markdown Make all the tests happy. 2015-01-17 16:52:12 -08:00
2008-11-21-complex.markdown Make all the tests happy. 2015-01-17 16:52:12 -08:00
2008-12-03-permalinked-post.markdown switch remaining textile test files to markdown 2015-02-27 18:29:52 -08:00
2008-12-13-include.markdown Make all the tests happy. 2015-01-17 16:52:12 -08:00
2009-01-27-array-categories.markdown switch remaining textile test files to markdown 2015-02-27 18:29:52 -08:00
2009-01-27-categories.markdown switch remaining textile test files to markdown 2015-02-27 18:29:52 -08:00
2009-01-27-category.markdown switch remaining textile test files to markdown 2015-02-27 18:29:52 -08:00
2009-01-27-empty-categories.markdown switch remaining textile test files to markdown 2015-02-27 18:29:52 -08:00
2009-01-27-empty-category.markdown switch remaining textile test files to markdown 2015-02-27 18:29:52 -08:00
2009-01-27-no-category.markdown switch remaining textile test files to markdown 2015-02-27 18:29:52 -08:00
2009-03-12-hash-#1.markdown Issue 7: CGI escape post titles 2009-04-28 08:09:42 -04:00
2009-05-18-empty-tag.markdown switch remaining textile test files to markdown 2015-02-27 18:29:52 -08:00
2009-05-18-empty-tags.markdown switch remaining textile test files to markdown 2015-02-27 18:29:52 -08:00
2009-05-18-tag.markdown switch remaining textile test files to markdown 2015-02-27 18:29:52 -08:00
2009-05-18-tags.markdown switch remaining textile test files to markdown 2015-02-27 18:29:52 -08:00
2009-06-22-empty-yaml.markdown switch remaining textile test files to markdown 2015-02-27 18:29:52 -08:00
2009-06-22-no-yaml.markdown switch remaining textile test files to markdown 2015-02-27 18:29:52 -08:00
2010-01-08-triple-dash.markdown don't prematurely terminate front matter on mid-line triple dashes. fixes #93 2010-01-08 18:04:36 -08:00
2010-01-09-date-override.markdown Make all the tests happy. 2015-01-17 16:52:12 -08:00
2010-01-09-time-override.markdown Make all the tests happy. 2015-01-17 16:52:12 -08:00
2010-01-09-timezone-override.markdown Make all the tests happy. 2015-01-17 16:52:12 -08:00
2010-01-16-override-data.markdown switch remaining textile test files to markdown 2015-02-27 18:29:52 -08:00
2011-04-12-md-extension.md Trim trailing spaces and convert tabs to spaces. 2014-03-11 07:44:01 +02:00
2011-04-12-text-extension.text Added the ability to configure the file extensions to be processed by each converter. Test cases included. 2011-04-12 17:03:28 -04:00
2013-01-02-post-excerpt.markdown Adds excerpt to posts 2013-03-04 17:13:25 +01:00
2013-01-12-nil-layout.markdown switch remaining textile test files to markdown 2015-02-27 18:29:52 -08:00
2013-01-12-no-layout.markdown switch remaining textile test files to markdown 2015-02-27 18:29:52 -08:00
2013-04-11-custom-excerpt.markdown do not allow markdown etc. in excerpt 2013-04-11 21:02:08 +02:00
2013-05-10-number-category.markdown switch remaining textile test files to markdown 2015-02-27 18:29:52 -08:00
2013-07-22-post-excerpt-with-layout.markdown Use category in downcase only for URL (Resolves #1739) 2014-08-07 11:27:41 +09:00
2013-08-01-mkdn-extension.mkdn add test to demonstrate issue with markdown extension parsing. adding mkd as an extension should not cause mkdn files to also be markdownified 2013-08-06 10:52:24 +02:00
2013-12-17-include-variable-filters.markdown Add tests for include tag with partial variables 2014-08-05 01:04:20 -04:00
2013-12-20-properties.text Use category in downcase only for URL (Resolves #1739) 2014-08-07 11:27:41 +09:00
2014-01-06-permalink-traversal.md test multiple traversals 2014-01-13 22:21:30 -08:00
2014-03-03-yaml-with-dots.md Permit YAML blocks to end with three dots 2014-04-02 14:06:22 -04:00
2014-03-22-escape-+ %20[].markdown Fix Post#url escape 2014-03-21 16:57:40 +00:00
2014-07-05-another-mixed-case-category.markdown Use category in downcase only for URL (Resolves #1739) 2014-08-07 11:27:41 +09:00
2014-07-05-mixed-case-category.markdown Use category in downcase only for URL (Resolves #1739) 2014-08-07 11:27:41 +09:00
2014-09-02-relative-includes.markdown Test that includes relative to self are included 2014-09-07 11:24:44 -07:00
2014-11-24-Rmd-extension.Rmd add test for broken markdown regexp 2014-11-24 19:56:26 -06:00
2015-01-08-post-excerpt-separator.markdown Added per post excerpt_separator functionality, so you are able to 2015-01-08 15:18:06 +03:00
2015-02-20-extensionless-permalink.markdown always include file extension on destination files 2015-03-02 21:20:54 -08:00
2015-12-27-extra-spaces.markdown utils: has_yaml_header? should accept files with extraneous spaces 2016-01-04 14:09:30 -08:00
2016-08-16-indented-link-references.markdown Add support for indented link references on excerpt 2016-09-02 17:21:10 -03:00