Bjørn Erik Pedersen

Results 173 issues of Bjørn Erik Pedersen

```go package main import ( "fmt" "github.com/yosssi/gohtml" ) func main() { h := `Pre some code Post ` fmt.Println(gohtml.Format(h)) } ``` Prints ```bash Pre some code Post ``` I understand...

Matching the tpl/* namespaces where the implementation lives, see https://godoc.org/github.com/gohugoio/hugo

* #12641 Contains a _very much in progress_ draft implementation of this. * https://github.com/bep/hugotestingreact contains some React JSX tests that uses the above PR. Naming is hard, but the entry...

Proposal

https://discourse.gohugo.io/t/cannot-override-define-breadcrumbs-in-hugo-learn-theme/8889

Bug
Keep

I'm just making notes of this after looking at it ... I'm not sure how great an idea it is. We currently can do something ala: ```yaml title: "Hugo Rocks!"...

Proposal

Saw this in the Go CLI, which I would find useful having something similar for Hugo: ```bash GOFLAGS=-mod=vendor ```` E.g. ```bash HUGOFLAGS="-D --path-warnings" ```` Or something.

Proposal

There are two items that I want to address: 1. Make it use the same "truth" function as if/with/not/and -- but we should think a little if this would break...

Enhancement

This is related to #5749 -- but I think that concept has a wider potential even if the title of this issue may seem a little out there (I just...

Keep
Proposal

@regisphilibert posted this link https://github.com/client9/csstool the forum. It strips unused CSS rules from a CSS. I had a look at it and thought initially that it would be hard to...

Enhancement