elkcityhazard
elkcityhazard
I was able to get the font toggle to work again but I wasn't able to create any content except for the title. `Uncaught TypeError: $writer.el is null` I looked...
I submitted a pull request for this
I will try and implement this. I think the easiest way to do this would be to capture the bind and update the PathPrefix for the static routes and the...
The issue here is the format of the `---` which you have with 4 `-` instead of 3. It works as expected if you remove the extra `-`. ``` #...
Okay, so what is actually happening is the inclusion of `---` is causing the markdown renderer to behave in an unexpcted way. YAML uses three dashes (“---”) to separate [directives](https://yaml.org/spec/1.2.2/#directives)...