Ellie

Results 5 issues of Ellie

This PR also fixes the double-backtick near the end of `README.md`.

Summary of changes: update tabulation from `\u00a0\u00a0` to `\t` (hard tab), and update `tab-size` in the CSS to be consistent. Reasoning: Most programs don't seem to recognize `\u00a0\u00a0` as a...

**Is your feature request related to a problem? Please describe.** Obsidian by default doesn't offer much customization for Properties outside of name, and the icons are determined solely by data...

enhancement

A previous pull request (#4) added `stop`, `pause`, and `resume` methods to tags. However, it did not add an `update` method, so while you could pause a tag's children by...

Liquid has [a tag called `liquid`](https://liquidjs.com/tags/liquid.html) that allows condensing complex Liquid logic into a more readable block. However, web-mode seems to treat this strangely, not indenting the contained code the...