club-1 / flarum-ext-french-typography
增强法文写作的排版,主要围绕标点符号。
v1.1.0
2023-02-26 15:25 UTC
Requires
- flarum/core: ^1.2.0
README
一个非常简单的 Flarum 扩展。增强法文写作的排版,主要围绕标点符号。
特性
- 将双标点符号(
?
,!
,:
,;
)前的空格转换为非断行空格(
)。 - 启用 TextFormatter 的自定义版本 FancyPants 插件,以下为差异
- 双引号被替换为“角括号”,与文本之间由非断行空格分隔。
- 禁用
Guillemets
的 上游通过。
安装
使用 composer 安装
composer require club-1/flarum-ext-french-typography
推荐
此扩展本身不会将格式更改应用到之前发布的评论。如果您想重新解析数据库中所有评论帖子,建议安装并启用 club-1/flarum-ext-chore-commands
扩展并使用其 chore:reparse
命令。
更新
composer update club-1/flarum-ext-french-typography php flarum cache:clear