Cosmin Popovici
Cosmin Popovici
How do you configure these options when processing with PostHTML? I understand they're meant to be passed to `posthtml-render`, but if I do this: ```js const posthtml = require('posthtml') const...
That was the first thing I tried, but it doesn't seem to do anything? `` is changed to ``
You're right, I was doing it wrong in my build chain - sorry!
> @aviramaz have you try to follow this guide? [tailwindcss.com/docs/guides/nuxtjs](https://tailwindcss.com/docs/guides/nuxtjs) One issue that I've noticed is that when you're using `target: 'static'` and adding Tailwind like recommended in their docs,...
EDIT 2: disabling CSS minification solves this: ```js build: { html: { minify: { minifyCSS: false } } } ``` EDIT: looks like it might be Vite build minification causing...
@bbnnt yes it does, you can check the demo using a browser inspection tool. Since someone brought this up, I have another (related) concern. Here's the scenario: - I have...
@litera Checked in both Chrome and Firefox, it does exactly the same thing. Commenting out this line, makes it work fine (i.e. not wrapping the contents in a paragraph): https://github.com/daviferreira/medium-editor/blob/master/dist/js/medium-editor.js#L1799...
Really looking forward to this - working on some blog starters where it would be very useful. Can't wait! 😀
Awesome, will be great to do next/prev collection item queries right in a post template 👍
Here's the third test file in Windows:  Differences are to be expected, and I think neither are true to what Gmail actually counts server side, as @revelt pointed out....