1
1
mirror of https://github.com/go-gitea/gitea synced 2025-01-05 07:24:25 +00: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 Make blockquote attention recognize more syntaxes (#31240) 2024-06-04 15:35:29 +00:00
ast.go
convertyaml.go
goldmark.go Resolve lint for unused parameter and unnecessary type arguments (#30750) 2024-04-29 08:47:56 +00:00
main_test.go Use repo as of renderctx's member rather than a repoPath on metas (#29222) 2024-05-30 07:04:01 +00:00
markdown_test.go Make blockquote attention recognize more syntaxes (#31240) 2024-06-04 15:35:29 +00:00
markdown.go Refactor markdown attention render (#29984) 2024-03-22 12:16:23 +00:00
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 Make blockquote attention recognize more syntaxes (#31240) 2024-06-04 15:35:29 +00:00
transform_codespan.go Resolve lint for unused parameter and unnecessary type arguments (#30750) 2024-04-29 08:47:56 +00:00
transform_heading.go Refactor to use UnsafeStringToBytes (#31358) 2024-06-14 01:26:33 +00:00
transform_image.go Resolve lint for unused parameter and unnecessary type arguments (#30750) 2024-04-29 08:47:56 +00:00
transform_link.go Resolve lint for unused parameter and unnecessary type arguments (#30750) 2024-04-29 08:47:56 +00:00
transform_list.go Resolve lint for unused parameter and unnecessary type arguments (#30750) 2024-04-29 08:47:56 +00:00