docs: update changelog
This commit is contained in:
parent
a18ad132be
commit
832fc7cd1d
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ Critical security updates are indicated by the :warning: icon.
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
- Improve timeline UX
|
- Improve timeline UX (you can restore the original appearance by settings)
|
||||||
- Remove `$[center]` MFM function
|
- Remove `$[center]` MFM function
|
||||||
- This function was suddenly added last year (https://firefish.dev/firefish/firefish/-/commit/1a971efa689323d54eebb4d3646e102fb4d1d95a), but according to the [MFM spec](https://github.com/misskey-dev/mfm.js/blob/develop/docs/syntax.md#fn), `$[something]` must be an inline element (while `center` is a block element), so such a syntax is not expected by MFM renderers. Please use `<center></center>` instead.
|
- This function was suddenly added last year (https://firefish.dev/firefish/firefish/-/commit/1a971efa689323d54eebb4d3646e102fb4d1d95a), but according to the [MFM spec](https://github.com/misskey-dev/mfm.js/blob/develop/docs/syntax.md#fn), `$[something]` must be an inline element (while `center` is a block element), so such a syntax is not expected by MFM renderers. Please use `<center></center>` instead.
|
||||||
- Fix bugs
|
- Fix bugs
|
||||||
|
|
Loading…
Reference in a new issue