Vincent

Results 2 comments of Vincent

I am using Hugo too, I think that's the problem: https://github.com/russross/blackfriday/blob/05f3235734ad95d0016f6a23902f06461fcf567a/block.go#L652 `~~~syntax` will return `(0, "")`,and it should be `(0, "~~~")`

I had the same problem.