Commit graph

40 commits

Author SHA1 Message Date
Victor Bocharsky 091cff2698 Abandon this bundle 2022-02-01 12:06:50 -05:00
Tac Tacelosky 86433a9433 show workflow badges 2021-11-08 06:58:03 -05:00
Ryan Weaver d575814dd3
Adding note about avoiding XSS problems
Closes #91
2020-04-15 09:55:14 -04:00
Honoré HOUNWANOU 881585be15
Fix small typo
Fix a small typo by adding a missing $this.
2018-10-31 05:11:57 -04:00
Ryan Weaver a97046ec63
removing 2 on Symfony :) 2018-01-25 14:19:16 -06:00
Ryan Weaver 8947cfb930
Clarifying filename 2018-01-25 11:39:06 -06:00
Ryan Weaver 4e998d807c
app/console -> bin/console 2018-01-23 10:31:33 -06:00
Ryan Weaver 77d1412005 Adding public alias and autowiring aliases
Updating README to reflect how we do things now
2017-11-29 13:29:54 -05:00
Victor Bocharsky fd1a6d20eb Use svg format for Travis tests status badge 2017-06-22 09:14:08 +03:00
Ryan Weaver 24dea61a36 README tweaks 2016-05-04 14:39:37 -04:00
Andrew Kovalyov 53f0329c67 Add link to php-markdown lib. 2015-05-05 11:36:51 +02:00
Andrew Kovalyov 88b4e55239 Update README.markdown 2015-05-05 11:28:36 +02:00
Peter Rehm b6703c6bf8 Updated version constraint according to discussion 2014-05-26 07:15:58 +02:00
Peter Rehm 3ded28b30c Updated version string according to discussion 2014-05-25 12:33:45 +02:00
Peter Rehm 2dffba450f Updated the recommended composer installation version 2014-05-23 21:39:43 +02:00
Alex Demchenko bb75cb9bf1 Remove deps base installation instruction 2014-02-13 18:21:22 +02:00
Mathew Peterson 669f3ec1be Update README.markdown
Fixes missing comma for autoloading definition.
2012-10-17 14:08:23 -05: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 d3350c1da0 Merge pull request #29 from craue/patch-2
fixed typos in README
2012-10-13 07:15:09 -07: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
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
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
xaav d7b6a66d17 Edited README.markdown via GitHub 2011-06-10 21:35:41 -07:00
ornicar e9b96ec938 Merge branch 'master' of git://github.com/knplabs/MarkdownBundle
Conflicts:
	Parser/MarkdownParser.php
2011-04-25 21:03:03 -07:00
ornicar f04bb4a7e6 Modernize the bundle, add parser implementation choice, and improve doc. 2011-04-06 23:35:00 -07:00
Jérôme Tamarelle 53ba26ce64 Fix README. DI Container does not support ArrayAccess anymore 2011-04-04 23:58:10 +02:00
hash2os 00f63e17c1 Update doc 2011-02-26 00:21:13 +08:00
Benjamin Lévêque f4bdb13b19 Allow user to define his own parser classes 2010-11-08 20:48:50 +08:00
Matthieu Bontemps 65c5223d9c Introduce a Twig markdown filter 2010-09-19 21:05:36 +02:00
Matthieu Bontemps 9c8f1aa9a3 Fix readme 2010-09-12 13:25:50 +02:00
Matthieu Bontemps 51d2b75a38 Fix usage in readme 2010-09-12 12:20:29 +02:00
ornicar 599cf25f23 Improve doc and comments 2010-07-22 12:06:54 +02:00
ornicar 9e94d602aa Improve doc 2010-05-06 15:20:04 +02:00
ornicar 2bff3e2e4a Improve doc 2010-05-05 18:38:36 +02:00
ornicar 42845e6130 Initial commit 2010-05-05 17:11:02 +02:00