Mark Scherer
Mark Scherer
Sure, feel free to make a PR for further detailed discussion.
You might want to split this up your self in different seed files or alike?
Looks like this could be included in https://github.com/yidas/google-maps-services-php/pull/8 right?
I think the main issue remaining is ```php "require": { ... "guzzlehttp/guzzle": "~6.5.6|^7.4.3" }, ``` There should be a solution to require the abstract only, not the concrete. my guess:...
To which I added context that clarifies it further :) "require": { ... "psr/http-client": "^1.0.3" }, and move guzzle to require-dev for test harness (as default)
No, also the compose require part as outlined in my previous comment here :) Otherwise you gain nothing really.
Actually, its not the spaces inside the italic text, but the missing space in front. ``` ( *My italic text*) ``` works just fine. Once you have no space in...
It should probably allow nesting/subelements inside list items then.
Actually, it seems it does work - however, newlines are required: `````` - foo ``` Code? ``` - bar `````` Outputs ``` html foo Code? bar ```
Actually, that is also fixed with my PR https://github.com/kzykhys/Ciconia/pull/41 You may confirm that. Or see the newly added test case.