Thomas Torsney-Weir
|
627916bc54
|
force markdown match to match the full extension
|
2013-08-06 10:56:24 +02:00 |
Parker Moore
|
a971fec801
|
rescue block for the method and added redcarpet as option for parser
|
2013-04-13 02:13:50 +02:00 |
Parker Moore
|
3bc497c1c9
|
Moved out conversion logic
|
2013-04-13 01:55:03 +02:00 |
Parker Moore
|
63cdd21353
|
Move initialization of parsers to separate classes
|
2013-04-13 01:47:40 +02:00 |
Dave Wasmer
|
f7f64576e5
|
Force encoding of the rdiscount TOC to UTF8 to avoid conversion errors
|
2013-03-17 22:28:52 +01:00 |
Tom Bell
|
663a1321d2
|
Update converter classes moving into a module
|
2013-01-19 23:07:38 +00:00 |
Tom Bell
|
38ac55381b
|
Only pass first class to Pygments
This prevents an exception if something like the following is used:
~~~ {foo bar}
some code
~~~
|
2012-11-13 07:59:36 +00:00 |
Tom Bell
|
7f706f47fc
|
Update redcarpet support to version 2
|
2012-08-13 15:03:33 +01:00 |
Tom Preston-Werner
|
8a0fbf02f5
|
Cleanup for RDiscount TOC support. Closes #333.
|
2012-04-23 16:15:55 -07:00 |
Michishige Kaito
|
f5b2acf8cd
|
Added support for inline TOCs with RDiscount
|
2012-04-23 15:56:28 -07:00 |
Tom Preston-Werner
|
e29490c1c6
|
Allow setting of Kramdown smart_quotes. Fixes #482.
|
2012-04-23 15:34:54 -07:00 |
Tom Preston-Werner
|
da9930657e
|
Merge remote-tracking branch 'derekprior/configurable_coverter_file_extensions'
|
2011-05-30 11:38:59 -07:00 |
MattHall
|
cf779b2760
|
Added Redcarpet for MD conversion
|
2011-04-20 10:04:42 +01:00 |
Derek Prior
|
5801220a98
|
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 |
Tom Preston-Werner
|
61acd47ed2
|
Merge remote branch 'jasongraham/kramdown-support'
|
2010-11-22 19:26:58 -08:00 |
Jason Graham
|
dca30c3ad1
|
Add kramdown's support for coderay
- no test added so that coderay isn't added to list of developer
dependencies
|
2010-11-20 17:46:16 -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 |
Jason Graham
|
ac7a0cc95f
|
Add Kramdown support and tests
|
2010-11-20 17:40:27 -08:00 |
Christos Trochalakis
|
a56eeb8289
|
Add support for rdiscount extensions
Specify extensions at your _config.yml file:
...
rdiscount:
extensions: [smart, autolink]
Available extensions can be found here:
http://rdoc.info/projects/rtomayko/rdiscount
closes #173
|
2010-06-25 16:38:45 +03:00 |
Tom Preston-Werner
|
6a605753c1
|
Need double quotes for newline character. Fixes #178.
|
2010-06-23 15:50:22 -07:00 |
Tom Preston-Werner
|
de8bd48154
|
Maruku is now the only processor dependency installed by default. Closes #57.
Other processors will be lazy-loaded when necessary (and prompt the
user to install them when necessary).
|
2010-06-22 15:17:39 -07:00 |
Tom Preston-Werner
|
cb77a5287b
|
load plugins under safe mode
|
2010-06-18 17:55:17 -07:00 |
Kris Brown
|
fc86c9dd85
|
extended concept to extensions in general, providing both converters and generators
|
2010-02-28 10:10:10 +00:00 |
Kris Brown
|
84b26a31da
|
removed use of content_type strings in the highlighting tag
|
2010-02-28 00:11:43 +00:00 |
Kris Brown
|
315f4c9222
|
allow converters to be registered through subclassing much like railties in rails
|
2010-02-27 23:31:54 +00:00 |
Kris Brown
|
cedda3afa3
|
move converters to classes
|
2010-02-27 22:14:27 +00:00 |