Eric Barnes

Results 22 comments of Eric Barnes

Here is a failing testcase if it would be of help: ``` public function testStripping() { $expectedMarkup = 'Contact Method: emailTestSome italic text.'; $actualMarkup = (new ParsedownExtra())->text($expectedMarkup); $this->assertEquals($expectedMarkup, $actualMarkup); }...

I will accept pull requests but the ci core is being converted to phpunit so it is recommended to use that. You can find the phpunit code in ci develop...

I didn't understand it either :) This pull request might be a good way to go. Swapping ruby-sass for the node-sass: https://github.com/ericbarnes/gulp-bower-bootstrap-fontawesome/pull/5 Since this code is around a blog post...

Thanks and sorry for the delay. I'll review this later in the week. Originally I had a problem with newer versions of the gulp-ruby-sass but can't remember now what issue...

Thanks for this! I hadn't considered adding an RSS feed because I wasn't sure if anyone still used it, but happy to hear there are people that are still using...

Can you remove the comma from the subject and see if that makes a difference? I don't think it will but just to rule that out. ## Eric Barnes >...

That appears to be a side effect when we allowed arabic slugs. I need to research more on that since creating a true slug from languages like arabic seem to...

I do like the idea and would like it to be external from the main repo. Let me do some thinking on it and devise a plan.

I already converted the app to a Lang file. See Lang/en/wardrobe Thanks, Eric Barnes

I added a "locales" repo to the wardrobecms organization. This will be for translating the core. https://github.com/wardrobecms/locales I will work on the docs repo over the next few days to...