Replace absolute links with relrefs
Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
parent
11d726a6ad
commit
c0f4fe017f
|
@ -98,7 +98,7 @@ After my first post complaining about the state of mathematics on the web, I rec
|
|||
the following email (which the author allowed me to share):
|
||||
|
||||
> Sorry for having a random stranger email you, but in your blog post
|
||||
[(link)](https://danilafe.com/blog/math_rendering_is_wrong) you seem to focus on MathJax's
|
||||
[(link)]({{< relref "math_rendering_is_wrong" >}}) you seem to focus on MathJax's
|
||||
difficulty in rendering things server-side, while quietly ignoring that KaTeX's front
|
||||
page advertises server-side rendering. Their documentation [(link)](https://katex.org/docs/options.html)
|
||||
even shows (at least as of the time this email was sent) that it renders both HTML
|
||||
|
|
|
@ -103,7 +103,7 @@ VSCode to autocomplete and error check.
|
|||
My original recommendations for (neo)vim remain unchanged, with the exception
|
||||
of using `ghcide` instead of `hie` in the `serverCommands` variable. You
|
||||
can find the original instructions
|
||||
[here](https://danilafe.com/blog/haskell_language_server/#neovim).
|
||||
[here]({{< relref "haskell_language_server#neovim" >}}).
|
||||
|
||||
### Conclusion
|
||||
I hope that using GHC IDE, you'll be able to have a significantly more pleasant
|
||||
|
|
Loading…
Reference in New Issue
Block a user