simo

Results 396 comments of simo
trafficstars

It depends on your operating system. On Linux I'm using systemd, quick search on Google shows that the equivalent of that on Mac OS is launchctl.

Themes are actually here https://github.com/simov/markdown-themes and I'm minifying them with a script. All scripts are inside the `build` folder.

This is looking weird indeed, thanks for the feedback!

It is a compiler issue regarding Remark. You can read about it here: https://github.com/syntax-tree/mdast-util-to-hast/issues/14

Thanks @vhf I'll take a look at it shortly.

Yes, the problem persists, that's why I haven't closed the issue yet.

I'm on the same version of Chrome and it works on my end. Try disabling your other extensions. Generally markdown files should be displayed as plain text instead of you...

That's controlled by the internal library used for syntax highlighting called Prism. Probably [this plugin](https://prismjs.com/plugins/normalize-whitespace/) could help with configuring that aspect of it.

First you need to include the plugin with a `` tag I think, because it's not part of what I have bundled with Prism. For example see how I'm [including...

Rendering inside frames and iframes is currently not possible.