Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Panic parsing markdown #472

Open
denisa opened this issue Apr 2, 2025 · 0 comments
Open

Panic parsing markdown #472

denisa opened this issue Apr 2, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@denisa
Copy link
Owner

denisa commented Apr 2, 2025

This changeling

# [2.1.0] - 2025-03-31

### Added

- New optional parameter `namespace`; it defaults to <phase>-<module_name>.

## [2.0.0] - 2025-03-17

triggers

panic: runtime error: index out of range [19] with length 19

goroutine 1 [running]:
github.com/yuin/goldmark/renderer.(*renderer).Render.func2({0x672420, 0xc0001a0400}, 0x1)
	/go/pkg/mod/github.com/yuin/[email protected]/renderer/renderer.go:164 +0xd6
github.com/yuin/goldmark/ast.walkHelper({0x672420, 0xc0001a0400}, 0xc00013fce8)
	/go/pkg/mod/github.com/yuin/[email protected]/ast/ast.go:505 +0x2e
github.com/yuin/goldmark/ast.walkHelper({0x673080, 0xc00011da00}, 0xc00013fce8)
	/go/pkg/mod/github.com/yuin/[email protected]/ast/ast.go:511 +0x85
github.com/yuin/goldmark/ast.walkHelper({0x6728a0, 0xc000192b40}, 0xc00013fce8)
	/go/pkg/mod/github.com/yuin/[email protected]/ast/ast.go:511 +0x85
github.com/yuin/goldmark/ast.walkHelper({0x6729c0, 0xc000192ab0}, 0xc00013fce8)
	/go/pkg/mod/github.com/yuin/[email protected]/ast/ast.go:511 +0x85
github.com/yuin/goldmark/ast.walkHelper({0x6731a0, 0xc000192120}, 0xc00013fce8)
	/go/pkg/mod/github.com/yuin/[email protected]/ast/ast.go:511 +0x85
github.com/yuin/goldmark/ast.Walk(...)
	/go/pkg/mod/github.com/yuin/[email protected]/ast/ast.go:500
github.com/yuin/goldmark/renderer.(*renderer).Render(0xc000126460, {0x66f508, 0xc0000156e0}, {0xc000196000, 0x601, 0x602}, {0x6731a0, 0xc000192120})
	/go/pkg/mod/github.com/yuin/[email protected]/renderer/renderer.go:161 +0x225
main.(*Clq).entryPoint(0xc000126410, {0x7ffdf0c12f1d, 0xc}, {0xc000012080, 0x6, 0x6})
	/go/src/denisa/clq/clq.go:105 +0xb54
main.main()
	/go/src/denisa/clq/clq.go:33 +0xcd
@denisa denisa self-assigned this Apr 2, 2025
@denisa denisa added the bug Something isn't working label Apr 2, 2025
@denisa denisa changed the title Panic pasring markdown Panic parsing markdown Apr 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant