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
Typing / in the Markdown editor now opens a command menu; keep typing to filter, then pick with the keyboard or a click to insert headings (H1–H3), bullet / numbered / task lists, quotes, code blocks and tables without reaching for the toolbar.
GROWI news entries can now be written in Markdown, so headings, tables, links and images including animated GIFs render properly. News is drawn by a dedicated renderer with a narrowed sanitize schema rather than the wiki renderer.
GROWI のニュース本文を Markdown で記述できるようになり、見出し・テーブル・リンク・画像(アニメーション GIF を含む)が表示できる。外部から配信されるコンテンツのため、描画には Wiki のレンダラを流用せず、許可範囲を絞った専用レンダラを使う。
imprv: Refactoring for extracting shared page-access check for attachment retrieval (#11813) @yuki-takei
The two attachment retrieval routes each carried a verbatim copy of the "can this viewer access the attachment's owning page?" check; both now delegate to one shared function while keeping their own response formats. Internal refactoring with no behavior change.