Jake Harvey
Jake Harvey
My first reaction was "Yay! inconsistencies will be squashed!" But now that I've gotten into the site a bit and seen Gruber's reaction I'm starting to notice holes. I do...
It could depend on how strict people are with their text formatting. I've gotten into the habit of chopping my paragraphs into smaller chunks for legibility in the raw Markdown....
I'm still hoping for some HTML5 in Markdown at some point. Maybe with an option to turn it on. There are a handful, like figure, that would be nice additions....
Thanks for pointing out that wiki entry. I had no idea it was there. I added a couple points to it. A reference to the [Markdown Extra Extended style](https://github.com/egil/php-markdown-extra-extended#support-for-figure-and-figcaption-tags) for...
D'oh! I was reading through this thinking the later comments would work around the lack of styling in the editor itself only to realize @valx76's code simply adds Google Prettify...
Markdown in the Editor. It sounded like the earlier comments were discussing something similar (color coding in the editor, and styling in the editor are not mutually exclusive). I thought...
Migrating some info from my comment on Issue #147... For future reference, when this is implemented [...] CodeMirror uses: ``` html ## This is a header [with a link] (http://)...
A bit late, but I noticed the same error when checking out the HA/REAPER connection. If you check the pull request, there's a simple fix. Line #91 of the `custom_components/reaper/__init__.py`...
Not sure it'll help others, but [my fork](https://github.com/vagari/ha-reaper) includes the `update_interval` fix, as well as I made some progress with deprecated elements that became obsolete this past year. I noticed...