This repository has been archived by the owner on Feb 2, 2021. It is now read-only.
On road to HMR
Features:
- HMR status: Made page fetch fresh content every time in development mode. Just need to find a way to make async data prefetch content... Currently, HMR only works for markdown components because they use loaders.
Fixes:
- Made
mardown-it
anchor plugin only create anchors for configured heading level. - Made it so anchors are only parsed in
md
files, notymal
files.