mirror of
https://github.com/youwen5/site.git
synced 2024-11-24 17:33:51 -08:00
fix: broken hyperlink in post
This commit is contained in:
parent
95fe127dd5
commit
359af21a24
1 changed files with 4 additions and 8 deletions
|
@ -78,7 +78,7 @@ HTML. The formatting is done mostly with a
|
||||||
|
|
||||||
Welcome! This blog is powered by a custom static site generator I made using SvelteKit. I'm working
|
Welcome! This blog is powered by a custom static site generator I made using SvelteKit. I'm working
|
||||||
on upgrades ([see: lorelei](https://github.com/couscousdude/lorelei)), but in the meantime, check
|
on upgrades ([see: lorelei](https://github.com/couscousdude/lorelei)), but in the meantime, check
|
||||||
this out:
|
this out:/first-post/post
|
||||||
|
|
||||||
<!-- prettier-ignore -->
|
<!-- prettier-ignore -->
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
|
@ -141,10 +141,6 @@ The `unified` plugin ecosystem is used to transform markdown into the HTML in th
|
||||||
out the parser
|
out the parser
|
||||||
[here](https://github.com/couscousdude/coredump/blob/main/src/lib/utils/parseMarkdown.ts). It
|
[here](https://github.com/couscousdude/coredump/blob/main/src/lib/utils/parseMarkdown.ts). It
|
||||||
handles all the parsing server-side at build time, so these posts are a collection of mostly static
|
handles all the parsing server-side at build time, so these posts are a collection of mostly static
|
||||||
HTML. Basically, the Markdown files are transformed by `remark` and `rehype` into equivalent HTML,
|
HTML. The Markdown files are transformed by `remark` and `rehype` into equivalent HTML, and then
|
||||||
and then styled with a
|
styled with a
|
||||||
[custom CSS stylesheet](https://github.com/couscousdude/coredump/blob/main/src/lib/styles/markdown.pcss).
|
[custom CSS stylesheet](https://github.com/couscousdude/coredump/blob/main/src/lib/styles/markdown.css).
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
|
|
Loading…
Reference in a new issue