Jason Varga

Results 48 issues of Jason Varga

If you have HTML on a single line, only the first will render. See this screenshot of the behavior from the demo. ![](https://cloud.githubusercontent.com/assets/105211/6052966/6f16377c-aca7-11e4-8256-30e2391ec96b.png) Only happens in Parsedown Extra. Regular Parsedown...

issue
priority

Disclaimer - I did this all in the GitHub editor. I didn't actually test it, so you'll probably want to check it out. While I was doing https://github.com/statamic/cms/pull/5302 for Statamic...

This PR will target `master` since there are some minor breaking changes. ## Searchables The plan here is to make search deal with dedicated classes and interfaces to make extending...

Is it possible to send a single notification for the entire workflow? For example, if my workflow has multiple jobs running test suites and all of them fail, my Slack...

help wanted
good first issue

I opened up this repo locally to check something out, and I had this commit sitting here from ages ago but never pushed up. 😬 Will update this description once...

WIP

Querying is documented pretty well. Each repo should have an example of how to create new items.

Missing Documentation

eg. ```php # config/statamic/sites.php return [ 'sites' => [ 'default' => [ 'name' => config('app.name'), 'locale' => 'en_US', 'url' => '/', ] ] ]; ``` What'll happen if you put...

How the setting itself works, and what adjustments are necessary in the nginx config and htaccess. https://github.com/statamic/cms/pull/3075

Missing Documentation

We explain how you can add a search index to collections, taxonomies, and asset containers here: https://statamic.dev/search#connecting-indexes We should cross link it by adding a search section in each of...