0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-20 16:58:03 +01:00
gitea/modules/markup/markdown
Oleksandr Redko 1761459ebc
Refactor to use UnsafeStringToBytes (#31358)
The PR replaces all `goldmark/util.BytesToReadOnlyString` with
`util.UnsafeBytesToString`, `goldmark/util.StringToReadOnlyBytes` with
`util.UnsafeStringToBytes`. This removes one `TODO`.

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2024-06-14 01:26:33 +00:00
..
math
ast.go
convertyaml.go
goldmark.go
main_test.go
markdown_test.go
markdown.go
meta_test.go
meta.go
prefixed_id.go Refactor to use UnsafeStringToBytes (#31358) 2024-06-14 01:26:33 +00:00
renderconfig_test.go
renderconfig.go
toc.go
transform_blockquote.go
transform_codespan.go
transform_heading.go Refactor to use UnsafeStringToBytes (#31358) 2024-06-14 01:26:33 +00:00
transform_image.go
transform_link.go
transform_list.go