bench-forgejo/modules/markup/markdown
Yarden Shoham e828564445
Add color previews in markdown (#21474)
* Resolves #3047

Every time a color code will be in \`backticks`, a cute little color
preview will pop up


[Inspiration](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#supported-color-models)

#### Before

![image](https://user-images.githubusercontent.com/20454870/196631524-298afbbf-d2c8-4018-92a5-0393a693d850.png)

#### After

![image](https://user-images.githubusercontent.com/20454870/196631397-36c561e4-08f5-465a-a36e-76084e30b08a.png)

Signed-off-by: Yarden Shoham <hrsi88@gmail.com>
Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2022-10-21 20:00:53 +08:00
..
math Fix slight bug in katex (#21171) 2022-10-05 19:55:36 +01:00
ast.go Add color previews in markdown (#21474) 2022-10-21 20:00:53 +08:00
convertyaml.go Add KaTeX rendering to Markdown. (#20571) 2022-09-14 00:33:37 +08:00
goldmark.go Add color previews in markdown (#21474) 2022-10-21 20:00:53 +08:00
markdown.go Upgrade chroma to v2.3.0 (#21259) 2022-09-26 13:50:03 +08:00
markdown_test.go Add color previews in markdown (#21474) 2022-10-21 20:00:53 +08:00
meta.go Fix slight bug in katex (#21171) 2022-10-05 19:55:36 +01:00
meta_test.go Fix slight bug in katex (#21171) 2022-10-05 19:55:36 +01:00
renderconfig.go Fix slight bug in katex (#21171) 2022-10-05 19:55:36 +01:00
renderconfig_test.go Fix slight bug in katex (#21171) 2022-10-05 19:55:36 +01:00
toc.go Make better use of i18n (#20096) 2022-06-26 22:19:22 +08:00