Youssef Boulkaid
Youssef Boulkaid
So, after some investigation I tracked this down to the Github-Flavored-Markdown (GFM) markdown parser. Though default Kramdown strips the numbers from the generated IDs, the GFM does not. More information...
We're also seeing the same error in conjunction with the Rails 7 upgrade. I believe that this is because Rails is trying to `constantize` the passed string to check if...
> Is this ready for review or still under development? If it is, do mark this as a draft pull request. This was ready for review but your comments prompted...
Gotcha. I'm okay with waiting for a v5 release for this for the sake of a simpler implementation, so let's do that 👍 I'll simplify this and leave it as...
Since this is one of the few times where it's okay to introduce breaking changes, what do you think of biting the bullet and removing support for `empty` and `blank`...
I see the point for renaming `{{ page }}`, now that we also have `posts` and collection items. I however think `view` would be even more confusing for beginners, as...