forgejo/modules/markup/markdown
Oleksandr Redko b640ac4660
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>
(cherry picked from commit 1761459ebc7eb6d432eced093b4583425a5c5d4b)
2024-06-16 13:42:58 +02:00
..
callout
math
ast.go
color_util.go
color_util_test.go
convertyaml.go
goldmark.go
markdown.go
markdown_test.go Add codespell support and fix a good number of typos with its help (#3270) 2024-05-09 13:49:37 +00:00
meta.go
meta_test.go
prefixed_id.go
renderconfig.go
renderconfig_test.go
toc.go
transform_codespan.go
transform_heading.go
transform_image.go
transform_link.go
transform_list.go