Michael Haeuslmann
Michael Haeuslmann
Hey there and thanks for CaS, it's a little tool I love (and believe it should be part of PHPUnit's core). I just had some problems getting the listener to...
Example in Markdown: ```md # Cosmere Test Child-Page [Anchor Test](#target) ## h2 ### h3 #### Target ## h2 2 ### h3 2 #### Target ``` Is rendered as: ```xhtml Anchor...
Use e.g. https://github.com/jonschlinkert/markdown-toc to generate a table of contents in markdown and then convert to confluence as usual. Or create the option to generate a table of contents from your...
Hey there, first off: thaaaank you so much for all the work you put into this wonderful project :+1: :smile: We've started using PHP DI on a large scale application...
Hey there, thanks for your work! I just noticed that you're not using PHP 7 for the project's source code. Would you consider a PR adding PHP 7 features and...
Some websites leave the trailing slashes on URLs, others remove them. The crawler should not change the website's style so that the result is the same. Right now the `HttpClient`...