Mike
Mike
Is it possible to read from the NPM package so we could commit to GIT? Was trying to make it as easy as possible for the whole team to switch...
Are there any updates on this? I am using PostCSS with precss plugin, which includes PostCSS Advanced Variables to allow for Sass-like variables, conditionals and iterators. I'm currently using @import...
I get the same issue when I upgraded to a Mac with M1 chip. When I run Chrome from Applications it uses the arm64 version of Chrome. But when I...
We have code like this in our educational platform: ``` :::text_select_activity[jungle_theme]{text_size=small find_all_locations layout=wide wrap=false} A|M ABCDEFGHIJKLMNOPQRSTUVWXYZ ::: ``` The Nuxt syntax highlighter works great... except when you add in the...
This spec document has been around for 8 years, and was implemented years ago by Remark. It supports 3 kinds of directives: 1. Inline start with one colon (analogous to...
So @farnabaz & @Atinux would you suggest that I fork to add support for this feature of the common mark spec? ``` ::: name [inline-content] {key=val} contents, which are sometimes...
I was wanting to implement autocomplete for my React project at work. I was planning to have auto complete of props as well as directive names by reading the filenames...
Yes, we have been using MDC in a React project for a couple of years -- we extended Remark's MDC implementation. We had own custom editor & syntax highlighting that...
I've been using this extension for a Nuxt website I have been rebuilding from Options+Nuxt2 to Composition+Nuxt3. It would be amazing to get autocomplete and syntax highlighting for attributes as...