Joe Mooring

Results 602 comments of Joe Mooring

With this config: ```toml [markup.goldmark.extensions] strikethrough = true [markup.goldmark.extensions.cjkFriendly] emphasis = false ``` Both strikethrough and CJKFriendlyStrikethrough are appended to the slice of extensions. Is there a reason for that?

OK, this seems to work correctly, but the extensions config is difficult to reason about. We now have three extensions to handle strikethough: 1. `Strikethrough` - config exposed to user...

We should accept this proposal now that https://github.com/gohugoio/hugo/pull/14225 has been merged. It doesn't make sense to use `.Language.LanguageCode` for translation lookups while using `.Language.Lang` to determine how dates, currencies, etc....

The only time I've wanted something like this was with functions (returns something), where caching was not desirable. The p/P thing seems like it might be an easy mistake to...

I'm good with `p.func.foo` and `pc.func.foo`.

With `pre` in the regex, we're skipping the code block.

Reference: . This needs to wait for https://github.com/gohugoio/hugo/issues/14062.

@bep To give this powerful new feature a descriptive name, I suggest "multi-dimensional content model". Let me know if you disagree.

"3D content model" --- I didn't want to box us in. Who knows, maybe there's a "region" (or something) dimension at some point. Also, I spent many years in dealing...

This proposal has a better chance of being accepted if we limit its scope to the embedded link and image render hooks. We introduced the embedded hooks in v0.123.0, automatically...