Joe Mooring

Results 602 comments of Joe Mooring

I have verified that this change addresses both of the cases described in #13422.

TLDR: Specify the commit hash: ```toml [[module.imports]] path = "github.com/adityatelange/hugo-PaperMod" version = "a2eb47bb4b805116dcd34c1605d39835121f8dbe" ``` --- The `github.com/adityatelange/hugo-PaperMod` module does not use fully qualified semantic versioning as described here: > all...

We have a brief documentation reference to version queries here: This will get more detail with the implementation of https://github.com/gohugoio/hugoDocs/issues/3200. See related issue https://github.com/adityatelange/hugo-PaperMod/issues/1796. --- Changing this from a bug...

First, this seems like a proposal, not a bug. Although there isn't a CommonMark specification for Markdown attributes, what we have today is consistent with: - [PHP Markdown Extras](https://michelf.ca/projects/php-markdown/extra/#spe-attr) -...

To build and install the CLI: ``` go install github.com/blampe/goat/cmd/goat@latest ```

It would be helpful if you could share your project with us. I am unable to recreate the problem based on the description above.

With this content structure: ```text content/ └── TestDir/ └── p1.md ``` ||Value returned by v0.122.0|Value returned by v0.123.0 :--|:--|:-- `{{ .Section }}`|`TestDir`|`testdir` `{{ .Type }}`|`TestDir`|`testdir` Which means you can't do...