You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.
Not colored text before <span style="color: #00ffff;">colored text</span> not colored text after inline. - Цветной текст среди обычного.
Цвет можно сокращённо указывать color: white вместо 'color: #ffffff' или 'color: #fff'.
Список цветов: https://www.w3schools.com/colors/colors_names.asp
To do
Необходимо также заменить \\n на \n в sets.
Дополнительно можно сделать <span style="color: white;">(1)</span> для цифр.
The text was updated successfully, but these errors were encountered:
Места в которых поддерживается markdown на данный момент:
Description
вItems
,Spells
.Set Description
Возможные варианты использования:
\n
- разрыв строки;*Italic*
- Наклонный;**Bold**
- Жирный;***ItalicBold***
- Наклонный и Жирный;Not colored text before <span style="color: #00ffff;">colored text</span> not colored text after inline.
- Цветной текст среди обычного.Цвет можно сокращённо указывать
color: white
вместо 'color: #ffffff' или 'color: #fff'.Список цветов:
https://www.w3schools.com/colors/colors_names.asp
To do
Необходимо также заменить
\\n
на\n
вsets
.Дополнительно можно сделать
<span style="color: white;">(1)</span>
для цифр.The text was updated successfully, but these errors were encountered: