]> Lady’s Gitweb - GitWikiWeb/blob - config.yaml
Style definition list terms
[GitWikiWeb] / config.yaml
1 # The maximum number of calls to git in Special:RecentlyChanged before
2 # giving up and just collecting all remaining files in the time·period.
3 #
4 # This configuration gives the maximum number of unique dates shown on
5 # the page.
6 max_recency: 7
7
8 # Symbol conversions supported in Djot.
9 symbols:
10 nbsp: "\xA0" # no‐break space
11 cgj: "\u034F" # combining grapheme joiner
12 ensp: "\u2002" # enspace
13 emsp: "\u2003" # emspace
14 figsp: "\u2007" # figure space
15 zwsp: "\u200B" # zero‐width space
16 zwnj: "\u200C" # zero‐width nonjoiner
17 zwj: "\u200D" # zero‐width joiner
18 nnbsp: "\u202F" # narrow no‐break space
19 mathsp: "\u205F" # math space
20 wj: "\u2060" # word joiner
21 fwsp: "\u3000" # fullwidth space
22 as_text: "\uFE0E" # text variation
23 as_emoji: "\uFE0F" # emoji variation
This page took 0.054635 seconds and 5 git commands to generate.