Ashwin Maroli
|
506c764e1e
|
fix incorrectly passed arguments to assert_equal (#7134)
Merge pull request 7134
|
2018-07-15 16:11:45 -04:00 |
Ashwin Maroli
|
9adac3a11e
|
Fix Rubocop offences in test files (#7128)
Merge pull request 7128
|
2018-07-12 10:21:23 -04:00 |
Ashwin Maroli
|
4f06767ac8
|
Load Rouge for TestKramdown (#7007)
Merge pull request 7007
|
2018-05-10 18:28:39 -04:00 |
Frank Taillandier
|
41fa9cda36
|
Fix tests
Co-Authored-By: ashmaroli <ashmaroli@users.noreply.github.com>
|
2018-05-04 14:14:44 +02:00 |
Ashwin Maroli
|
f8dfbd2f7b
|
Drop support for older versions of Rouge (#6978)
Merge pull request 6978
|
2018-05-03 10:03:55 -04:00 |
Ashwin Maroli
|
fcb1b410e3
|
rename log_warnings to show_warnings
|
2017-12-07 23:44:15 +05:30 |
Ashwin Maroli
|
77852b8838
|
add option to configure kramdown warning output
|
2017-11-13 22:02:58 +05:30 |
Florian Thomas
|
fa22ebf056
|
Log kramdown warnings if log level is WARN (#6522)
Merge pull request 6522
|
2017-11-09 09:11:05 -05:00 |
jekyllbot
|
e7f1ce2e2b
|
Update Rubocop to 0.51.0 (#6444)
Merge pull request 6444
|
2017-10-19 14:22:36 -04:00 |
Parker Moore
|
4c15b9e5e4
|
[WIP] Add shim that works for both Rouge 1 and Rouge 2 (#5919)
Merge pull request 5919
|
2017-08-17 11:16:18 -04:00 |
Parker Moore
|
7cf5f51ca2
|
Enforce Style/FrozenStringLiteralComment. (#6265)
Merge pull request 6265
|
2017-08-03 21:27:32 -04:00 |
Parker Moore
|
143367c5ca
|
kramdown: symbolize keys in-place (#6247)
Merge pull request 6247
|
2017-07-28 12:05:43 -04:00 |
Pat Hawks
|
1d885911bc
|
Rubocop: Require consistent comma in multiline literals
|
2017-01-12 17:52:29 -06:00 |
Parker Moore
|
a7d25ed963
|
Fix rubocop offenses on master.
|
2016-06-28 22:08:06 -07:00 |
Pat Hawks
|
23646549c4
|
Rubocop: test/test_kramdown.rb
|
2016-05-25 21:59:54 -05:00 |
Saleem Rashid
|
b0c730d278
|
kramdown: fix state leakage (#4617) in test
fixes #4250
|
2016-03-01 18:41:04 +00:00 |
Parker Moore
|
15a2dacd37
|
Merge pull request #4359 from jekyll/optimize-drop
Fix deep_merge_hashes! handling of drops and hashes
|
2016-01-15 15:19:18 -08:00 |
Jordon Bedwell
|
ea9cac5214
|
Add a nasty hack to reduce persistence until RSpec.
|
2016-01-15 14:15:28 -06:00 |
Parker Moore
|
0587a3bb57
|
Fix some debug logging.
- excluded? should now only print when it is excluded
- requiring is now properly aligned
|
2016-01-15 11:30:02 -08:00 |
Jordon Bedwell
|
3432fd2c2d
|
Modernize Kramdown for Markdown converter.
|
2015-12-04 08:09:08 -06:00 |
Paul Robert Lloyd
|
9d1641f163
|
Fix #3371 - kramdown:syntax_highlighter should automatically take value of highlighter
|
2015-10-31 23:58:49 +00:00 |
Parker Moore
|
7ad0597bff
|
Make our own Minitest::Test subclass for further subclassing
|
2015-02-21 00:33:47 -08:00 |
Parker Moore
|
4b59eb4175
|
Fix the test inheritance for the tests.
|
2015-02-20 13:35:02 -08:00 |
Parker Moore
|
c24c6b7f3d
|
Use 'enable_coderay' in the tests.
|
2014-12-26 22:17:33 -05:00 |
Alfred Xing
|
475e08bba3
|
Replace all RubyForge links with new residences
|
2014-07-16 13:43:09 -07:00 |
Parker Moore
|
7787d64bce
|
Rename those Utils functions.
|
2014-03-04 15:52:05 -05:00 |
Parker Moore
|
e2af1b547b
|
Extract core extensions into a Utils module
Fixes #2111
|
2014-03-03 22:13:03 -05:00 |
maul.esel
|
ed58ba1508
|
add tests for moving of coderay settings for kramdown
|
2013-09-13 14:06:16 +02:00 |
maul.esel
|
76d56c2352
|
shorten test code by moving converter instantiation to #setup
|
2013-09-13 14:06:16 +02:00 |
Parker Moore
|
46ce757b71
|
Compliant with Ruby 2.0.0
|
2013-04-26 21:20:48 +02:00 |
Parker Moore
|
2e73671cf4
|
Updated Kramdown tests to reflect numeral HTML entities.
|
2013-01-30 23:25:49 +01:00 |
Tom Bell
|
663a1321d2
|
Update converter classes moving into a module
|
2013-01-19 23:07:38 +00:00 |
Tom Preston-Werner
|
e29490c1c6
|
Allow setting of Kramdown smart_quotes. Fixes #482.
|
2012-04-23 15:34:54 -07:00 |
Tom Preston-Werner
|
6a31e650f3
|
Tests and specs run under 1.9.
|
2011-04-24 18:39:27 +08:00 |
Tom Preston-Werner
|
61acd47ed2
|
Merge remote branch 'jasongraham/kramdown-support'
|
2010-11-22 19:26:58 -08:00 |
Jason Graham
|
f85e229a9e
|
Add support for kramdown HTML converter options
http://kramdown.rubyforge.org/converter/html.html#options
Example: In the _config.yaml,
markdown: kramdown
kramdown:
auto_ids: true
|
2010-11-20 17:40:27 -08:00 |