Borek Bernard
Borek Bernard
It is possible that your regexes would influence TypeScript files? I see `` `template strings` `` highlighted, when I disable the Highlight extension, it goes away. But I don't think...
Oh, I didn't realize my settings are updated. I use [Settings Sync](https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync) so am thinking whether auto-updated settings would be a problem or not. Generally, I'd prefer only my own,...
Blue looks very good for links, IMO. 👍 I'd probably distinguish plain links and images.
This is actually quite important because when I'm on `master`, create `a-new-branch` locally and invoke "Open in GitHub" on any file, I get 404 because the branch doesn't exist on...
You also have transpilers, e.g., TypeScript, and some language features only work when code is in multiple files, being imported as modules. Might be out of scope for es6console but...
Understood. Still, thanks for taking the time to respond, and es6console is already awesome (I didn't know about it in the sea of js fiddles, codepens etc., but I have...
I don't understand the previous conversation but it might be related to my issue where I'm trying to have this in my settings: ``` "phpunit.phpunit": "plugins/versionpress/vendor/bin/phpunit" // or this: "phpunit.phpunit":...
+1 from me for continuing lists by pressing `enter`. Would be awesome to have (my documents typically contain quite a few lists).
That sounds excellent! Thinking about the common abstraction you mentioned, and assuming that this is still the overarching goal: > Beyond that, Docusaurus 2 is a performant static site generator...
@slorber I'd like to create a prototype of CommonMark support but am unfamiliar with Docusaurus codebase so would really appreciate high-level guidelines if you will. Roughly speaking, if I wanted...