Chris Krycho
Chris Krycho
Babel v7.16.0 introduced support TypeScript 4.5's improvements to the `import type` syntax. Bump to require at least that version so ember-cli-babel users get support. Previously, *new* users would get support...
Currently: https://github.com/babel/ember-cli-babel/blob/315df8af07bdc755c7529578dd48f5e25e2930d9/package.json#L52 We need [at least v7.16.0](https://github.com/babel/babel/blob/main/CHANGELOG.md#rocket-new-feature-1) to support it. I'll open a PR shortly.
It would be quite helpful if router instances were included in the list of classes. I can get there fairly easily, of course, by navigating to the file proper, but...
As more and more of the community embraces TypeScript, it'll increasingly be the case that at least a reasonably large subset of users will have TypeScript definitions for their components,...
Throughout the ePub version, the monospace font for code samples is rendered incorrectly in iBooks if you choose any reading font besides "Original"—it appears the style sheet isn't overriding some...
This lets me switch from pulldown-cmark to comrak if I so desire. One big upside here: footnotes *just work* as they should (though with the qualifier that they have naming...
## Startup - [ ] Determine command, using `clap.rs` (1e2d90d2) - [ ] Load config (#2) - [ ] Parse config (#20) - [ ] Execute command. So: make functions...
- [x] do streaming conversion (#39) - [x] put footnotes where they should actually go (*not* like Zola!) - [ ] support syntax highlighting - [x] via Syntect full highlighting...
- [ ] pick between the two (1.0) - [ ] define whether any given taxonomy (1.0): - is included in the main feed - generates its own feed -...
- [ ] README.md: basic usage - [ ] Tutorial: detailed walkthrough for creating a site, structuring it, etc. - [ ] Configuration guide: explain how each configuration item works...