mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-11-03 07:51:06 +00:00
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) |
||
|---|---|---|
| .. | ||
| callout | ||
| math | ||
| ast.go | ||
| color_util.go | ||
| color_util_test.go | ||
| convertyaml.go | ||
| goldmark.go | ||
| markdown.go | ||
| markdown_test.go | ||
| 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 | ||