···3535Thats all for now, see you soon.
36363737}}}
3838-&blog_nav()
39384039&bsky_comments("closed")
4140
+1-2
skid/blog/skidmark_overview.sk
···464464465465466466### Un-obvious Behavior
467467-Markdown-rs, the Markdown library I use, has some quirks with newlines that can be pretty frustrating if you are not familiar with how it works. In particular `<script>` and `<style>` tags will get some symbols mangled to their HTML safe versions if they contain a empty line, rendering the tag non-functional. It doesn't happen in every situation with a newline which makes it more annoying to troubleshoot. I will get this fixed at some point since its a pretty big pain point when making readable templates.
467467+Markdown-rs, the Markdown library I use, has some quirks with newlines that can be pretty frustrating if you are not familiar with how it works. In particular `<script>` and `<style>` tags will get some symbols mangled to their HTML safe versions if they contain a empty line, rendering the tag non-functional. It doesn't happen in every situation with a newline which makes it more annoying to troubleshoot. I will get this fixed at some point since its a pretty big pain point when making readable templates.
468468469469HTML and Markdown being right next to each other verses having an empty line between also affects output, the Markdown is either untouched and becomes the tag's `#text` or is compiled to HTML, respectively.
470470···534534}}}
535535536536}}}
537537-&blog_nav()
538537539538540539&bsky_comments("https://bsky.app/profile/tholps.site/post/3ltqai4cwsc23")