0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-02-07 22:28:34 -05:00
forgejo/modules/markup/markdown
Gusted 2c2ac80030 feat: Add partial quoting
- If you select a portion of the comment, `Quote reply` will not only
quote that portion and not copy paste the whole text as it previously
did. This is achieved by using the `@github/quote-selection` package.
- There's preprocessing to ensure Forgejo-flavored markdown syntax is
preserved.
- e2e test added.
- Resolves #1342
2024-10-26 19:15:43 +02:00
..
callout revert: accidental change 2024-08-18 16:36:06 +02:00
math Fix markdown preview $$ support (#31514) 2024-07-07 07:29:49 +02:00
ast.go
color_util.go
color_util_test.go
convertyaml.go
goldmark.go
markdown.go [CHORE] Remove github.com/yuin/goldmark-meta 2024-07-07 03:18:13 +02:00
markdown_test.go feat: Add partial quoting 2024-10-26 19:15:43 +02:00
meta.go
meta_test.go Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
prefixed_id.go Refactor to use UnsafeStringToBytes (#31358) 2024-06-16 13:42:58 +02:00
renderconfig.go
renderconfig_test.go
toc.go
transform_codespan.go
transform_heading.go Refactor to use UnsafeStringToBytes (#31358) 2024-06-16 13:42:58 +02:00
transform_image.go
transform_link.go
transform_list.go