Welcome to mirror list, hosted at ThFree Co, Russian Federation.

glfm_example_normalizations.yml « gitlab_flavored_markdown « input « glfm_specification - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d576a8ddb5114e0082ec551856be3ca25dd6c94e (plain)
1
2
3
4
5
6
7
8
9
10
11
---
# See the following documentation for more info on normalization:
#
# - https://docs.gitlab.com/ee/development/gitlab_flavored_markdown/specification_guide/#normalization
# - https://docs.gitlab.com/ee/development/gitlab_flavored_markdown/specification_guide/#glfm_example_normalizationsyml
#
# NOTE: All YAML anchors which are shared across one or more entries are defined in the `00_shared` section.
00_shared:
  00_uri: &00_uri
    - regex: '(href|data-src)(=")(.*?)(test-file\.(png|zip)")'
      replacement: '\1\2URI_PREFIX\4'