mirror of
https://gh.llkk.cc/https://github.com/WeblateOrg/hosted.git
synced 2026-03-04 14:56:24 +08:00
18 lines
403 B
YAML
18 lines
403 B
YAML
# Copyright © Michal Čihař <michal@weblate.org>
|
|
#
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
#
|
|
# This file is maintained in https://github.com/WeblateOrg/meta/
|
|
|
|
# We do not enforce heading
|
|
first-line-heading: false
|
|
|
|
# Table style is not well aligned with Unicode
|
|
table-column-style: false
|
|
|
|
# Avoid length limit checks
|
|
line-length: false
|
|
|
|
# Allow manual markup for branding
|
|
html:
|
|
allowed_elements: [a, img]
|