Alexis

Results 20 comments of Alexis

Hmmm, likely this is because the theme uses LESS instead of just straight CSS. If you switch to LESS (which should pass through regular CSS) you should be able to...

I'm going to add a load order property to CSS file inclusion, so you can order them all yourself. LESS and CSS will be on the same priority list, so...

Current idea for parameters is adding the following keys to the table above: ``` { "parameters" : { "key" : "default value", "key 2" : 1234 }, "lessVariables" : {...

I'll look at the best way to do that. Right now I use the first header as the top level item because I assume everything will be a sub-menu under...

Hey @aleemb, The new code isn't quite ready to use yet, but right now it goes solely based on the value of the header. So any `h1` tags would be...

Crosspage needs to be handled. Punting on in page. That rabbit hole will need to be for later.

Links to the markdown file will be converted to links to the HTML file while rendering. Again, punting on the in page links for now.

This issue comes from HTML special characters not being escaped properly in the WYSIWYG editor. Getting the `textContent` or `innerText` from the browser will give the unescaped version of the...

What functionality exactly are you trying to mock? Do you have example code you're trying to test? If you're using the `sequelize.query()` function, you can queue up results on the...

@jagged3dge A lot of these are likely to be no-ops at the end of the day since we don't actually need to do any transformations or escaping for any actual...