-
https://github.com/github/markup/issues/1440#issuecomment-1205919681 Add support for > __Note__ and > __Warning__ on Codeberg. It's not that much important so low priority. And feel free to not add.
-
That same issue is asking for colored text. It's more important to be taken into consideration. I think we should make two light & dark color paletes that are colorblind-friendly to color text.
(削除) 3. (削除ここまで) (削除) Add support for having a colored square with that hex code on the left to a hex code in a code bracket. An example: image. In the example, it is a circle on the right though. Useful for issues discussing color design. (削除ここまで)
#830 (comment)
(削除) 4. (削除ここまで) (削除) https://github.com/github/markup/issues/1440#issuecomment-803889380 Add support for displaying colors on: (削除ここまで) #830 (comment)
```diff
+ Green
- Red
! Orange
@@ Pink @@
# Gray
```
- Add support for superscript. Example:
X^2^
would be
X<sup>2</sup>
and the rendered output would look like this:
X2
1. https://github.com/github/markup/issues/1440#issuecomment-1205919681 Add support for `> __Note__` and `> __Warning__` on Codeberg. It's not that much important so low priority. And feel free to not add.
2. That same issue is asking for colored text. It's more important to be taken into consideration. I think we should make two light & dark color paletes that are **colorblind-friendly** to color text.
~~3.~~ ~~Add support for having a colored square with that hex code on the left to a hex code in a `code bracket`. An example: . In the example, it is a circle on the right though. Useful for issues discussing color design.~~
https://codeberg.org/Codeberg/Community/issues/830#issuecomment-722180
~~4.~~ ~~https://github.com/github/markup/issues/1440#issuecomment-803889380 Add support for displaying colors on:~~ https://codeberg.org/Codeberg/Community/issues/830#issuecomment-830892
````diff
```diff
+ Green
- Red
! Orange
@@ Pink @@
# Gray
```
````
5. Add support for superscript. Example:
```
X^2^
```
would be
```
X<sup>2</sup>
```
and the rendered output would look like this:
X<sup>2</sup>