Commit graph

263 commits

Author SHA1 Message Date
Alex Demchenko 2aa4a7d9d8 Merge pull request #51 from elnur/sundown-fix
Make the Sundown parser implement the renamed method from the parser interface
2014-02-17 23:00:33 +02:00
Elnur Abdurrakhimov 7f561e2b17 Make the Sundown parser implement the renamed method from the parser interface 2014-02-16 17:04:56 +04:00
Alex Demchenko 66e891bf0d Merge pull request #50 from iammichiel/master
Migration to MichelFortin's implementation.
2014-02-15 00:23:44 +02:00
Michiel Missotten 7165b5055c Updating testsuite to Michel Fortin implementation.
The footnote behaviour has changed during migration. You might want to check out the pr mentionning it : https://github.com/KnpLabs/KnpMarkdownBundle/pull/50
2014-02-14 14:21:46 +01:00
Alex Demchenko 3308507fbc Merge pull request #48 from tamirvs/feat-images-option
Added the option to disable images
2014-02-14 14:21:24 +02:00
Michiel Missotten a9bca9ffc6 Removing overriden method for fencedCodeBlocks.
Michel Fortin's implementation is able to handle the fencedCodeBlock without any escaping mecanism.
2014-02-14 10:06:15 +01:00
Alex Demchenko 590dab72b2 Drop support symfony 2.0 2014-02-13 18:58:59 +02:00
Alex Demchenko bb75cb9bf1 Remove deps base installation instruction 2014-02-13 18:21:22 +02:00
Michiel Missotten 7c05b45fae Migration to MichelFortin's implementation.
Since flydev has marked his version as deprecated (it was a simple composer port of Michel Fortin's initial project), it seems good to revert the dependency to the stable/continued project.
2014-02-13 16:52:14 +01:00
tamirvs e7982185e5 Added default option to Light and Medium parsers 2013-12-16 17:48:58 +02:00
tamirvs 9d3a2ac712 Added images option to features list 2013-12-16 17:38:02 +02:00
Alex Demchenko 9f4f88919d Merge pull request #41 from elnur/support-symfony-2.x
Support all Symfony 2.x versions
2013-05-20 01:29:54 -07:00
Elnur Abdurrakhimov ec4df7c655 Support all Symfony 2.x versions 2013-04-13 16:26:35 +04:00
Joseph Bielawski 1a31848de5 Merge pull request #37 from mathewpeterson/patch-1
Update README.markdown
2012-10-17 12:09:15 -07:00
Mathew Peterson 669f3ec1be Update README.markdown
Fixes missing comma for autoloading definition.
2012-10-17 14:08:23 -05:00
Joseph Bielawski ae45c98b2d Fix rare case when service has not expected tag 2012-10-17 13:11:30 +02:00
Joseph Bielawski bd597e66a1 Fix way how Sundown parser is added
Fix detection of default parser when none is set
Add Flavored preset from KnpBundles.com
2012-10-17 12:01:25 +02:00
Joseph Bielawski 3e57c2a866 Merge pull request #35 from stof/patch-2
Fixed the bundle name in the readme
2012-10-16 01:56:07 -07:00
Christophe Coevoet 58d1ccc986 Fixed the bundle name in the readme 2012-10-16 11:52:58 +03:00
Joseph Bielawski 3c541b580b Removed hard dependency on MarkdownParser code, now uses dflydev/markdown library
Refactored way how parsers are initialized, and allow to select parser while rendering
Interface `MarkdownParserInterface` method name was changed from `#transform($text)` to `#transformMarkdown($text)`
2012-10-15 17:28:35 +02:00
Joseph Bielawski 4169b545e7 Fix BC break against Symfony 2.0.x 2012-10-15 09:41:28 +02:00
Joseph Bielawski d3350c1da0 Merge pull request #29 from craue/patch-2
fixed typos in README
2012-10-13 07:15:09 -07:00
Joseph Bielawski 7c088d3094 Merge pull request #30 from cordoval/feature/addSundownSupport
add sundown support
2012-10-13 07:13:49 -07:00
Luis Cordova 1ce3915969 address more comments 2012-10-12 14:41:57 -05:00
Luis Cordova 9c953ce3d7 address comments 2012-10-12 14:30:11 -05:00
Luis Cordova 52f68ec920 add check to prevent usage when using sundown 2012-10-12 14:18:11 -05:00
Juan Luis Martnez 21e026f8b2 Fix no_html feature 2012-10-11 20:46:59 -05:00
Luis Cordova 3a5df3e04d add support for sundown extension
move configuration and create userland sundown parser
fix namespace typo and wip
add configuration for extensions and render flags for sundown
turn scalar into boolean nodes
add usage of defaultTrue and defaultFalse
using two arraynode for sundown and 2 children for extensions and render flags
feed configurations for extensions and render flags into DIC parameters
add ext-sundown on suggests
refactoring configuration
fix config and remove dots from parameters
wip
wip
try some approach with stof's help
wip
working but not changing when setting different default
last touches
set all configuration booleans default to false
fix indentation of addDefaultsIfNotSet
some love to travis, phpunit and vendor scripts
mark tests as incomplete because the test tests special configuration of the underlaying library wrapped
test against v2.0.5
silly typo defaultFales
remove composer.lock
update php version on composer.json
add changes as per comments
removing v from versions in travis
address comments
Fix no_html feature
switching 2.2.* to dev-master
remove 2.2.* stuff symfony frameworkbundle is not that far yet
update readme and support config dump
wip
2012-10-11 20:44:30 -05:00
Christian Raue 6257289097 fixed typos in README 2012-10-04 19:42:02 +03:00
Joseph Bielawski d3eb9dceaf Merge pull request #23 from LordPenguin/master
Add no_html feature
2012-09-13 00:13:25 -07:00
Joseph Bielawski d0fac3f6d2 Merge pull request #24 from stof/patch-1
Added an upper bound on the composer constraint
2012-06-14 06:04:53 -07:00
Christophe Coevoet 539cc75825 Fixed the suggestion key 2012-06-14 15:48:13 +03:00
Christophe Coevoet a524c32e28 Added an upper bound on the composer constraint 2012-06-14 15:46:14 +03:00
Kevin Bernard-Allies 8ad7ddee42 support Markdown Extra 2012-05-28 04:08:50 +02:00
Kevin Bernard-Allies 0482f47324 disable no_html by default 2012-05-28 03:39:35 +02:00
Kevin Bernard-Allies 16bbbf7ac8 Add no_html feature 2012-05-27 19:09:50 +02:00
Klein Florian b29850f792 Merge pull request #22 from stof/fix_typehint
Fixed the typehint to use the interface
2012-05-03 03:02:08 -07:00
Christophe Coevoet 371188b4fc Fixed phpdoc 2012-05-03 10:49:31 +02:00
Christophe Coevoet 3cdc947f33 Fixed the typehint to use the interface 2012-05-03 10:46:16 +02:00
Joseph Bielawski 8a7637054b Fixed tests 2012-02-25 12:10:20 +01:00
Gediminas Morkevicius e545f0ee71 Merge pull request #17 from KnpLabs/composer
Add composer.json
2012-01-12 04:01:10 -08:00
gedi 3606cc90cd slighly fixed the composer.json 2012-01-12 14:02:48 +02:00
Joseph Bielawski 0308a44909 Add composer.json 2012-01-04 17:15:33 +01:00
lwagner 239972dd8e Fix case in repo urls 2011-12-03 16:25:22 +01:00
Matthieu Bontemps de4d120960 Add the Travis status 2011-11-19 16:10:11 +01:00
Matthieu Bontemps 2560404bee Added support for Travis 2011-11-19 15:48:33 +01:00
Matthieu Bontemps 9a45c697d0 Merge pull request #13 from brikou/patch-1
explicit explanation in "installation section"
2011-08-24 06:55:31 -07:00
Brikou CARRE c98036788d explicit explanation in "installation section" 2011-08-25 03:54:09 +03:00
Matthieu Bontemps 6414f6be0a Change Knplabs to Knp. BC break before Symfony2 release. 2011-07-03 11:30:09 +02:00
Antoine Hérault fc9b2b0714 Merge pull request #11 from xaav/patch-1
Edited README.markdown via GitHub
2011-06-11 01:56:41 -07:00