Dmitri Akatov
Dmitri Akatov
for non-contenteditable sub-spans figure out the auto-selection process for nested spans.
The default theme is missing definitions for the following css variables: - `--cl-border-src` - `--cl-code-doc`
I have the following directory structure: ``` ├── posts │ ├── post1.org │ └── post2.org ├── publish.el ├── static │ ├── favicon.ico │ └── style.css └── templates └── post.html ```...
`ember serve --docs` works with ember-cli up to version 0.2.3, but not with version 0.2.4 or higher. It still starts up regularly and starts preparing the documentation, but doesn't recognise...
``` $ ember serve --docs version: 0.2.3 The option '--docs' is not registered with the serve command. Run `ember serve --help` for a list of supported options. ```