hosted/.markdownlint.yml
2025-11-20 15:24:40 +01:00

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]