const github.com/yuin/goldmark/renderer/html.optHardWraps

3 uses

	github.com/yuin/goldmark/renderer/html (current package)
		html.go#L34: 	case optHardWraps:
		html.go#L75: const optHardWraps renderer.OptionName = "HardWraps"
		html.go#L81: 	c.Options[optHardWraps] = true