ᴊᴏᴇ ᴄʜᴇɴ

Results 333 comments of ᴊᴏᴇ ᴄʜᴇɴ

> 1. The initial installation using http://192.168.111.144/gogs/install will lead to a redirect back to http://192.168.111.144/install, and then 404 not found. Why? There is yet any custom directory (or app.ini file.)...

Thanks for the feedback! However, when I clicked on the "?" icon, my Chrome correctly redirects me to the link "https://github.com/gogs/go-gogs-client/wiki/Repositories#litte-notes-on-readme-template". GitHub automatically replaces old "gogits" to "gogs" for me.

Yeah, you're right, the link should be updated in the main repository.

@bharatnc Yes, it is unassigned. Please feel free to send a PR!

Good question! TBH I haven't researched much but saw some trends on this package, that's why it is labeled as "proposal". Hugo.io also made the switch so I believe there...

I took another look, I think the `extension.GFM` is basically what we need to get started.

> Meanwhile, other than the tests that we have for markdown, can visually verify what changes before and after. Like creating / trying to fetch an markdown on the gogs...

Hmm... 1. `-trimpath` might only be available in Go 1.13, do you have Go 1.12 on your local machine? (it is used to redact your local file system path in...

I see, you are cloning to the $GOPATH, which makes Go Modules off in Go 1.12 I think. Any path outside the $GOPATH should just work. Yes, would be a...

I never used goldmark in any of my other projects yet, so I can't say what could be the possible cause/solution. Would be good to propose a draft PR and...