mirror of
https://github.com/wassname/template.git
synced 2026-07-09 10:56:56 +08:00
29 lines
531 B
Markdown
29 lines
531 B
Markdown
# Distill Templates
|
|
|
|
## Development
|
|
|
|
Run `yarn start` to start a watching build rollup server.
|
|
|
|
## Testing
|
|
|
|
Run `yarn test`. That's it.
|
|
|
|
|
|
## TODO:
|
|
|
|
-[ ] auto detection/adding behavior
|
|
* title
|
|
* appendix
|
|
* footnote list ?
|
|
-[x] should work without distill-appendix
|
|
-[x] YML author without ":" should work?
|
|
-[ ] throw warning on <hr>
|
|
-[ ] h numbering:
|
|
h2: position relative
|
|
a: position: absolute;
|
|
right: calc(100% + 16px);
|
|
/* text-align: right; */
|
|
/* width: 80px; */
|
|
/* font-size: 20px; */
|
|
/* font-weight: 200; */
|