This is the first devlog of many. I mostly just made changes for posts and other general things. Here are the main things I added (and some memes).
Code snippets using highlight.js. Which theme should I use?
return (
<div className={styles['code-container']}>
<pre className={styles.code}>
<code>{buildChildren()}</code>
</pre>
<div className={styles['code-background']}></div>
</div>
);
Inline text decoration: bold, italics, code
, distinct. Since I made the parser myself I can add as many weird things as I want. And inline images because sometimes we just can't the right words.