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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'glfm_specification/input/gitlab_flavored_markdown/glfm_example_normalizations.yml')
-rw-r--r--glfm_specification/input/gitlab_flavored_markdown/glfm_example_normalizations.yml16
1 files changed, 0 insertions, 16 deletions
diff --git a/glfm_specification/input/gitlab_flavored_markdown/glfm_example_normalizations.yml b/glfm_specification/input/gitlab_flavored_markdown/glfm_example_normalizations.yml
index 15df659f0f4..d576a8ddb51 100644
--- a/glfm_specification/input/gitlab_flavored_markdown/glfm_example_normalizations.yml
+++ b/glfm_specification/input/gitlab_flavored_markdown/glfm_example_normalizations.yml
@@ -9,19 +9,3 @@
00_uri: &00_uri
- regex: '(href|data-src)(=")(.*?)(test-file\.(png|zip)")'
replacement: '\1\2URI_PREFIX\4'
-07_01__gitlab_specific_markdown__footnotes__001:
- html:
- static:
- shared:
- 07_01_href: &07_01_href
- - regex: '(href)(=")(.+?)(")'
- replacement: '\1\2REF\4'
- 07_01_id: &07_01_id
- - regex: '(id)(=")(.+?)(")'
- replacement: '\1\2ID\4'
- canonical:
- 07_01_href: *07_01_href
- 07_01_id: *07_01_id
- snapshot:
- 07_01_href: *07_01_href
- 07_01_id: *07_01_id