Jiří Procházka

Results 6 comments of Jiří Procházka

Is it working? I'm still getting that a version 5.0 is required

Here you go: ``` const [color, setColor] = useState('#999999'); return ( setColor('#333333'), onMouseOut: () => setColor('#999999') }} /> ); ```

After trying to edit the entry by clicking the pencil, edit window is opened: [http://s31.postimg.org/5bvklyid7/mngtrn1.png](http://s31.postimg.org/5bvklyid7/mngtrn1.png) But after the 'Save' button is clicked, error is shown: [http://s31.postimg.org/tiy8qwtq3/mngtrn2.png](http://s31.postimg.org/tiy8qwtq3/mngtrn2.png)

Was that enough explanatory?

> This issue was driving me insane, but I finally have it sorted. My site is a mix of markdown content in /content and vue files in /pages. > >...

> Okay, apparently this comes from the [`'rehype-external-links'` plugin](https://github.com/rehypejs/rehype-external-links) which is [enabled by default](https://github.com/nuxt-modules/mdc/blob/d9a1874ed80a313d76c3352d123fa500bfacb09f/src/runtime/parser/options.ts#L28-L30). It can be disabled via config: > > ```ts > content: { > markdown: { >...