gitea/modules/markup
Yarden Shoham cb83288530
Add attention blocks within quote blocks for Note and Warning (#21711)
For each quote block, the first `**Note**` or `**Warning**` gets an icon
prepended to it and its text is colored accordingly. GitHub does this
(community/community#16925). [Initially requested on
Discord.](https://discord.com/channels/322538954119184384/322538954119184384/1038816475638661181)

### Before

![image](https://user-images.githubusercontent.com/20454870/200408558-bd318302-6ff9-4d56-996f-9190e89013ec.png)

### After

![image](https://user-images.githubusercontent.com/20454870/200658863-1bac6461-dae7-4bf2-abd2-672d209574e4.png)

Signed-off-by: Yarden Shoham <hrsi88@gmail.com>
Co-authored-by: delvh <dev.lh@web.de>
Co-authored-by: silverwind <me@silverwind.io>
2022-11-09 02:11:26 +02:00
..
common Add more linters to improve code readability (#19989) 2022-06-20 12:02:49 +02:00
console Allow render HTML with css/js external links (#19017) 2022-06-16 11:33:23 +08:00
csv Allow render HTML with css/js external links (#19017) 2022-06-16 11:33:23 +08:00
external Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) 2022-10-24 20:29:17 +01:00
markdown Add attention blocks within quote blocks for Note and Warning (#21711) 2022-11-09 02:11:26 +02:00
mdstripper Go 1.19 format (#20758) 2022-08-30 21:15:45 -05:00
orgmode Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) 2022-10-24 20:29:17 +01:00
camo.go Provide configuration to allow camo-media proxying (#12802) 2022-03-29 10:27:37 +02:00
camo_test.go Provide configuration to allow camo-media proxying (#12802) 2022-03-29 10:27:37 +02:00
html.go Add link to user profile in markdown mention only if user exists (#21533) 2022-10-23 01:15:52 +08:00
html_internal_test.go Custom regexp external issues (#17624) 2022-06-10 13:39:53 +08:00
html_test.go Fix slight bug in katex (#21171) 2022-10-05 19:55:36 +01:00
renderer.go Add link to user profile in markdown mention only if user exists (#21533) 2022-10-23 01:15:52 +08:00
renderer_test.go Should also support upper-case README files (#20581) 2022-08-01 20:15:40 +08:00
sanitizer.go Add attention blocks within quote blocks for Note and Warning (#21711) 2022-11-09 02:11:26 +02:00
sanitizer_test.go Allow to specify colors for text in markup (#20363) 2022-07-15 14:38:10 +08:00