summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-05-24 15:08:28 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-05-24 15:08:28 +0000
commit8e1bb8745bafe36f273ce4a095c3576c38ceb8b4 (patch)
treeec27d8dc078480009afe783f7bea87d3927f28f1
parent4b4c254b2cfaca26c2c8e2bda70d45c13e3a6f97 (diff)
downloadgitlab-ce-8e1bb8745bafe36f273ce4a095c3576c38ceb8b4.tar.gz
Add latest changes from gitlab-org/gitlab@master
-rw-r--r--.gitlab-ci.yml1
-rw-r--r--.gitlab/CODEOWNERS2
-rw-r--r--.gitlab/ci/review.gitlab-ci.yml1
-rw-r--r--.gitlab/ci/rules.gitlab-ci.yml6
-rw-r--r--.gitlab/ci/setup.gitlab-ci.yml1
-rw-r--r--GITALY_SERVER_VERSION2
-rw-r--r--app/assets/javascripts/design_management/pages/index.vue2
-rw-r--r--app/assets/javascripts/ide/components/ide_status_bar.vue7
-rw-r--r--app/assets/javascripts/integrations/edit/components/jira_upgrade_cta.vue51
-rw-r--r--app/assets/javascripts/integrations/edit/index.js2
-rw-r--r--app/assets/javascripts/invite_members/components/invite_members_trigger.vue13
-rw-r--r--app/assets/javascripts/invite_members/constants.js1
-rw-r--r--app/assets/javascripts/issues/create_merge_request_dropdown.js44
-rw-r--r--app/assets/stylesheets/startup/startup-dark.scss17
-rw-r--r--app/assets/stylesheets/startup/startup-general.scss17
-rw-r--r--app/helpers/merge_requests_helper.rb2
-rw-r--r--app/models/commit.rb3
-rw-r--r--app/serializers/merge_request_poll_cached_widget_entity.rb3
-rw-r--r--app/services/issuable/common_system_notes_service.rb2
-rw-r--r--app/services/merge_requests/refresh_service.rb10
-rw-r--r--app/services/merge_requests/update_service.rb12
-rw-r--r--app/services/system_notes/merge_requests_service.rb2
-rw-r--r--app/views/groups/_invite_members_side_nav_link.html.haml3
-rw-r--r--app/views/layouts/header/_default.html.haml2
-rw-r--r--app/views/projects/_invite_members_side_nav_link.html.haml3
-rw-r--r--app/views/projects/merge_requests/_close_reopen_draft_report_toggle.html.haml2
-rw-r--r--app/views/shared/issuable/_form.html.haml2
-rw-r--r--app/views/shared/issuable/form/_title.html.haml2
-rw-r--r--app/workers/all_queues.yml9
-rw-r--r--app/workers/project_daily_statistics_worker.rb20
-rw-r--r--config/sidekiq_queues.yml2
-rw-r--r--db/migrate/20220520030504_drop_index_namespaces_on_name.rb15
-rw-r--r--db/schema_migrations/202205200305041
-rw-r--r--doc/ci/secure_files/index.md51
-rw-r--r--doc/development/gitlab_flavored_markdown/specification_guide/index.md114
-rw-r--r--doc/development/licensed_feature_availability.md10
-rw-r--r--doc/development/migration_style_guide.md4
-rw-r--r--doc/user/gitlab_com/index.md27
-rw-r--r--glfm_specification/input/gitlab_flavored_markdown/glfm_example_status.yml27
-rw-r--r--lib/api/helpers/projects_helpers.rb1
-rw-r--r--lib/gitlab/hook_data/merge_request_builder.rb2
-rw-r--r--lib/gitlab/quick_actions/merge_request_actions.rb11
-rw-r--r--locale/gitlab.pot15
-rw-r--r--qa/qa/page/component/invite_members_modal.rb2
-rw-r--r--qa/qa/page/project/members.rb2
-rw-r--r--scripts/lib/glfm/update_example_snapshots.rb115
-rw-r--r--spec/controllers/groups_controller_spec.rb1
-rw-r--r--spec/controllers/projects/issues_controller_spec.rb4
-rw-r--r--spec/controllers/repositories/git_http_controller_spec.rb13
-rw-r--r--spec/features/groups/empty_states_spec.rb2
-rw-r--r--spec/features/groups/issues_spec.rb47
-rw-r--r--spec/features/groups/user_sees_users_dropdowns_in_issuables_list_spec.rb47
-rw-r--r--spec/features/issuables/issuable_list_spec.rb2
-rw-r--r--spec/features/issue_rebalancing_spec.rb4
-rw-r--r--spec/features/issues/filtered_search/dropdown_assignee_spec.rb4
-rw-r--r--spec/features/issues/filtered_search/dropdown_author_spec.rb2
-rw-r--r--spec/features/issues/filtered_search/dropdown_base_spec.rb2
-rw-r--r--spec/features/issues/filtered_search/dropdown_emoji_spec.rb2
-rw-r--r--spec/features/issues/filtered_search/dropdown_hint_spec.rb2
-rw-r--r--spec/features/issues/filtered_search/dropdown_label_spec.rb2
-rw-r--r--spec/features/issues/filtered_search/dropdown_milestone_spec.rb2
-rw-r--r--spec/features/issues/filtered_search/dropdown_release_spec.rb2
-rw-r--r--spec/features/issues/filtered_search/filter_issues_spec.rb1
-rw-r--r--spec/features/issues/filtered_search/recent_searches_spec.rb2
-rw-r--r--spec/features/issues/filtered_search/search_bar_spec.rb1
-rw-r--r--spec/features/issues/filtered_search/visual_tokens_spec.rb1
-rw-r--r--spec/features/issues/rss_spec.rb4
-rw-r--r--spec/features/issues/user_bulk_edits_issues_labels_spec.rb4
-rw-r--r--spec/features/issues/user_bulk_edits_issues_spec.rb4
-rw-r--r--spec/features/issues/user_creates_issue_spec.rb4
-rw-r--r--spec/features/issues/user_filters_issues_spec.rb2
-rw-r--r--spec/features/issues/user_sees_breadcrumb_links_spec.rb2
-rw-r--r--spec/features/issues/user_sorts_issues_spec.rb2
-rw-r--r--spec/features/labels_hierarchy_spec.rb2
-rw-r--r--spec/features/merge_requests/user_sorts_merge_requests_spec.rb2
-rw-r--r--spec/features/user_sorts_things_spec.rb2
-rw-r--r--spec/fixtures/glfm/example_snapshots/examples_index.yml1282
-rw-r--r--spec/fixtures/glfm/example_snapshots/html.yml1282
-rw-r--r--spec/fixtures/glfm/example_snapshots/markdown.yml1284
-rw-r--r--spec/fixtures/glfm/example_snapshots/prosemirror_json.yml1282
-rw-r--r--spec/frontend/ide/components/ide_status_bar_spec.js2
-rw-r--r--spec/frontend/integrations/edit/components/jira_issues_fields_spec.js1
-rw-r--r--spec/frontend/integrations/edit/components/jira_upgrade_cta_spec.js31
-rw-r--r--spec/frontend/invite_members/components/invite_members_trigger_spec.js20
-rw-r--r--spec/models/commit_spec.rb10
-rw-r--r--spec/models/merge_request_spec.rb4
-rw-r--r--spec/presenters/merge_request_presenter_spec.rb2
-rw-r--r--spec/scripts/lib/glfm/update_example_snapshots_spec.rb345
-rw-r--r--spec/services/merge_requests/create_service_spec.rb6
-rw-r--r--spec/services/merge_requests/refresh_service_spec.rb19
-rw-r--r--spec/services/notes/create_service_spec.rb4
-rw-r--r--spec/spec_helper.rb4
-rw-r--r--spec/support/shared_examples/features/issuables_user_dropdown_behaviors_shared_examples.rb23
-rw-r--r--spec/workers/every_sidekiq_worker_spec.rb1
-rw-r--r--spec/workers/project_daily_statistics_worker_spec.rb35
95 files changed, 3267 insertions, 3184 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bf49f5800d2..db0888bbd97 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -64,6 +64,7 @@ variables:
NODE_ENV: "test"
BUNDLE_WITHOUT: "production:development"
BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"
+ BUNDLE_FROZEN: "true"
# we override the max_old_space_size to prevent OOM errors
NODE_OPTIONS: --max_old_space_size=3584
GIT_DEPTH: "20"
diff --git a/.gitlab/CODEOWNERS b/.gitlab/CODEOWNERS
index 6572eeced83..cdb357323e0 100644
--- a/.gitlab/CODEOWNERS
+++ b/.gitlab/CODEOWNERS
@@ -177,6 +177,8 @@ Dangerfile @gl-quality/eng-prod
[Application Security]
/app/assets/javascripts/lib/dompurify.js @gitlab-com/gl-security/appsec
+/app/assets/javascripts/gfm_auto_complete.js @gitlab-com/gl-security/appsec
+/ee/app/assets/javascripts/gfm_auto_complete.js @gitlab-com/gl-security/appsec
/app/validators/addressable_url_validator.rb @gitlab-com/gl-security/appsec
/app/validators/public_url_validator.rb @gitlab-com/gl-security/appsec
/config/initializers/content_security_policy.rb @gitlab-com/gl-security/appsec
diff --git a/.gitlab/ci/review.gitlab-ci.yml b/.gitlab/ci/review.gitlab-ci.yml
index 03223e64b23..a13af93f925 100644
--- a/.gitlab/ci/review.gitlab-ci.yml
+++ b/.gitlab/ci/review.gitlab-ci.yml
@@ -72,5 +72,6 @@ danger-review-local:
reviewers-recommender:
extends:
- .default-retry
+ - .review:rules:reviewers-recommender
stage: test
needs: []
diff --git a/.gitlab/ci/rules.gitlab-ci.yml b/.gitlab/ci/rules.gitlab-ci.yml
index 181a61894d6..83f42982dab 100644
--- a/.gitlab/ci/rules.gitlab-ci.yml
+++ b/.gitlab/ci/rules.gitlab-ci.yml
@@ -1663,6 +1663,12 @@
- <<: *if-merge-request
changes: *danger-patterns
+.review:rules:reviewers-recommender:
+ rules:
+ - <<: *if-not-canonical-namespace
+ when: never
+ - <<: *if-merge-request
+
###############
# Setup rules #
###############
diff --git a/.gitlab/ci/setup.gitlab-ci.yml b/.gitlab/ci/setup.gitlab-ci.yml
index 4339251897c..eeaa9ddb41a 100644
--- a/.gitlab/ci/setup.gitlab-ci.yml
+++ b/.gitlab/ci/setup.gitlab-ci.yml
@@ -171,7 +171,6 @@ add-jh-folder:
- curl --location -o "jh-folder.tar.gz" "https://gitlab.com/gitlab-org/gitlab-jh-mirrors/gitlab/-/archive/${JH_BRANCH}/gitlab-${JH_BRANCH}.tar.gz?path=jh"
- tar -xf "jh-folder.tar.gz"
- mv "gitlab-${JH_BRANCH}-jh/jh/" ./
- - cp Gemfile.lock jh/
- ls -l jh/
artifacts:
expire_in: 2d
diff --git a/GITALY_SERVER_VERSION b/GITALY_SERVER_VERSION
index 92f91a90aaa..92794927e8c 100644
--- a/GITALY_SERVER_VERSION
+++ b/GITALY_SERVER_VERSION
@@ -1 +1 @@
-803b179a6834fbebcc7886083731bb0f4a67c796
+b2c8eaa672c9f2dc4b55477a3876f957e2c9a768
diff --git a/app/assets/javascripts/design_management/pages/index.vue b/app/assets/javascripts/design_management/pages/index.vue
index d3f3f9dad67..915eb2aaee8 100644
--- a/app/assets/javascripts/design_management/pages/index.vue
+++ b/app/assets/javascripts/design_management/pages/index.vue
@@ -354,7 +354,7 @@ export default {
>
<header
v-if="showToolbar"
- class="row-content-block gl-border-t-0 gl-py-3 gl-display-flex"
+ class="gl-display-flex gl-my-0 gl-text-gray-900"
data-testid="design-toolbar-wrapper"
>
<div
diff --git a/app/assets/javascripts/ide/components/ide_status_bar.vue b/app/assets/javascripts/ide/components/ide_status_bar.vue
index 93ff7e8566f..e0b7ac9b1e1 100644
--- a/app/assets/javascripts/ide/components/ide_status_bar.vue
+++ b/app/assets/javascripts/ide/components/ide_status_bar.vue
@@ -32,8 +32,11 @@ export default {
...mapState('pipelines', ['latestPipeline']),
},
watch: {
- lastCommit() {
- this.initPipelinePolling();
+ lastCommit: {
+ handler() {
+ this.initPipelinePolling();
+ },
+ immediate: true,
},
},
mounted() {
diff --git a/app/assets/javascripts/integrations/edit/components/jira_upgrade_cta.vue b/app/assets/javascripts/integrations/edit/components/jira_upgrade_cta.vue
deleted file mode 100644
index 9164e484440..00000000000
--- a/app/assets/javascripts/integrations/edit/components/jira_upgrade_cta.vue
+++ /dev/null
@@ -1,51 +0,0 @@
-<script>
-import { GlButton, GlCard } from '@gitlab/ui';
-import { s__, __ } from '~/locale';
-
-export default {
- components: {
- GlButton,
- GlCard,
- },
- props: {
- upgradePlanPath: {
- type: String,
- required: false,
- default: '',
- },
- showPremiumMessage: {
- type: Boolean,
- required: false,
- default: false,
- },
- showUltimateMessage: {
- type: Boolean,
- required: false,
- default: false,
- },
- },
- computed: {
- title() {
- return this.showUltimateMessage
- ? this.$options.i18n.titleUltimate
- : this.$options.i18n.titlePremium;
- },
- },
- i18n: {
- titleUltimate: s__('JiraService|This is an Ultimate feature'),
- titlePremium: s__('JiraService|This is a Premium feature'),
- content: s__('JiraService|Upgrade your plan to enable this feature of the Jira Integration.'),
- upgrade: __('Upgrade your plan'),
- },
-};
-</script>
-
-<template>
- <gl-card>
- <strong>{{ title }}</strong>
- <p>{{ $options.i18n.content }}</p>
- <gl-button v-if="upgradePlanPath" category="primary" variant="info" :href="upgradePlanPath">
- {{ $options.i18n.upgrade }}
- </gl-button>
- </gl-card>
-</template>
diff --git a/app/assets/javascripts/integrations/edit/index.js b/app/assets/javascripts/integrations/edit/index.js
index 92e6ca509c3..69097ecb8ab 100644
--- a/app/assets/javascripts/integrations/edit/index.js
+++ b/app/assets/javascripts/integrations/edit/index.js
@@ -21,7 +21,6 @@ function parseDatasetToProps(data) {
type,
commentDetail,
projectKey,
- upgradePlanPath,
learnMorePath,
aboutPricingUrl,
triggerEvents,
@@ -80,7 +79,6 @@ function parseDatasetToProps(data) {
initialEnableJiraVulnerabilities: enableJiraVulnerabilities,
initialVulnerabilitiesIssuetype: vulnerabilitiesIssuetype,
initialProjectKey: projectKey,
- upgradePlanPath,
},
learnMorePath,
aboutPricingUrl,
diff --git a/app/assets/javascripts/invite_members/components/invite_members_trigger.vue b/app/assets/javascripts/invite_members/components/invite_members_trigger.vue
index 79b192e2495..42645110e48 100644
--- a/app/assets/javascripts/invite_members/components/invite_members_trigger.vue
+++ b/app/assets/javascripts/invite_members/components/invite_members_trigger.vue
@@ -2,7 +2,11 @@
import { GlButton, GlLink, GlIcon } from '@gitlab/ui';
import { s__ } from '~/locale';
import eventHub from '../event_hub';
-import { TRIGGER_ELEMENT_BUTTON, TRIGGER_ELEMENT_SIDE_NAV } from '../constants';
+import {
+ TRIGGER_ELEMENT_BUTTON,
+ TRIGGER_ELEMENT_SIDE_NAV,
+ TRIGGER_DEFAULT_QA_SELECTOR,
+} from '../constants';
export default {
components: { GlButton, GlLink, GlIcon },
@@ -46,12 +50,17 @@ export default {
required: false,
default: '',
},
+ qaSelector: {
+ type: String,
+ required: false,
+ default: TRIGGER_DEFAULT_QA_SELECTOR,
+ },
},
computed: {
componentAttributes() {
const baseAttributes = {
class: this.classes,
- 'data-qa-selector': 'invite_members_button',
+ 'data-qa-selector': this.qaSelector,
'data-test-id': 'invite-members-button',
};
diff --git a/app/assets/javascripts/invite_members/constants.js b/app/assets/javascripts/invite_members/constants.js
index 928f79f1c8d..552359f2463 100644
--- a/app/assets/javascripts/invite_members/constants.js
+++ b/app/assets/javascripts/invite_members/constants.js
@@ -18,6 +18,7 @@ export const USERS_FILTER_ALL = 'all';
export const USERS_FILTER_SAML_PROVIDER_ID = 'saml_provider_id';
export const TRIGGER_ELEMENT_BUTTON = 'button';
export const TRIGGER_ELEMENT_SIDE_NAV = 'side-nav';
+export const TRIGGER_DEFAULT_QA_SELECTOR = 'invite_members_button';
export const MEMBERS_MODAL_DEFAULT_TITLE = s__('InviteMembersModal|Invite members');
export const MEMBERS_MODAL_CELEBRATE_TITLE = s__(
'InviteMembersModal|GitLab is better with colleagues!',
diff --git a/app/assets/javascripts/issues/create_merge_request_dropdown.js b/app/assets/javascripts/issues/create_merge_request_dropdown.js
index 8294c018117..c5f31081625 100644
--- a/app/assets/javascripts/issues/create_merge_request_dropdown.js
+++ b/app/assets/javascripts/issues/create_merge_request_dropdown.js
@@ -11,6 +11,7 @@ import createFlash from '~/flash';
import axios from '~/lib/utils/axios_utils';
import { __, sprintf } from '~/locale';
import { mergeUrlParams } from '~/lib/utils/url_utility';
+import api from '~/api';
// Todo: Remove this when fixing issue in input_setter plugin
const InputSetter = { ...ISetter };
@@ -149,7 +150,7 @@ export default class CreateMergeRequestDropdown {
});
}
- createBranch() {
+ createBranch(navigateToBranch = true) {
this.isCreatingBranch = true;
return axios
@@ -158,7 +159,10 @@ export default class CreateMergeRequestDropdown {
})
.then(({ data }) => {
this.branchCreated = true;
- window.location.href = data.url;
+
+ if (navigateToBranch) {
+ window.location.href = data.url;
+ }
})
.catch(() =>
createFlash({
@@ -170,23 +174,25 @@ export default class CreateMergeRequestDropdown {
createMergeRequest() {
return new Promise(() => {
this.isCreatingMergeRequest = true;
- return this.createBranch().then(() => {
- let path = canCreateConfidentialMergeRequest()
- ? this.createMrPath.replace(
- this.projectPath,
- confidentialMergeRequestState.selectedProject.pathWithNamespace,
- )
- : this.createMrPath;
- path = mergeUrlParams(
- {
- 'merge_request[target_branch]': this.refInput.value,
- 'merge_request[source_branch]': this.branchInput.value,
- },
- path,
- );
-
- window.location.href = path;
- });
+ return this.createBranch(false)
+ .then(() => api.trackRedisHllUserEvent('i_code_review_user_create_mr_from_issue'))
+ .then(() => {
+ let path = canCreateConfidentialMergeRequest()
+ ? this.createMrPath.replace(
+ this.projectPath,
+ confidentialMergeRequestState.selectedProject.pathWithNamespace,
+ )
+ : this.createMrPath;
+ path = mergeUrlParams(
+ {
+ 'merge_request[target_branch]': this.refInput.value,
+ 'merge_request[source_branch]': this.branchInput.value,
+ },
+ path,
+ );
+
+ window.location.href = path;
+ });
});
}
diff --git a/app/assets/stylesheets/startup/startup-dark.scss b/app/assets/stylesheets/startup/startup-dark.scss
index 50cc7bd3d4c..54c6c43366f 100644
--- a/app/assets/stylesheets/startup/startup-dark.scss
+++ b/app/assets/stylesheets/startup/startup-dark.scss
@@ -42,10 +42,6 @@ body {
text-align: left;
background-color: #1f1f1f;
}
-h1 {
- margin-top: 0;
- margin-bottom: 0.25rem;
-}
ul {
margin-top: 0;
margin-bottom: 1rem;
@@ -105,15 +101,6 @@ button::-moz-focus-inner,
[type="search"] {
outline-offset: -2px;
}
-h1 {
- margin-bottom: 0.25rem;
- font-weight: 600;
- line-height: 1.2;
- color: #fafafa;
-}
-h1 {
- font-size: 2.1875rem;
-}
.list-unstyled {
padding-left: 0;
list-style: none;
@@ -547,10 +534,6 @@ html [type="button"],
[role="button"] {
cursor: pointer;
}
-h1 {
- margin-top: 20px;
- margin-bottom: 10px;
-}
strong {
font-weight: bold;
}
diff --git a/app/assets/stylesheets/startup/startup-general.scss b/app/assets/stylesheets/startup/startup-general.scss
index b2260770371..7af31d0f743 100644
--- a/app/assets/stylesheets/startup/startup-general.scss
+++ b/app/assets/stylesheets/startup/startup-general.scss
@@ -27,10 +27,6 @@ body {
text-align: left;
background-color: #fff;
}
-h1 {
- margin-top: 0;
- margin-bottom: 0.25rem;
-}
ul {
margin-top: 0;
margin-bottom: 1rem;
@@ -90,15 +86,6 @@ button::-moz-focus-inner,
[type="search"] {
outline-offset: -2px;
}
-h1 {
- margin-bottom: 0.25rem;
- font-weight: 600;
- line-height: 1.2;
- color: #303030;
-}
-h1 {
- font-size: 2.1875rem;
-}
.list-unstyled {
padding-left: 0;
list-style: none;
@@ -532,10 +519,6 @@ html [type="button"],
[role="button"] {
cursor: pointer;
}
-h1 {
- margin-top: 20px;
- margin-bottom: 10px;
-}
strong {
font-weight: bold;
}
diff --git a/app/helpers/merge_requests_helper.rb b/app/helpers/merge_requests_helper.rb
index e1c9e7d3896..230f5e4921c 100644
--- a/app/helpers/merge_requests_helper.rb
+++ b/app/helpers/merge_requests_helper.rb
@@ -139,7 +139,7 @@ module MergeRequestsHelper
end
def toggle_draft_merge_request_path(issuable)
- wip_event = issuable.work_in_progress? ? 'unwip' : 'wip'
+ wip_event = issuable.draft? ? 'unwip' : 'wip'
issuable_path(issuable, { merge_request: { wip_event: wip_event } })
end
diff --git a/app/models/commit.rb b/app/models/commit.rb
index f405f5bc663..ca18cb50e02 100644
--- a/app/models/commit.rb
+++ b/app/models/commit.rb
@@ -519,9 +519,10 @@ class Commit
#
DRAFT_REGEX = /\A\s*#{Gitlab::Regex.merge_request_draft}|(fixup!|squash!)\s/.freeze
- def work_in_progress?
+ def draft?
!!(title =~ DRAFT_REGEX)
end
+ alias_method :work_in_progress?, :draft?
def merged_merge_request?(user)
!!merged_merge_request(user)
diff --git a/app/serializers/merge_request_poll_cached_widget_entity.rb b/app/serializers/merge_request_poll_cached_widget_entity.rb
index 9d001d18aa6..0c5af67bcda 100644
--- a/app/serializers/merge_request_poll_cached_widget_entity.rb
+++ b/app/serializers/merge_request_poll_cached_widget_entity.rb
@@ -18,7 +18,8 @@ class MergeRequestPollCachedWidgetEntity < IssuableEntity
expose :rebase_in_progress?, as: :rebase_in_progress
expose :commits_count
expose :merge_ongoing?, as: :merge_ongoing
- expose :work_in_progress?, as: :work_in_progress
+ expose :draft?, as: :draft
+ expose :draft?, as: :work_in_progress
expose :cannot_be_merged?, as: :has_conflicts
expose :can_be_merged?, as: :can_be_merged
expose :remove_source_branch?, as: :remove_source_branch
diff --git a/app/services/issuable/common_system_notes_service.rb b/app/services/issuable/common_system_notes_service.rb
index 9ee54c7ba0f..5cf32ee3e40 100644
--- a/app/services/issuable/common_system_notes_service.rb
+++ b/app/services/issuable/common_system_notes_service.rb
@@ -54,7 +54,7 @@ module Issuable
def create_draft_note(old_title)
return unless issuable.is_a?(MergeRequest)
- if MergeRequest.work_in_progress?(old_title) != issuable.work_in_progress?
+ if MergeRequest.draft?(old_title) != issuable.draft?
SystemNoteService.handle_merge_request_draft(issuable, issuable.project, current_user)
end
end
diff --git a/app/services/merge_requests/refresh_service.rb b/app/services/merge_requests/refresh_service.rb
index f7a0f90b95f..5205d34baae 100644
--- a/app/services/merge_requests/refresh_service.rb
+++ b/app/services/merge_requests/refresh_service.rb
@@ -255,17 +255,17 @@ module MergeRequests
commit_shas = merge_request.commit_shas
- wip_commit = @commits.detect do |commit|
- commit.work_in_progress? && commit_shas.include?(commit.sha)
+ draft_commit = @commits.detect do |commit|
+ commit.draft? && commit_shas.include?(commit.sha)
end
- if wip_commit && !merge_request.work_in_progress?
- merge_request.update(title: merge_request.wip_title)
+ if draft_commit && !merge_request.draft?
+ merge_request.update(title: merge_request.draft_title)
SystemNoteService.add_merge_request_draft_from_commit(
merge_request,
merge_request.project,
@current_user,
- wip_commit
+ draft_commit
)
end
end
diff --git a/app/services/merge_requests/update_service.rb b/app/services/merge_requests/update_service.rb
index 6e8afaecbba..603da4ef535 100644
--- a/app/services/merge_requests/update_service.rb
+++ b/app/services/merge_requests/update_service.rb
@@ -180,16 +180,16 @@ module MergeRequests
return unless changed_fields.include?("title")
old_title, new_title = merge_request.previous_changes["title"]
- old_title_wip = MergeRequest.work_in_progress?(old_title)
- new_title_wip = MergeRequest.work_in_progress?(new_title)
+ old_title_draft = MergeRequest.draft?(old_title)
+ new_title_draft = MergeRequest.draft?(new_title)
- if !old_title_wip && new_title_wip
- # Marked as Draft/WIP
+ if !old_title_draft && new_title_draft
+ # Marked as Draft
#
merge_request_activity_counter
.track_marked_as_draft_action(user: current_user)
- elsif old_title_wip && !new_title_wip
- # Unmarked as Draft/WIP
+ elsif old_title_draft && !new_title_draft
+ # Unmarked as Draft
#
notify_draft_status_changed(merge_request)
diff --git a/app/services/system_notes/merge_requests_service.rb b/app/services/system_notes/merge_requests_service.rb
index 546a23c95c2..7758c1e8597 100644
--- a/app/services/system_notes/merge_requests_service.rb
+++ b/app/services/system_notes/merge_requests_service.rb
@@ -27,7 +27,7 @@ module SystemNotes
end
def handle_merge_request_draft
- action = noteable.work_in_progress? ? "draft" : "ready"
+ action = noteable.draft? ? "draft" : "ready"
body = "marked this merge request as **#{action}**"
diff --git a/app/views/groups/_invite_members_side_nav_link.html.haml b/app/views/groups/_invite_members_side_nav_link.html.haml
index 3046669b53b..978ef01984c 100644
--- a/app/views/groups/_invite_members_side_nav_link.html.haml
+++ b/app/views/groups/_invite_members_side_nav_link.html.haml
@@ -1,7 +1,8 @@
.js-invite-members-trigger{ data: { trigger_source: 'group-side-nav',
icon: 'users',
display_text: title,
- trigger_element: 'side-nav'} }
+ trigger_element: 'side-nav',
+ qa_selector: 'invite_members_sidebar_button' } }
= render partial: 'shared/nav/sidebar_submenu', locals: { sidebar_menu: sidebar_menu }
= render 'groups/invite_members_modal', group: group
diff --git a/app/views/layouts/header/_default.html.haml b/app/views/layouts/header/_default.html.haml
index e268e3f2b46..be699c566ab 100644
--- a/app/views/layouts/header/_default.html.haml
+++ b/app/views/layouts/header/_default.html.haml
@@ -6,7 +6,7 @@
.container-fluid
.header-content.js-header-content
.title-container.hide-when-top-nav-responsive-open.gl-transition-medium.gl-display-flex.gl-align-items-stretch.gl-pt-0
- %h1.title
+ .title
%span.gl-sr-only GitLab
= link_to root_path, title: _('Dashboard'), id: 'logo', **tracking_attrs('main_navigation', 'click_gitlab_logo_link', 'navigation') do
= brand_header_logo
diff --git a/app/views/projects/_invite_members_side_nav_link.html.haml b/app/views/projects/_invite_members_side_nav_link.html.haml
index fae681b1a71..b96a7608ce2 100644
--- a/app/views/projects/_invite_members_side_nav_link.html.haml
+++ b/app/views/projects/_invite_members_side_nav_link.html.haml
@@ -1,7 +1,8 @@
.js-invite-members-trigger{ data: { trigger_source: 'project-side-nav',
icon: 'users',
display_text: title,
- trigger_element: 'side-nav'} }
+ trigger_element: 'side-nav',
+ qa_selector: 'invite_members_sidebar_button' } }
= render partial: 'shared/nav/sidebar_submenu', locals: { sidebar_menu: sidebar_menu }
= render 'projects/invite_members_modal', project: project
diff --git a/app/views/projects/merge_requests/_close_reopen_draft_report_toggle.html.haml b/app/views/projects/merge_requests/_close_reopen_draft_report_toggle.html.haml
index 282faf7714e..78a72fca96b 100644
--- a/app/views/projects/merge_requests/_close_reopen_draft_report_toggle.html.haml
+++ b/app/views/projects/merge_requests/_close_reopen_draft_report_toggle.html.haml
@@ -20,7 +20,7 @@
%li.gl-new-dropdown-item
= link_to toggle_draft_merge_request_path(@merge_request), method: :put, class: 'dropdown-item js-draft-toggle-button' do
.gl-new-dropdown-item-text-wrapper
- = @merge_request.work_in_progress? ? _('Mark as ready') : _('Mark as draft')
+ = @merge_request.draft? ? _('Mark as ready') : _('Mark as draft')
%li.gl-new-dropdown-item.js-close-item
= link_to close_issuable_path(@merge_request), method: :put, class: 'dropdown-item' do
.gl-new-dropdown-item-text-wrapper
diff --git a/app/views/shared/issuable/_form.html.haml b/app/views/shared/issuable/_form.html.haml
index 62e1a930ee6..fc4d6e1f4bb 100644
--- a/app/views/shared/issuable/_form.html.haml
+++ b/app/views/shared/issuable/_form.html.haml
@@ -22,7 +22,7 @@
= _('Title')
%i{ aria: { hidden: true } }= '*'
- = render 'shared/issuable/form/title', issuable: issuable, form: form, has_wip_commits: commits && commits.detect(&:work_in_progress?)
+ = render 'shared/issuable/form/title', issuable: issuable, form: form, has_wip_commits: commits && commits.detect(&:draft?)
#js-suggestions{ data: { project_path: @project.full_path } }
= render 'shared/issuable/form/type_selector', issuable: issuable, form: form
diff --git a/app/views/shared/issuable/form/_title.html.haml b/app/views/shared/issuable/form/_title.html.haml
index 6b00cdc5e24..fd346207ffd 100644
--- a/app/views/shared/issuable/form/_title.html.haml
+++ b/app/views/shared/issuable/form/_title.html.haml
@@ -12,7 +12,7 @@
= form.text_field :title, required: true, aria: { required: true }, maxlength: 255, autofocus: true,
autocomplete: 'off', class: 'form-control pad qa-issuable-form-title', placeholder: _('Title'), dir: 'auto'
- - if issuable.respond_to?(:work_in_progress?)
+ - if issuable.respond_to?(:draft?)
.form-text.text-muted
.js-wip-explanation{ style: "display: none;" }
= remove_wip_text
diff --git a/app/workers/all_queues.yml b/app/workers/all_queues.yml
index 76d4e438099..96b604e08b3 100644
--- a/app/workers/all_queues.yml
+++ b/app/workers/all_queues.yml
@@ -2749,15 +2749,6 @@
:weight: 1
:idempotent: true
:tags: []
-- :name: project_daily_statistics
- :worker_name: ProjectDailyStatisticsWorker
- :feature_category: :source_code_management
- :has_external_dependencies:
- :urgency: :low
- :resource_boundary: :unknown
- :weight: 1
- :idempotent:
- :tags: []
- :name: project_destroy
:worker_name: ProjectDestroyWorker
:feature_category: :source_code_management
diff --git a/app/workers/project_daily_statistics_worker.rb b/app/workers/project_daily_statistics_worker.rb
deleted file mode 100644
index 02f8958f82a..00000000000
--- a/app/workers/project_daily_statistics_worker.rb
+++ /dev/null
@@ -1,20 +0,0 @@
-# frozen_string_literal: true
-
-# Deprecated: https://gitlab.com/gitlab-org/gitlab/-/issues/214585
-class ProjectDailyStatisticsWorker # rubocop:disable Scalability/IdempotentWorker
- include ApplicationWorker
-
- data_consistency :always
-
- sidekiq_options retry: 3
-
- feature_category :source_code_management
-
- def perform(project_id)
- project = Project.find_by_id(project_id)
-
- return unless project&.repository&.exists?
-
- Projects::FetchStatisticsIncrementService.new(project).execute
- end
-end
diff --git a/config/sidekiq_queues.yml b/config/sidekiq_queues.yml
index 897bd4de88c..832058ab28e 100644
--- a/config/sidekiq_queues.yml
+++ b/config/sidekiq_queues.yml
@@ -345,8 +345,6 @@
- 3
- - project_cache
- 1
-- - project_daily_statistics
- - 1
- - project_destroy
- 1
- - project_export
diff --git a/db/migrate/20220520030504_drop_index_namespaces_on_name.rb b/db/migrate/20220520030504_drop_index_namespaces_on_name.rb
new file mode 100644
index 00000000000..74019f726aa
--- /dev/null
+++ b/db/migrate/20220520030504_drop_index_namespaces_on_name.rb
@@ -0,0 +1,15 @@
+# frozen_string_literal: true
+
+class DropIndexNamespacesOnName < Gitlab::Database::Migration[2.0]
+ disable_ddl_transaction!
+
+ INDEX_NAME = 'index_namespaces_on_name'
+
+ def up
+ remove_concurrent_index_by_name :namespaces, INDEX_NAME, if_exists: true
+ end
+
+ def down
+ # no-op
+ end
+end
diff --git a/db/schema_migrations/20220520030504 b/db/schema_migrations/20220520030504
new file mode 100644
index 00000000000..284d859b42d
--- /dev/null
+++ b/db/schema_migrations/20220520030504
@@ -0,0 +1 @@
+4d44b5cd1bcd731e841849c65f64a19960fa13cd90d1bda023e797db20b8b8c6 \ No newline at end of file
diff --git a/doc/ci/secure_files/index.md b/doc/ci/secure_files/index.md
index 2bf360e69f1..673dca65335 100644
--- a/doc/ci/secure_files/index.md
+++ b/doc/ci/secure_files/index.md
@@ -20,6 +20,8 @@ are stored securely outside of your project's repository, and are not version co
It is safe to store sensitive information in these files. Secure files support both
plain text and binary file types.
+You can manage secure files in the project settings, or with the [secure files API](../../api/secure_files.md).
+
Secure files can be [downloaded and used by CI/CD jobs](#use-secure-files-in-cicd-jobs)
by using the [load-secure-files](https://gitlab.com/gitlab-org/incubation-engineering/devops-for-mobile-apps/load-secure-files)
tool.
@@ -30,49 +32,14 @@ Additional features and capabilities are planned.
## Add a secure file to a project
-To add a secure file to a project, use the [Secure Files API](../../api/secure_files.md#create-secure-file).
-
-Send a POST request to the secure files endpoint for your project:
-
-```shell
-curl --request POST --header "PRIVATE-TOKEN: <your_access_token>" \
- "https://gitlab.example.com/api/v4/projects/:project_id/secure_files" --form "name=myfile.jks" --form "file=@/path/to/file/myfile.jks"
-```
-
-The response returns all of the metadata for the file you just uploaded. For example:
-
-```json
-{
- "id": 1,
- "name": "myfile.jks",
- "checksum": "16630b189ab34b2e3504f4758e1054d2e478deda510b2b08cc0ef38d12e80aac",
- "checksum_algorithm": "sha256",
- "created_at": "2022-02-22T22:22:22.222Z"
-}
-```
-
-## List all secure files in a project
-
-To list all secure files in a project, use the [Secure Files API](../../api/secure_files.md#list-project-secure-files).
+To add a secure file to a project:
-Send a GET request to the secure files endpoint for your project:
-
-```shell
-curl --request GET --header "PRIVATE-TOKEN: <your_access_token>" \
- "https://gitlab.example.com/api/v4/projects/:project_id/secure_files"
-```
-
-The response returns an array of all of the secure files in the project. For example:
-
-```json
-[{
- "id": 1,
- "name": "myfile.jks",
- "checksum": "16630b189ab34b2e3504f4758e1054d2e478deda510b2b08cc0ef38d12e80aac",
- "checksum_algorithm": "sha256",
- "created_at": "2022-02-22T22:22:22.222Z"
-}]
-```
+1. On the top bar, select **Menu > Projects** and find your project.
+1. On the left sidebar, select **Settings > CI/CD**.
+1. In the **Secure Files** section, select **Manage**.
+1. Select **Upload File**.
+1. Find the file to upload, select **Open**, and the file upload begins immediately.
+ The file shows up in the list when the upload is complete.
## Use secure files in CI/CD jobs
diff --git a/doc/development/gitlab_flavored_markdown/specification_guide/index.md b/doc/development/gitlab_flavored_markdown/specification_guide/index.md
index 0e1f8e8d377..acd346a3a85 100644
--- a/doc/development/gitlab_flavored_markdown/specification_guide/index.md
+++ b/doc/development/gitlab_flavored_markdown/specification_guide/index.md
@@ -213,32 +213,42 @@ HTML which differs from the canonical HTML examples from the specification.
For every Markdown example in the GLFM specification, three
versions of HTML can potentially be rendered from the example:
-1. **Static HTML**: HTML produced by the backend (Ruby) renderer, which
- contains extra styling and behavioral HTML. For example, **Create task** buttons
- added for dynamically creating an issue from a task list item.
- The GitLab [Markdown API](../../../api/markdown.md) generates HTML
- for a given Markdown string using this method.
-1. **WYSIWYG HTML**: HTML produced by the frontend (JavaScript) Content Editor,
- which includes parsing and rendering logic. Used to present an editable document
- in the ProseMirror WYSIWYG editor.
-1. **Canonical HTML**: The clean, basic version of HTML rendered from Markdown.
- 1. For the examples which come from the CommonMark specification and
- GFM extensions specification,
- the canonical HTML is the exact identical HTML found in the
- GFM
- `spec.txt` example blocks.
- 1. For GLFM extensions to the <abbr title="GitHub Flavored Markdown">GFM</abbr> / CommonMark
- specification, a `glfm_canonical_examples.txt`
- [input specification file](#input-specification-files) contains the
- Markdown examples and corresponding canonical HTML examples.
+- Static HTML.
+- WYSIWYG HTML.
+- Canonical HTML.
+
+#### Static HTML
+
+**Static HTML** is HTML produced by the backend (Ruby) renderer, which
+contains extra styling and behavioral HTML. For example, **Create task** buttons
+added for dynamically creating an issue from a task list item.
+The GitLab [Markdown API](../../../api/markdown.md) generates HTML
+for a given Markdown string using this method.
+
+#### WYSIWYG HTML
+
+**WYSIWYG HTML** is HTML produced by the frontend (JavaScript) Content Editor,
+which includes parsing and rendering logic. It is used to present an editable document
+in the ProseMirror WYSIWYG editor.
+
+#### Canonical HTML
+
+**Canonical HTML** is the clean, basic version of HTML rendered from Markdown.
+
+1. For the examples which come from the CommonMark specification and
+ GFM extensions specification, the canonical HTML is the exact identical HTML found in the
+ GFM `spec.txt` example blocks.
+1. For GLFM extensions to the <abbr title="GitHub Flavored Markdown">GFM</abbr> / CommonMark
+ specification, a `glfm_canonical_examples.txt` [input specification file](#input-specification-files)
+ contains the Markdown examples and corresponding canonical HTML examples.
-As the rendered static and WYSIWYG HTML from the backend (Ruby) and frontend (JavaScript)
-renderers contain extra HTML, their rendered HTML can be converted to canonical HTML
-by a [canonicalization](#canonicalization-of-html) process.
+### Canonicalization of HTML
-#### Canonicalization of HTML
+The rendered [static HTML](#static-html) and [WYSIWYG HTML](#wysiwyg-html)
+from the backend (Ruby) and frontend (JavaScript) renderers usually contains extra styling
+or HTML elements, to support specific appearance and behavioral requirements.
-Neither the backend (Ruby) nor the frontend (JavaScript) rendered can directly render canonical HTML.
+Neither the backend nor the frontend rendering logic can directly render the clean, basic canonical HTML.
Nor should they be able to, because:
- It's not a direct requirement to support any GitLab application feature.
@@ -578,23 +588,57 @@ The actual file should not have these prefixed `|` characters.
controls the behavior of the [scripts](#scripts) and [tests](#types-of-markdown-tests-driven-by-the-glfm-specification).
- It is manually updated.
-- It controls the status of automatic generation of files based on Markdown examples.
-- It allows example snapshot generation, Markdown conformance tests, or
- Markdown snapshot tests to be skipped for individual examples. For example, if
- they are unimplemented, broken, or cannot be tested for some reason.
+- The `skip_update_example_snapshot*` fields control the status of automatic generation of
+ snapshot example entries based on Markdown examples.
+- The `skip_running_*` control allow Markdown conformance tests or
+ Markdown snapshot tests to be skipped for individual examples.
+- This allows control over skipping this processing or testing of various examples when they
+ are unimplemented, partially implemented, broken, or cannot be generated or tested for some reason.
+- All entries default to false. They can be set to true by specifying a Ruby
+ value which evaluates as truthy. This could be the boolean `true` value, but ideally should
+ be a string describing why the example's updating or testing is being skipped.
+- When a `skip_update_example_snapshot*` entry is true, the existing value is preserved.
+ However, since the YAML is re-written, the style of the string value and its
+ [Block Chomping Indicator (`|`)](https://yaml.org/spec/1.2.2/#8112-block-chomping-indicator)
+ may be modified, because the Ruby `psych` YAML library automatically determines this.
+
+The following optional entries are supported for each example. They all default to `false`:
+
+- `skip_update_example_snapshots`: When true, skips any addition or update of any this example's entries
+ in the [`spec/fixtures/glfm/example_snapshots/html.yml`](#specfixturesglfmexample_snapshotshtmlyml) file
+ or the [`spec/fixtures/glfm/example_snapshots/prosemirror_json.yml`](#specfixturesglfmexample_snapshotsprosemirror_jsonyml) file.
+ If this value is truthy, then no other `skip_update_example_snapshot_*` entries can be truthy,
+ and an error is raised if any of them are.
+- `skip_update_example_snapshot_html_static`: When true, skips addition or update of this example's [static HTML](#static-html)
+ entry in the [`spec/fixtures/glfm/example_snapshots/html.yml`](#specfixturesglfmexample_snapshotshtmlyml) file.
+- `skip_update_example_snapshot_html_wysiwyg`: When true, skips addition or update of this example's [WYSIWYG HTML](#wysiwyg-html)
+ entry in the [`spec/fixtures/glfm/example_snapshots/html.yml`](#specfixturesglfmexample_snapshotshtmlyml) file.
+- `skip_update_example_snapshot_prosemirror_json`: When true, skips addition or update of this example's
+ entry in the [`spec/fixtures/glfm/example_snapshots/prosemirror_json.yml`](#specfixturesglfmexample_snapshotsprosemirror_jsonyml) file.
+- `skip_running_conformance_static_tests`: When true, skips running the [Markdown conformance tests](#markdown-conformance-testing)
+ of the [static HTML](#static-html) for this example.
+- `skip_running_conformance_wysiwyg_tests`: When true, skips running the [Markdown conformance tests](#markdown-conformance-testing)
+ of the [WYSIWYG HTML](#wysiwyg-html) for this example.
+- `skip_running_snapshot_static_html_tests`: When true, skips running the [Markdown snapshot tests](#markdown-snapshot-testing)
+ of the [static HTML](#multiple-versions-of-rendered-html) for this example.
+- `skip_running_snapshot_wysiwyg_html_tests`: When true, skips running the [Markdown snapshot tests](#markdown-snapshot-testing)
+ of the [WYSIWYG HTML](#wysiwyg-html) for this example.
+- `skip_running_snapshot_prosemirror_json_tests`: When true, skips running the [Markdown snapshot tests](#markdown-snapshot-testing)
+ of the [ProseMirror JSON](#specfixturesglfmexample_snapshotsprosemirror_jsonyml) for this example.
`glfm_specification/input/gitlab_flavored_markdown/glfm_example_status.yml` sample entry:
```yaml
07_99_an_example_with_incomplete_wysiwyg_implementation_1:
- skip_update_example_snapshots: false
- skip_update_example_snapshot_html_static: false
- skip_update_example_snapshot_html_wysiwyg: false
- skip_running_conformance_static_tests: false
- skip_running_conformance_wysiwyg_tests: false
- skip_running_snapshot_static_html_tests: false
- skip_running_snapshot_wysiwyg_html_tests: false
- skip_running_snapshot_prosemirror_json_tests: false
+ skip_update_example_snapshots: 'An explanation of the reason for skipping.'
+ skip_update_example_snapshot_html_static: 'An explanation of the reason for skipping.'
+ skip_update_example_snapshot_html_wysiwyg: 'An explanation of the reason for skipping.'
+ skip_update_example_snapshot_prosemirror_json: 'An explanation of the reason for skipping.'
+ skip_running_conformance_static_tests: 'An explanation of the reason for skipping.'
+ skip_running_conformance_wysiwyg_tests: 'An explanation of the reason for skipping.'
+ skip_running_snapshot_static_html_tests: 'An explanation of the reason for skipping.'
+ skip_running_snapshot_wysiwyg_html_tests: 'An explanation of the reason for skipping.'
+ skip_running_snapshot_prosemirror_json_tests: 'An explanation of the reason for skipping.'
```
#### Output specification files
diff --git a/doc/development/licensed_feature_availability.md b/doc/development/licensed_feature_availability.md
index 6df5c2164e8..09c32fc4244 100644
--- a/doc/development/licensed_feature_availability.md
+++ b/doc/development/licensed_feature_availability.md
@@ -22,9 +22,17 @@ it should be restricted on namespace scope.
1. Check using:
```ruby
-project.feature_available?(:feature_symbol)
+project.licensed_feature_available?(:feature_symbol)
```
+or
+
+```ruby
+group.licensed_feature_available?(:feature_symbol)
+```
+
+For projects, `licensed_feature_available` delegates to its associated `namespace`.
+
## Restricting global features (instance)
However, for features such as [Geo](../administration/geo/index.md) and
diff --git a/doc/development/migration_style_guide.md b/doc/development/migration_style_guide.md
index 8221dc2239f..2359f0fc2d1 100644
--- a/doc/development/migration_style_guide.md
+++ b/doc/development/migration_style_guide.md
@@ -52,9 +52,9 @@ work it needs to perform and how long it takes to complete:
- Clean-ups, like removing unused columns.
- Adding non-critical indices on high-traffic tables.
- Adding non-critical indices that take a long time to create.
-1. [**Background migrations.**](database/background_migrations.md) These aren't regular Rails migrations, but application code that is
+1. [**Batched background migrations.**](database/batched_background_migrations.md) These aren't regular Rails migrations, but application code that is
executed via Sidekiq jobs, although a post-deployment migration is used to schedule them. Use them only for data migrations that
- exceed the timing guidelines for post-deploy migrations. Background migrations should _not_ change the schema.
+ exceed the timing guidelines for post-deploy migrations. Batched background migrations should _not_ change the schema.
Use the following diagram to guide your decision, but keep in mind that it is just a tool, and
the final outcome will always be dependent on the specific changes being made:
diff --git a/doc/user/gitlab_com/index.md b/doc/user/gitlab_com/index.md
index b11fe084b82..cf963287a9f 100644
--- a/doc/user/gitlab_com/index.md
+++ b/doc/user/gitlab_com/index.md
@@ -328,19 +328,20 @@ limiting responses](#rate-limiting-responses).
The following table describes the rate limits for GitLab.com, both before and
after the limits change in January, 2021:
-| Rate limit | From 2021-02-12 | From 2022-02-03 |
-|:--------------------------------------------------------------------------|:------------------------------|:----------------------------------------|
-| **Protected paths** (for a given **IP address**) | **10** requests per minute | **10** requests per minute |
-| **Raw endpoint** traffic (for a given **project, commit, and file path**) | **300** requests per minute | **300** requests per minute |
-| **Unauthenticated** traffic (from a given **IP address**) | **500** requests per minute | **500** requests per minute |
-| **Authenticated** API traffic (for a given **user**) | **2,000** requests per minute | **2,000** requests per minute |
-| **Authenticated** non-API HTTP traffic (for a given **user**) | **1,000** requests per minute | **1,000** requests per minute |
-| **All** traffic (from a given **IP address**) | **2,000** requests per minute | **2,000** requests per minute |
-| **Issue creation** | **300** requests per minute | **200** requests per minute |
-| **Note creation** (on issues and merge requests) | **60** requests per minute | **60** requests per minute |
-| **Advanced, project, and group search** API (for a given **IP address**) | **10** requests per minute | **10** requests per minute |
-| **GitLab Pages** requests (for a given **IP address**) | | **1000** requests per **50 seconds** |
-| **GitLab Pages** requests (for a given **GitLab Pages domain**) | | **5000** requests per **10 seconds** |
+| Rate limit | From 2021-02-12 | From 2022-02-03 |
+|:---------------------------------------------------------------------------|:------------------------------|:----------------------------------------|
+| **Protected paths** (for a given **IP address**) | **10** requests per minute | **10** requests per minute |
+| **Raw endpoint** traffic (for a given **project, commit, and file path**) | **300** requests per minute | **300** requests per minute |
+| **Unauthenticated** traffic (from a given **IP address**) | **500** requests per minute | **500** requests per minute |
+| **Authenticated** API traffic (for a given **user**) | **2,000** requests per minute | **2,000** requests per minute |
+| **Authenticated** non-API HTTP traffic (for a given **user**) | **1,000** requests per minute | **1,000** requests per minute |
+| **All** traffic (from a given **IP address**) | **2,000** requests per minute | **2,000** requests per minute |
+| **Issue creation** | **300** requests per minute | **200** requests per minute |
+| **Note creation** (on issues and merge requests) | **60** requests per minute | **60** requests per minute |
+| **Advanced, project, and group search** API (for a given **IP address**) | **10** requests per minute | **10** requests per minute |
+| **GitLab Pages** requests (for a given **IP address**) | | **1000** requests per **50 seconds** |
+| **GitLab Pages** requests (for a given **GitLab Pages domain**) | | **5000** requests per **10 seconds** |
+| **Pipeline creation** requests (for a given **project, user, and commit**) | | **25** requests per minute |
More details are available on the rate limits for [protected
paths](#protected-paths-throttle) and [raw
diff --git a/glfm_specification/input/gitlab_flavored_markdown/glfm_example_status.yml b/glfm_specification/input/gitlab_flavored_markdown/glfm_example_status.yml
index 3124da068c3..591148b41dd 100644
--- a/glfm_specification/input/gitlab_flavored_markdown/glfm_example_status.yml
+++ b/glfm_specification/input/gitlab_flavored_markdown/glfm_example_status.yml
@@ -1,17 +1,14 @@
---
-- 06_05__inlines__emphasis_and_strong_emphasis__37:
- skip_update_example_snapshots: 'Psych YAML library has a problem with dumping "5__6__78", it thinks its an invalid integer'
-- 07_01_first_gitlab_specific_section_with_examples_strong_but_with_two_asterisks:
+02_01__preliminaries__tabs__001:
+ # NOTE: False values are optional, they are only included here for reference. See
+ # https://docs.gitlab.com/ee/development/gitlab_flavored_markdown/specification_guide/#glfm_example_statusyml
+ # for more details.
skip_update_example_snapshots: false
- skip_running_snapshot_static_html_tests: false
- skip_running_snapshot_wysiwyg_html_tests: false
- skip_running_snapshot_prosemirror_json_tests: false
- skip_running_conformance_static_tests: false
- skip_running_conformance_wysiwyg_tests: false
-- 07_02_first_gitlab_specific_section_with_examples_strong_but_with_html:
- skip_update_example_snapshots: false
- skip_running_snapshot_static_html_tests: false
- skip_running_snapshot_wysiwyg_html_tests: false
- skip_running_snapshot_prosemirror_json_tests: false
- skip_running_conformance_static_tests: false
- skip_running_conformance_wysiwyg_tests: false
+ skip_update_example_snapshot_html_static: false
+ skip_update_example_snapshot_html_wysiwyg: false
+ skip_update_example_snapshot_prosemirror_json: false
+ skip_running_conformance_static_tests: false # NOT YET SUPPORTED
+ skip_running_conformance_wysiwyg_tests: false # NOT YET SUPPORTED
+ skip_running_snapshot_static_html_tests: false # NOT YET SUPPORTED
+ skip_running_snapshot_wysiwyg_html_tests: false # NOT YET SUPPORTED
+ skip_running_snapshot_prosemirror_json_tests: false # NOT YET SUPPORTED
diff --git a/lib/api/helpers/projects_helpers.rb b/lib/api/helpers/projects_helpers.rb
index 7a9dd78e4ed..52cb398d6bf 100644
--- a/lib/api/helpers/projects_helpers.rb
+++ b/lib/api/helpers/projects_helpers.rb
@@ -169,7 +169,6 @@ module API
:merge_commit_template,
:squash_commit_template,
:repository_storage,
- :compliance_framework_setting,
:packages_enabled,
:service_desk_enabled,
:keep_latest_artifact,
diff --git a/lib/gitlab/hook_data/merge_request_builder.rb b/lib/gitlab/hook_data/merge_request_builder.rb
index 06ddd65d075..2b4bdbd48bd 100644
--- a/lib/gitlab/hook_data/merge_request_builder.rb
+++ b/lib/gitlab/hook_data/merge_request_builder.rb
@@ -52,7 +52,7 @@ module Gitlab
source: merge_request.source_project.try(:hook_attrs),
target: merge_request.target_project.hook_attrs,
last_commit: merge_request.diff_head_commit&.hook_attrs,
- work_in_progress: merge_request.work_in_progress?,
+ work_in_progress: merge_request.draft?,
total_time_spent: merge_request.total_time_spent,
time_change: merge_request.time_change,
human_total_time_spent: merge_request.human_total_time_spent,
diff --git a/lib/gitlab/quick_actions/merge_request_actions.rb b/lib/gitlab/quick_actions/merge_request_actions.rb
index abf55f56c73..7bc4400fa5c 100644
--- a/lib/gitlab/quick_actions/merge_request_actions.rb
+++ b/lib/gitlab/quick_actions/merge_request_actions.rb
@@ -91,7 +91,7 @@ module Gitlab
desc 'Toggle the Draft status'
explanation do
noun = quick_action_target.to_ability_name.humanize(capitalize: false)
- if quick_action_target.work_in_progress?
+ if quick_action_target.draft?
_("Unmarks this %{noun} as a draft.")
else
_("Marks this %{noun} as a draft.")
@@ -99,7 +99,7 @@ module Gitlab
end
execution_message do
noun = quick_action_target.to_ability_name.humanize(capitalize: false)
- if quick_action_target.work_in_progress?
+ if quick_action_target.draft?
_("Unmarked this %{noun} as a draft.")
else
_("Marked this %{noun} as a draft.")
@@ -108,12 +108,13 @@ module Gitlab
types MergeRequest
condition do
- quick_action_target.respond_to?(:work_in_progress?) &&
- # Allow it to mark as WIP on MR creation page _or_ through MR notes.
+ quick_action_target.respond_to?(:draft?) &&
+ # Allow it to mark as draft on MR creation page or through MR notes
+ #
(quick_action_target.new_record? || current_user.can?(:"update_#{quick_action_target.to_ability_name}", quick_action_target))
end
command :draft do
- @updates[:wip_event] = quick_action_target.work_in_progress? ? 'unwip' : 'wip'
+ @updates[:wip_event] = quick_action_target.draft? ? 'unwip' : 'wip'
end
desc _('Set target branch')
diff --git a/locale/gitlab.pot b/locale/gitlab.pot
index f3c24b16f1e..94e8c4ff946 100644
--- a/locale/gitlab.pot
+++ b/locale/gitlab.pot
@@ -7684,6 +7684,9 @@ msgstr ""
msgid "Checkout|Name of company or organization using GitLab"
msgstr ""
+msgid "Checkout|Name: %{errors}"
+msgstr ""
+
msgid "Checkout|Need more users? Purchase GitLab for your %{company}."
msgstr ""
@@ -21828,18 +21831,9 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr ""
-msgid "JiraService|This is a Premium feature"
-msgstr ""
-
-msgid "JiraService|This is an Ultimate feature"
-msgstr ""
-
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
-msgstr ""
-
msgid "JiraService|Use Jira as this project's issue tracker."
msgstr ""
@@ -40735,9 +40729,6 @@ msgstr ""
msgid "Upgrade offers available!"
msgstr ""
-msgid "Upgrade your plan"
-msgstr ""
-
msgid "Upload"
msgstr ""
diff --git a/qa/qa/page/component/invite_members_modal.rb b/qa/qa/page/component/invite_members_modal.rb
index 7c536ff651b..18747c19aee 100644
--- a/qa/qa/page/component/invite_members_modal.rb
+++ b/qa/qa/page/component/invite_members_modal.rb
@@ -27,7 +27,7 @@ module QA
element :invite_a_group_button
end
- base.view 'app/assets/javascripts/invite_members/components/invite_members_trigger.vue' do
+ base.view 'app/assets/javascripts/invite_members/constants.js' do
element :invite_members_button
end
end
diff --git a/qa/qa/page/project/members.rb b/qa/qa/page/project/members.rb
index 30748ed920b..4692f3621b8 100644
--- a/qa/qa/page/project/members.rb
+++ b/qa/qa/page/project/members.rb
@@ -15,7 +15,7 @@ module QA
element :invite_a_group_button
end
- view 'app/assets/javascripts/invite_members/components/invite_members_trigger.vue' do
+ view 'app/assets/javascripts/invite_members/constants.js' do
element :invite_members_button
end
diff --git a/scripts/lib/glfm/update_example_snapshots.rb b/scripts/lib/glfm/update_example_snapshots.rb
index 42ba305565d..9ffa54cd5d4 100644
--- a/scripts/lib/glfm/update_example_snapshots.rb
+++ b/scripts/lib/glfm/update_example_snapshots.rb
@@ -13,6 +13,10 @@ require_relative 'parse_examples'
# for details on the implementation and usage of this script. This developers guide
# contains diagrams and documentation of this script,
# including explanations and examples of all files it reads and writes.
+#
+# Also note that this script is intentionally written in a pure-functional (not OO) style,
+# with no dependencies on Rails or the GitLab libraries. These choices are intended to make
+# it faster and easier to test and debug.
module Glfm
class UpdateExampleSnapshots
include Constants
@@ -27,28 +31,20 @@ module Glfm
output('(Skipping static HTML generation)') if skip_static_and_wysiwyg
- glfm_spec_txt_lines, _glfm_examples_status_lines = read_input_files
+ output("Reading #{GLFM_SPEC_TXT_PATH}...")
+ glfm_spec_txt_lines = File.open(GLFM_SPEC_TXT_PATH).readlines
# Parse all the examples from `spec.txt`, using a Ruby port of the Python `get_tests`
# function the from original CommonMark/GFM `spec_test.py` script.
all_examples = parse_examples(glfm_spec_txt_lines)
add_example_names(all_examples)
+
write_snapshot_example_files(all_examples, skip_static_and_wysiwyg: skip_static_and_wysiwyg)
end
private
- def read_input_files
- [
- GLFM_SPEC_TXT_PATH,
- GLFM_EXAMPLE_STATUS_YML_PATH
- ].map do |path|
- output("Reading #{path}...")
- File.open(path).readlines
- end
- end
-
def add_example_names(all_examples)
# NOTE: This method assumes:
# 1. Section 2 is the first section which contains examples
@@ -83,7 +79,7 @@ module Glfm
formatted_headers_text = headers.join('__').tr('-', '_').tr(' ', '_').downcase
hierarchy_level = "#{h1_count.to_s.rjust(2, '0')}_#{h2_count.to_s.rjust(2, '0')}"
- position_within_section = index_within_h2.to_s.rjust(2, '0')
+ position_within_section = index_within_h2.to_s.rjust(3, '0')
name = "#{hierarchy_level}__#{formatted_headers_text}__#{position_within_section}"
converted_name = name.tr('(', '').tr(')', '') # remove any parens from the name
example[:name] = converted_name
@@ -91,6 +87,10 @@ module Glfm
end
def write_snapshot_example_files(all_examples, skip_static_and_wysiwyg:)
+ output("Reading #{GLFM_EXAMPLE_STATUS_YML_PATH}...")
+ glfm_examples_statuses = YAML.safe_load(File.open(GLFM_EXAMPLE_STATUS_YML_PATH))
+ validate_glfm_example_status_yml(glfm_examples_statuses)
+
write_examples_index_yml(all_examples)
write_markdown_yml(all_examples)
@@ -104,9 +104,20 @@ module Glfm
static_html_hash = generate_static_html(markdown_yml_tempfile_path)
wysiwyg_html_and_json_hash = generate_wysiwyg_html_and_json(markdown_yml_tempfile_path)
- write_html_yml(all_examples, static_html_hash, wysiwyg_html_and_json_hash)
+ write_html_yml(all_examples, static_html_hash, wysiwyg_html_and_json_hash, glfm_examples_statuses)
+
+ write_prosemirror_json_yml(all_examples, wysiwyg_html_and_json_hash, glfm_examples_statuses)
+ end
+
+ def validate_glfm_example_status_yml(glfm_examples_statuses)
+ glfm_examples_statuses.each do |example_name, statuses|
+ next unless statuses &&
+ statuses['skip_update_example_snapshots'] &&
+ statuses.any? { |key, value| key.include?('skip_update_example_snapshot_') && !!value }
- write_prosemirror_json_yml(all_examples, wysiwyg_html_and_json_hash)
+ raise "Error: '#{example_name}' must not have any 'skip_update_example_snapshot_*' values specified " \
+ "if 'skip_update_example_snapshots' is truthy"
+ end
end
def write_examples_index_yml(all_examples)
@@ -186,27 +197,77 @@ module Glfm
YAML.load_file(wysiwyg_html_and_json_tempfile_path)
end
- def write_html_yml(all_examples, static_html_hash, wysiwyg_html_and_json_hash)
- generate_and_write_for_all_examples(all_examples, ES_HTML_YML_PATH) do |example, hash|
- hash[example.fetch(:name)] = {
+ def write_html_yml(all_examples, static_html_hash, wysiwyg_html_and_json_hash, glfm_examples_statuses)
+ generate_and_write_for_all_examples(
+ all_examples, ES_HTML_YML_PATH, glfm_examples_statuses
+ ) do |example, hash, existing_hash|
+ name = example.fetch(:name)
+ example_statuses = glfm_examples_statuses[name] || {}
+
+ static = if example_statuses['skip_update_example_snapshot_html_static']
+ existing_hash.dig(name, 'static')
+ else
+ static_html_hash[name]
+ end
+
+ wysiwyg = if example_statuses['skip_update_example_snapshot_html_wysiwyg']
+ existing_hash.dig(name, 'wysiwyg')
+ else
+ wysiwyg_html_and_json_hash.dig(name, 'html')
+ end
+
+ hash[name] = {
'canonical' => example.fetch(:html),
- 'static' => static_html_hash.fetch(example.fetch(:name)),
- 'wysiwyg' => wysiwyg_html_and_json_hash.fetch(example.fetch(:name)).fetch('html')
- }
+ 'static' => static,
+ 'wysiwyg' => wysiwyg
+ }.compact # Do not assign nil values
end
end
- def write_prosemirror_json_yml(all_examples, wysiwyg_html_and_json_hash)
- generate_and_write_for_all_examples(all_examples, ES_PROSEMIRROR_JSON_YML_PATH) do |example, hash|
- hash[example.fetch(:name)] = wysiwyg_html_and_json_hash.fetch(example.fetch(:name)).fetch('json')
+ def write_prosemirror_json_yml(all_examples, wysiwyg_html_and_json_hash, glfm_examples_statuses)
+ generate_and_write_for_all_examples(
+ all_examples, ES_PROSEMIRROR_JSON_YML_PATH, glfm_examples_statuses
+ ) do |example, hash, existing_hash|
+ name = example.fetch(:name)
+
+ json = if glfm_examples_statuses.dig(name, 'skip_update_example_snapshot_prosemirror_json')
+ existing_hash.dig(name)
+ else
+ wysiwyg_html_and_json_hash.dig(name, 'json')
+ end
+
+ # Do not assign nil values
+ hash[name] = json if json
end
end
- def generate_and_write_for_all_examples(all_examples, output_file_path, literal_scalars: true, &generator_block)
- output("Writing #{output_file_path}...")
- generated_examples_hash = all_examples.each_with_object({}, &generator_block)
+ def generate_and_write_for_all_examples(
+ all_examples, output_file_path, glfm_examples_statuses = {}, literal_scalars: true
+ )
+ preserve_existing = !glfm_examples_statuses.empty?
+ output("#{preserve_existing ? 'Creating/Updating' : 'Creating/Overwriting'} #{output_file_path}...")
+ existing_hash = preserve_existing ? YAML.safe_load(File.open(output_file_path)) : {}
+
+ output_hash = all_examples.each_with_object({}) do |example, hash|
+ name = example.fetch(:name)
+ if (reason = glfm_examples_statuses.dig(name, 'skip_update_example_snapshots'))
+ # Output the reason for skipping the example, but only once, not multiple times for each file
+ output("Skipping '#{name}'. Reason: #{reason}") unless glfm_examples_statuses.dig(name, :already_printed)
+ # We just store the `:already_printed` flag in the hash entry itself. Then we
+ # don't need an instance variable to keep the state, and this can remain a pure function ;)
+ glfm_examples_statuses[name][:already_printed] = true
+
+ # Copy over the existing example only if it exists and preserve_existing is true, otherwise omit this example
+ # noinspection RubyScope
+ hash[name] = existing_hash[name] if existing_hash[name]
+
+ next
+ end
+
+ yield(example, hash, existing_hash)
+ end
- yaml_string = dump_yaml_with_formatting(generated_examples_hash, literal_scalars: literal_scalars)
+ yaml_string = dump_yaml_with_formatting(output_hash, literal_scalars: literal_scalars)
write_file(output_file_path, yaml_string)
end
diff --git a/spec/controllers/groups_controller_spec.rb b/spec/controllers/groups_controller_spec.rb
index 6ac00305adb..aabceda7187 100644
--- a/spec/controllers/groups_controller_spec.rb
+++ b/spec/controllers/groups_controller_spec.rb
@@ -18,7 +18,6 @@ RSpec.describe GroupsController, factory_default: :keep do
let_it_be(:guest) { group.add_guest(create(:user)).user }
before do
- stub_feature_flags(vue_issues_list: true)
enable_admin_mode!(admin_with_admin_mode)
end
diff --git a/spec/controllers/projects/issues_controller_spec.rb b/spec/controllers/projects/issues_controller_spec.rb
index a85a4b9b3e6..58899622443 100644
--- a/spec/controllers/projects/issues_controller_spec.rb
+++ b/spec/controllers/projects/issues_controller_spec.rb
@@ -12,10 +12,6 @@ RSpec.describe Projects::IssuesController do
let(:issue) { create(:issue, project: project) }
let(:spam_action_response_fields) { { 'stub_spam_action_response_fields' => true } }
- before do
- stub_feature_flags(vue_issues_list: true)
- end
-
describe "GET #index" do
context 'external issue tracker' do
before do
diff --git a/spec/controllers/repositories/git_http_controller_spec.rb b/spec/controllers/repositories/git_http_controller_spec.rb
index fb2637238ec..448587c937a 100644
--- a/spec/controllers/repositories/git_http_controller_spec.rb
+++ b/spec/controllers/repositories/git_http_controller_spec.rb
@@ -43,18 +43,6 @@ RSpec.describe Repositories::GitHttpController do
post :git_upload_pack, params: params
end
- context 'on a read-only instance' do
- before do
- allow(Gitlab::Database).to receive(:read_only?).and_return(true)
- end
-
- it 'does not update project statistics' do
- expect(ProjectDailyStatisticsWorker).not_to receive(:perform_async)
-
- send_request
- end
- end
-
it 'updates project statistics sync for projects' do
stub_feature_flags(disable_git_http_fetch_writes: false)
@@ -83,7 +71,6 @@ RSpec.describe Repositories::GitHttpController do
it 'does not increment statistics' do
expect(Projects::FetchStatisticsIncrementService).not_to receive(:new)
- expect(ProjectDailyStatisticsWorker).not_to receive(:perform_async)
send_request
end
diff --git a/spec/features/groups/empty_states_spec.rb b/spec/features/groups/empty_states_spec.rb
index 71f38401fa1..f11e5c56545 100644
--- a/spec/features/groups/empty_states_spec.rb
+++ b/spec/features/groups/empty_states_spec.rb
@@ -7,8 +7,6 @@ RSpec.describe 'Group empty states' do
let(:user) { create(:group_member, :developer, user: create(:user), group: group ).user }
before do
- stub_feature_flags(vue_issues_list: true)
-
sign_in(user)
end
diff --git a/spec/features/groups/issues_spec.rb b/spec/features/groups/issues_spec.rb
index ef3346b9763..c86705832b1 100644
--- a/spec/features/groups/issues_spec.rb
+++ b/spec/features/groups/issues_spec.rb
@@ -11,10 +11,6 @@ RSpec.describe 'Group issues page' do
let(:project_with_issues_disabled) { create(:project, :issues_disabled, group: group) }
let(:path) { issues_group_path(group) }
- before do
- stub_feature_flags(vue_issues_list: true)
- end
-
context 'with shared examples', :js do
let(:issuable) { create(:issue, project: project, title: "this is my created issuable")}
@@ -140,8 +136,6 @@ RSpec.describe 'Group issues page' do
let!(:issue3) { create(:issue, project: project, title: 'Issue #3', relative_position: 3) }
before do
- stub_feature_flags(vue_issues_list: false)
-
sign_in(user_in_group)
end
@@ -164,45 +158,36 @@ RSpec.describe 'Group issues page' do
end
it 'issues should be draggable and persist order' do
- visit issues_group_path(group, sort: 'relative_position')
-
- wait_for_requests
+ visit issues_group_path(group)
+ select_manual_sort
- drag_to(selector: '.manual-ordering',
- from_index: 0,
- to_index: 2)
+ drag_to(selector: '.manual-ordering', from_index: 0, to_index: 2)
- wait_for_requests
+ expect_issue_order
- check_issue_order
-
- visit issues_group_path(group, sort: 'relative_position')
+ visit issues_group_path(group)
- check_issue_order
+ expect_issue_order
end
it 'issues should not be draggable when user is not logged in' do
sign_out(user_in_group)
-
- visit issues_group_path(group, sort: 'relative_position')
-
wait_for_requests
+ visit issues_group_path(group)
+ select_manual_sort
- drag_to(selector: '.manual-ordering',
- from_index: 0,
- to_index: 2)
+ drag_to(selector: '.manual-ordering', from_index: 0, to_index: 2)
- wait_for_requests
+ expect(page).to have_text 'An error occurred while reordering issues.'
+ end
- # Issue order should remain the same
- page.within('.manual-ordering') do
- expect(find('.issue:nth-child(1) .title')).to have_content('Issue #1')
- expect(find('.issue:nth-child(2) .title')).to have_content('Issue #2')
- expect(find('.issue:nth-child(3) .title')).to have_content('Issue #3')
- end
+ def select_manual_sort
+ click_button 'Created date'
+ click_button 'Manual'
+ wait_for_requests
end
- def check_issue_order
+ def expect_issue_order
expect(page).to have_css('.issue:nth-child(1) .title', text: 'Issue #2')
expect(page).to have_css('.issue:nth-child(2) .title', text: 'Issue #3')
expect(page).to have_css('.issue:nth-child(3) .title', text: 'Issue #1')
diff --git a/spec/features/groups/user_sees_users_dropdowns_in_issuables_list_spec.rb b/spec/features/groups/user_sees_users_dropdowns_in_issuables_list_spec.rb
index 9fe11070187..4e4c0e509b0 100644
--- a/spec/features/groups/user_sees_users_dropdowns_in_issuables_list_spec.rb
+++ b/spec/features/groups/user_sees_users_dropdowns_in_issuables_list_spec.rb
@@ -2,23 +2,50 @@
require 'spec_helper'
-RSpec.describe 'Groups > User sees users dropdowns in issuables list' do
- let(:entity) { create(:group) }
+RSpec.describe 'Groups > User sees users dropdowns in issuables list', :js do
+ include FilteredSearchHelpers
+
+ let(:group) { create(:group) }
let(:user_in_dropdown) { create(:user) }
let!(:user_not_in_dropdown) { create(:user) }
- let!(:project) { create(:project, group: entity) }
+ let!(:project) { create(:project, group: group) }
before do
- entity.add_developer(user_in_dropdown)
+ group.add_developer(user_in_dropdown)
+ sign_in(user_in_dropdown)
end
- it_behaves_like 'issuable user dropdown behaviors' do
- let(:issuable) { create(:issue, project: project) }
- let(:issuables_path) { issues_group_path(entity) }
+ describe 'issues' do
+ let!(:issuable) { create(:issue, project: project) }
+
+ %w[Author Assignee].each do |dropdown|
+ describe "#{dropdown} dropdown" do
+ it 'only includes members of the project/group' do
+ visit issues_group_path(group)
+
+ select_tokens dropdown, '=', submit: false
+
+ expect_suggestion(user_in_dropdown.name)
+ expect_no_suggestion(user_not_in_dropdown.name)
+ end
+ end
+ end
end
- it_behaves_like 'issuable user dropdown behaviors' do
- let(:issuable) { create(:merge_request, source_project: project) }
- let(:issuables_path) { merge_requests_group_path(entity) }
+ describe 'merge requests' do
+ let!(:issuable) { create(:merge_request, source_project: project) }
+
+ %w[author assignee].each do |dropdown|
+ describe "#{dropdown} dropdown" do
+ it 'only includes members of the project/group' do
+ visit merge_requests_group_path(group)
+
+ filtered_search.set("#{dropdown}:=")
+
+ expect(find("#js-dropdown-#{dropdown} .filter-dropdown")).to have_content(user_in_dropdown.name)
+ expect(find("#js-dropdown-#{dropdown} .filter-dropdown")).not_to have_content(user_not_in_dropdown.name)
+ end
+ end
+ end
end
end
diff --git a/spec/features/issuables/issuable_list_spec.rb b/spec/features/issuables/issuable_list_spec.rb
index 7edf5fdc5ff..0fa2d238b0a 100644
--- a/spec/features/issuables/issuable_list_spec.rb
+++ b/spec/features/issuables/issuable_list_spec.rb
@@ -9,8 +9,6 @@ RSpec.describe 'issuable list', :js do
issuable_types = [:issue, :merge_request]
before do
- stub_feature_flags(vue_issues_list: true)
-
project.add_user(user, :developer)
sign_in(user)
issuable_types.each { |type| create_issuables(type) }
diff --git a/spec/features/issue_rebalancing_spec.rb b/spec/features/issue_rebalancing_spec.rb
index 8a05aeec7ec..686aa5eb1b6 100644
--- a/spec/features/issue_rebalancing_spec.rb
+++ b/spec/features/issue_rebalancing_spec.rb
@@ -15,10 +15,6 @@ RSpec.describe 'Issue rebalancing' do
group.add_developer(user)
end
- before do
- stub_feature_flags(vue_issues_list: true)
- end
-
context 'when issue rebalancing is in progress' do
before do
sign_in(user)
diff --git a/spec/features/issues/filtered_search/dropdown_assignee_spec.rb b/spec/features/issues/filtered_search/dropdown_assignee_spec.rb
index 18b70c9622a..05eb656461e 100644
--- a/spec/features/issues/filtered_search/dropdown_assignee_spec.rb
+++ b/spec/features/issues/filtered_search/dropdown_assignee_spec.rb
@@ -9,10 +9,6 @@ RSpec.describe 'Dropdown assignee', :js do
let_it_be(:user) { create(:user) }
let_it_be(:issue) { create(:issue, project: project) }
- before do
- stub_feature_flags(vue_issues_list: true)
- end
-
describe 'behavior' do
before do
project.add_maintainer(user)
diff --git a/spec/features/issues/filtered_search/dropdown_author_spec.rb b/spec/features/issues/filtered_search/dropdown_author_spec.rb
index 07e2bd3b7e4..36a8f1f3902 100644
--- a/spec/features/issues/filtered_search/dropdown_author_spec.rb
+++ b/spec/features/issues/filtered_search/dropdown_author_spec.rb
@@ -10,8 +10,6 @@ RSpec.describe 'Dropdown author', :js do
let_it_be(:issue) { create(:issue, project: project) }
before do
- stub_feature_flags(vue_issues_list: true)
-
project.add_maintainer(user)
sign_in(user)
diff --git a/spec/features/issues/filtered_search/dropdown_base_spec.rb b/spec/features/issues/filtered_search/dropdown_base_spec.rb
index 5fdab288b2d..9e3e3d394cd 100644
--- a/spec/features/issues/filtered_search/dropdown_base_spec.rb
+++ b/spec/features/issues/filtered_search/dropdown_base_spec.rb
@@ -10,8 +10,6 @@ RSpec.describe 'Dropdown base', :js do
let_it_be(:issue) { create(:issue, project: project) }
before do
- stub_feature_flags(vue_issues_list: true)
-
project.add_maintainer(user)
sign_in(user)
diff --git a/spec/features/issues/filtered_search/dropdown_emoji_spec.rb b/spec/features/issues/filtered_search/dropdown_emoji_spec.rb
index d6d59b89a8c..78450a9c3f7 100644
--- a/spec/features/issues/filtered_search/dropdown_emoji_spec.rb
+++ b/spec/features/issues/filtered_search/dropdown_emoji_spec.rb
@@ -11,8 +11,6 @@ RSpec.describe 'Dropdown emoji', :js do
let_it_be(:award_emoji_star) { create(:award_emoji, name: 'star', user: user, awardable: issue) }
before do
- stub_feature_flags(vue_issues_list: true)
-
project.add_maintainer(user)
create_list(:award_emoji, 2, user: user, name: 'thumbsup')
create_list(:award_emoji, 1, user: user, name: 'thumbsdown')
diff --git a/spec/features/issues/filtered_search/dropdown_hint_spec.rb b/spec/features/issues/filtered_search/dropdown_hint_spec.rb
index c64247b2b15..dcbab308efa 100644
--- a/spec/features/issues/filtered_search/dropdown_hint_spec.rb
+++ b/spec/features/issues/filtered_search/dropdown_hint_spec.rb
@@ -10,8 +10,6 @@ RSpec.describe 'Dropdown hint', :js do
let_it_be(:issue) { create(:issue, project: project) }
before do
- stub_feature_flags(vue_issues_list: true)
-
project.add_maintainer(user)
end
diff --git a/spec/features/issues/filtered_search/dropdown_label_spec.rb b/spec/features/issues/filtered_search/dropdown_label_spec.rb
index 67e3792a04c..0ff56909ad1 100644
--- a/spec/features/issues/filtered_search/dropdown_label_spec.rb
+++ b/spec/features/issues/filtered_search/dropdown_label_spec.rb
@@ -11,8 +11,6 @@ RSpec.describe 'Dropdown label', :js do
let_it_be(:label) { create(:label, project: project, title: 'bug-label') }
before do
- stub_feature_flags(vue_issues_list: true)
-
project.add_maintainer(user)
sign_in(user)
diff --git a/spec/features/issues/filtered_search/dropdown_milestone_spec.rb b/spec/features/issues/filtered_search/dropdown_milestone_spec.rb
index 19a4c8853f1..37d604106f1 100644
--- a/spec/features/issues/filtered_search/dropdown_milestone_spec.rb
+++ b/spec/features/issues/filtered_search/dropdown_milestone_spec.rb
@@ -12,8 +12,6 @@ RSpec.describe 'Dropdown milestone', :js do
let_it_be(:issue) { create(:issue, project: project) }
before do
- stub_feature_flags(vue_issues_list: true)
-
project.add_maintainer(user)
sign_in(user)
diff --git a/spec/features/issues/filtered_search/dropdown_release_spec.rb b/spec/features/issues/filtered_search/dropdown_release_spec.rb
index 50ac9068b26..08e20563c8e 100644
--- a/spec/features/issues/filtered_search/dropdown_release_spec.rb
+++ b/spec/features/issues/filtered_search/dropdown_release_spec.rb
@@ -12,8 +12,6 @@ RSpec.describe 'Dropdown release', :js do
let_it_be(:issue) { create(:issue, project: project) }
before do
- stub_feature_flags(vue_issues_list: true)
-
project.add_maintainer(user)
sign_in(user)
diff --git a/spec/features/issues/filtered_search/filter_issues_spec.rb b/spec/features/issues/filtered_search/filter_issues_spec.rb
index 13bce49e6d1..8d96bbc38cb 100644
--- a/spec/features/issues/filtered_search/filter_issues_spec.rb
+++ b/spec/features/issues/filtered_search/filter_issues_spec.rb
@@ -19,7 +19,6 @@ RSpec.describe 'Filter issues', :js do
end
before do
- stub_feature_flags(vue_issues_list: true)
project.add_maintainer(user)
create(:issue, project: project, author: user2, title: "Bug report 1")
diff --git a/spec/features/issues/filtered_search/recent_searches_spec.rb b/spec/features/issues/filtered_search/recent_searches_spec.rb
index bb5964258be..cb17349dd43 100644
--- a/spec/features/issues/filtered_search/recent_searches_spec.rb
+++ b/spec/features/issues/filtered_search/recent_searches_spec.rb
@@ -13,8 +13,6 @@ RSpec.describe 'Recent searches', :js do
let(:project_1_local_storage_key) { "#{project_1.full_path}-issue-recent-searches" }
before do
- stub_feature_flags(vue_issues_list: true)
-
# Visit any fast-loading page so we can clear local storage without a DOM exception
visit '/404'
remove_recent_searches
diff --git a/spec/features/issues/filtered_search/search_bar_spec.rb b/spec/features/issues/filtered_search/search_bar_spec.rb
index 8639ec2a227..e075547e326 100644
--- a/spec/features/issues/filtered_search/search_bar_spec.rb
+++ b/spec/features/issues/filtered_search/search_bar_spec.rb
@@ -10,7 +10,6 @@ RSpec.describe 'Search bar', :js do
let_it_be(:issue) { create(:issue, project: project) }
before do
- stub_feature_flags(vue_issues_list: true)
project.add_maintainer(user)
sign_in(user)
diff --git a/spec/features/issues/filtered_search/visual_tokens_spec.rb b/spec/features/issues/filtered_search/visual_tokens_spec.rb
index 9fb6a4cc2af..7a367723609 100644
--- a/spec/features/issues/filtered_search/visual_tokens_spec.rb
+++ b/spec/features/issues/filtered_search/visual_tokens_spec.rb
@@ -15,7 +15,6 @@ RSpec.describe 'Visual tokens', :js do
let_it_be(:issue) { create(:issue, project: project) }
before do
- stub_feature_flags(vue_issues_list: true)
project.add_user(user, :maintainer)
project.add_user(user_rock, :maintainer)
sign_in(user)
diff --git a/spec/features/issues/rss_spec.rb b/spec/features/issues/rss_spec.rb
index bdc5f282875..e3faed81c73 100644
--- a/spec/features/issues/rss_spec.rb
+++ b/spec/features/issues/rss_spec.rb
@@ -13,10 +13,6 @@ RSpec.describe 'Project Issues RSS', :js do
group.add_developer(user)
end
- before do
- stub_feature_flags(vue_issues_list: true)
- end
-
context 'when signed in' do
let_it_be(:user) { create(:user) }
diff --git a/spec/features/issues/user_bulk_edits_issues_labels_spec.rb b/spec/features/issues/user_bulk_edits_issues_labels_spec.rb
index 27377f6e1fd..4837d13574c 100644
--- a/spec/features/issues/user_bulk_edits_issues_labels_spec.rb
+++ b/spec/features/issues/user_bulk_edits_issues_labels_spec.rb
@@ -15,10 +15,6 @@ RSpec.describe 'Issues > Labels bulk assignment' do
let(:issue_1_selector) { "#issuable_#{issue1.id}" }
let(:issue_2_selector) { "#issuable_#{issue2.id}" }
- before do
- stub_feature_flags(vue_issues_list: true)
- end
-
context 'as an allowed user', :js do
before do
project.add_maintainer(user)
diff --git a/spec/features/issues/user_bulk_edits_issues_spec.rb b/spec/features/issues/user_bulk_edits_issues_spec.rb
index 625303f89e4..0533f1688e2 100644
--- a/spec/features/issues/user_bulk_edits_issues_spec.rb
+++ b/spec/features/issues/user_bulk_edits_issues_spec.rb
@@ -107,10 +107,6 @@ RSpec.describe 'Multiple issue updating from issues#index', :js do
describe 'select all issues' do
let!(:issue_2) { create(:issue, project: project) }
- before do
- stub_feature_flags(vue_issues_list: true)
- end
-
it 'after selecting all issues, unchecking one issue only unselects that one issue' do
visit project_issues_path(project)
diff --git a/spec/features/issues/user_creates_issue_spec.rb b/spec/features/issues/user_creates_issue_spec.rb
index 3bba041dab7..151d3c60fa2 100644
--- a/spec/features/issues/user_creates_issue_spec.rb
+++ b/spec/features/issues/user_creates_issue_spec.rb
@@ -8,10 +8,6 @@ RSpec.describe "User creates issue" do
let_it_be(:project) { create(:project_empty_repo, :public) }
let_it_be(:user) { create(:user) }
- before do
- stub_feature_flags(vue_issues_list: true)
- end
-
context "when unauthenticated" do
before do
sign_out(:user)
diff --git a/spec/features/issues/user_filters_issues_spec.rb b/spec/features/issues/user_filters_issues_spec.rb
index 42c2b5d32c1..2941ea6ec36 100644
--- a/spec/features/issues/user_filters_issues_spec.rb
+++ b/spec/features/issues/user_filters_issues_spec.rb
@@ -7,8 +7,6 @@ RSpec.describe 'User filters issues', :js do
let_it_be(:project) { create(:project_empty_repo, :public) }
before do
- stub_feature_flags(vue_issues_list: true)
-
%w[foobar barbaz].each do |title|
create(:issue,
author: user,
diff --git a/spec/features/issues/user_sees_breadcrumb_links_spec.rb b/spec/features/issues/user_sees_breadcrumb_links_spec.rb
index 1577d7d5ce8..4ec13533a8d 100644
--- a/spec/features/issues/user_sees_breadcrumb_links_spec.rb
+++ b/spec/features/issues/user_sees_breadcrumb_links_spec.rb
@@ -8,8 +8,6 @@ RSpec.describe 'New issue breadcrumb' do
let(:user) { project.creator }
before do
- stub_feature_flags(vue_issues_list: true)
-
sign_in(user)
visit(new_project_issue_path(project))
end
diff --git a/spec/features/issues/user_sorts_issues_spec.rb b/spec/features/issues/user_sorts_issues_spec.rb
index 4af313576ed..7add6c782f7 100644
--- a/spec/features/issues/user_sorts_issues_spec.rb
+++ b/spec/features/issues/user_sorts_issues_spec.rb
@@ -16,8 +16,6 @@ RSpec.describe "User sorts issues" do
let_it_be(:later_due_milestone) { create(:milestone, project: project, due_date: '2013-12-12') }
before do
- stub_feature_flags(vue_issues_list: true)
-
create_list(:award_emoji, 2, :upvote, awardable: issue1)
create_list(:award_emoji, 2, :downvote, awardable: issue2)
create(:award_emoji, :downvote, awardable: issue1)
diff --git a/spec/features/labels_hierarchy_spec.rb b/spec/features/labels_hierarchy_spec.rb
index ea888d4b254..2f22ac8b395 100644
--- a/spec/features/labels_hierarchy_spec.rb
+++ b/spec/features/labels_hierarchy_spec.rb
@@ -17,8 +17,6 @@ RSpec.describe 'Labels Hierarchy', :js do
let!(:project_label_1) { create(:label, project: project_1, title: 'Label_4') }
before do
- stub_feature_flags(vue_issues_list: true)
-
grandparent.add_owner(user)
sign_in(user)
diff --git a/spec/features/merge_requests/user_sorts_merge_requests_spec.rb b/spec/features/merge_requests/user_sorts_merge_requests_spec.rb
index 459145d3ef0..4a124299c61 100644
--- a/spec/features/merge_requests/user_sorts_merge_requests_spec.rb
+++ b/spec/features/merge_requests/user_sorts_merge_requests_spec.rb
@@ -17,8 +17,6 @@ RSpec.describe 'User sorts merge requests', :js do
let_it_be(:project) { create(:project, :public, group: group) }
before do
- stub_feature_flags(vue_issues_list: true)
-
sign_in(user)
visit(project_merge_requests_path(project))
diff --git a/spec/features/user_sorts_things_spec.rb b/spec/features/user_sorts_things_spec.rb
index bcf3defe9c6..c6a1cfdc146 100644
--- a/spec/features/user_sorts_things_spec.rb
+++ b/spec/features/user_sorts_things_spec.rb
@@ -16,8 +16,6 @@ RSpec.describe "User sorts things", :js do
let_it_be(:merge_request) { create(:merge_request, target_project: project, source_project: project, author: current_user) }
before do
- stub_feature_flags(vue_issues_list: true)
-
project.add_developer(current_user)
sign_in(current_user)
end
diff --git a/spec/fixtures/glfm/example_snapshots/examples_index.yml b/spec/fixtures/glfm/example_snapshots/examples_index.yml
index 98463a30cb6..8ca656cbc56 100644
--- a/spec/fixtures/glfm/example_snapshots/examples_index.yml
+++ b/spec/fixtures/glfm/example_snapshots/examples_index.yml
@@ -1,1370 +1,1370 @@
---
-02_01__preliminaries__tabs__01:
+02_01__preliminaries__tabs__001:
spec_txt_example_position: 1
source_specification: commonmark
-02_01__preliminaries__tabs__02:
+02_01__preliminaries__tabs__002:
spec_txt_example_position: 2
source_specification: commonmark
-02_01__preliminaries__tabs__03:
+02_01__preliminaries__tabs__003:
spec_txt_example_position: 3
source_specification: commonmark
-02_01__preliminaries__tabs__04:
+02_01__preliminaries__tabs__004:
spec_txt_example_position: 4
source_specification: commonmark
-02_01__preliminaries__tabs__05:
+02_01__preliminaries__tabs__005:
spec_txt_example_position: 5
source_specification: commonmark
-02_01__preliminaries__tabs__06:
+02_01__preliminaries__tabs__006:
spec_txt_example_position: 6
source_specification: commonmark
-02_01__preliminaries__tabs__07:
+02_01__preliminaries__tabs__007:
spec_txt_example_position: 7
source_specification: commonmark
-02_01__preliminaries__tabs__08:
+02_01__preliminaries__tabs__008:
spec_txt_example_position: 8
source_specification: commonmark
-02_01__preliminaries__tabs__09:
+02_01__preliminaries__tabs__009:
spec_txt_example_position: 9
source_specification: commonmark
-02_01__preliminaries__tabs__10:
+02_01__preliminaries__tabs__010:
spec_txt_example_position: 10
source_specification: commonmark
-02_01__preliminaries__tabs__11:
+02_01__preliminaries__tabs__011:
spec_txt_example_position: 11
source_specification: commonmark
-03_01__blocks_and_inlines__precedence__01:
+03_01__blocks_and_inlines__precedence__001:
spec_txt_example_position: 12
source_specification: commonmark
-04_01__leaf_blocks__thematic_breaks__01:
+04_01__leaf_blocks__thematic_breaks__001:
spec_txt_example_position: 13
source_specification: commonmark
-04_01__leaf_blocks__thematic_breaks__02:
+04_01__leaf_blocks__thematic_breaks__002:
spec_txt_example_position: 14
source_specification: commonmark
-04_01__leaf_blocks__thematic_breaks__03:
+04_01__leaf_blocks__thematic_breaks__003:
spec_txt_example_position: 15
source_specification: commonmark
-04_01__leaf_blocks__thematic_breaks__04:
+04_01__leaf_blocks__thematic_breaks__004:
spec_txt_example_position: 16
source_specification: commonmark
-04_01__leaf_blocks__thematic_breaks__05:
+04_01__leaf_blocks__thematic_breaks__005:
spec_txt_example_position: 17
source_specification: commonmark
-04_01__leaf_blocks__thematic_breaks__06:
+04_01__leaf_blocks__thematic_breaks__006:
spec_txt_example_position: 18
source_specification: commonmark
-04_01__leaf_blocks__thematic_breaks__07:
+04_01__leaf_blocks__thematic_breaks__007:
spec_txt_example_position: 19
source_specification: commonmark
-04_01__leaf_blocks__thematic_breaks__08:
+04_01__leaf_blocks__thematic_breaks__008:
spec_txt_example_position: 20
source_specification: commonmark
-04_01__leaf_blocks__thematic_breaks__09:
+04_01__leaf_blocks__thematic_breaks__009:
spec_txt_example_position: 21
source_specification: commonmark
-04_01__leaf_blocks__thematic_breaks__10:
+04_01__leaf_blocks__thematic_breaks__010:
spec_txt_example_position: 22
source_specification: commonmark
-04_01__leaf_blocks__thematic_breaks__11:
+04_01__leaf_blocks__thematic_breaks__011:
spec_txt_example_position: 23
source_specification: commonmark
-04_01__leaf_blocks__thematic_breaks__12:
+04_01__leaf_blocks__thematic_breaks__012:
spec_txt_example_position: 24
source_specification: commonmark
-04_01__leaf_blocks__thematic_breaks__13:
+04_01__leaf_blocks__thematic_breaks__013:
spec_txt_example_position: 25
source_specification: commonmark
-04_01__leaf_blocks__thematic_breaks__14:
+04_01__leaf_blocks__thematic_breaks__014:
spec_txt_example_position: 26
source_specification: commonmark
-04_01__leaf_blocks__thematic_breaks__15:
+04_01__leaf_blocks__thematic_breaks__015:
spec_txt_example_position: 27
source_specification: commonmark
-04_01__leaf_blocks__thematic_breaks__16:
+04_01__leaf_blocks__thematic_breaks__016:
spec_txt_example_position: 28
source_specification: commonmark
-04_01__leaf_blocks__thematic_breaks__17:
+04_01__leaf_blocks__thematic_breaks__017:
spec_txt_example_position: 29
source_specification: commonmark
-04_01__leaf_blocks__thematic_breaks__18:
+04_01__leaf_blocks__thematic_breaks__018:
spec_txt_example_position: 30
source_specification: commonmark
-04_01__leaf_blocks__thematic_breaks__19:
+04_01__leaf_blocks__thematic_breaks__019:
spec_txt_example_position: 31
source_specification: commonmark
-04_02__leaf_blocks__atx_headings__01:
+04_02__leaf_blocks__atx_headings__001:
spec_txt_example_position: 32
source_specification: commonmark
-04_02__leaf_blocks__atx_headings__02:
+04_02__leaf_blocks__atx_headings__002:
spec_txt_example_position: 33
source_specification: commonmark
-04_02__leaf_blocks__atx_headings__03:
+04_02__leaf_blocks__atx_headings__003:
spec_txt_example_position: 34
source_specification: commonmark
-04_02__leaf_blocks__atx_headings__04:
+04_02__leaf_blocks__atx_headings__004:
spec_txt_example_position: 35
source_specification: commonmark
-04_02__leaf_blocks__atx_headings__05:
+04_02__leaf_blocks__atx_headings__005:
spec_txt_example_position: 36
source_specification: commonmark
-04_02__leaf_blocks__atx_headings__06:
+04_02__leaf_blocks__atx_headings__006:
spec_txt_example_position: 37
source_specification: commonmark
-04_02__leaf_blocks__atx_headings__07:
+04_02__leaf_blocks__atx_headings__007:
spec_txt_example_position: 38
source_specification: commonmark
-04_02__leaf_blocks__atx_headings__08:
+04_02__leaf_blocks__atx_headings__008:
spec_txt_example_position: 39
source_specification: commonmark
-04_02__leaf_blocks__atx_headings__09:
+04_02__leaf_blocks__atx_headings__009:
spec_txt_example_position: 40
source_specification: commonmark
-04_02__leaf_blocks__atx_headings__10:
+04_02__leaf_blocks__atx_headings__010:
spec_txt_example_position: 41
source_specification: commonmark
-04_02__leaf_blocks__atx_headings__11:
+04_02__leaf_blocks__atx_headings__011:
spec_txt_example_position: 42
source_specification: commonmark
-04_02__leaf_blocks__atx_headings__12:
+04_02__leaf_blocks__atx_headings__012:
spec_txt_example_position: 43
source_specification: commonmark
-04_02__leaf_blocks__atx_headings__13:
+04_02__leaf_blocks__atx_headings__013:
spec_txt_example_position: 44
source_specification: commonmark
-04_02__leaf_blocks__atx_headings__14:
+04_02__leaf_blocks__atx_headings__014:
spec_txt_example_position: 45
source_specification: commonmark
-04_02__leaf_blocks__atx_headings__15:
+04_02__leaf_blocks__atx_headings__015:
spec_txt_example_position: 46
source_specification: commonmark
-04_02__leaf_blocks__atx_headings__16:
+04_02__leaf_blocks__atx_headings__016:
spec_txt_example_position: 47
source_specification: commonmark
-04_02__leaf_blocks__atx_headings__17:
+04_02__leaf_blocks__atx_headings__017:
spec_txt_example_position: 48
source_specification: commonmark
-04_02__leaf_blocks__atx_headings__18:
+04_02__leaf_blocks__atx_headings__018:
spec_txt_example_position: 49
source_specification: commonmark
-04_03__leaf_blocks__setext_headings__01:
+04_03__leaf_blocks__setext_headings__001:
spec_txt_example_position: 50
source_specification: commonmark
-04_03__leaf_blocks__setext_headings__02:
+04_03__leaf_blocks__setext_headings__002:
spec_txt_example_position: 51
source_specification: commonmark
-04_03__leaf_blocks__setext_headings__03:
+04_03__leaf_blocks__setext_headings__003:
spec_txt_example_position: 52
source_specification: commonmark
-04_03__leaf_blocks__setext_headings__04:
+04_03__leaf_blocks__setext_headings__004:
spec_txt_example_position: 53
source_specification: commonmark
-04_03__leaf_blocks__setext_headings__05:
+04_03__leaf_blocks__setext_headings__005:
spec_txt_example_position: 54
source_specification: commonmark
-04_03__leaf_blocks__setext_headings__06:
+04_03__leaf_blocks__setext_headings__006:
spec_txt_example_position: 55
source_specification: commonmark
-04_03__leaf_blocks__setext_headings__07:
+04_03__leaf_blocks__setext_headings__007:
spec_txt_example_position: 56
source_specification: commonmark
-04_03__leaf_blocks__setext_headings__08:
+04_03__leaf_blocks__setext_headings__008:
spec_txt_example_position: 57
source_specification: commonmark
-04_03__leaf_blocks__setext_headings__09:
+04_03__leaf_blocks__setext_headings__009:
spec_txt_example_position: 58
source_specification: commonmark
-04_03__leaf_blocks__setext_headings__10:
+04_03__leaf_blocks__setext_headings__010:
spec_txt_example_position: 59
source_specification: commonmark
-04_03__leaf_blocks__setext_headings__11:
+04_03__leaf_blocks__setext_headings__011:
spec_txt_example_position: 60
source_specification: commonmark
-04_03__leaf_blocks__setext_headings__12:
+04_03__leaf_blocks__setext_headings__012:
spec_txt_example_position: 61
source_specification: commonmark
-04_03__leaf_blocks__setext_headings__13:
+04_03__leaf_blocks__setext_headings__013:
spec_txt_example_position: 62
source_specification: commonmark
-04_03__leaf_blocks__setext_headings__14:
+04_03__leaf_blocks__setext_headings__014:
spec_txt_example_position: 63
source_specification: commonmark
-04_03__leaf_blocks__setext_headings__15:
+04_03__leaf_blocks__setext_headings__015:
spec_txt_example_position: 64
source_specification: commonmark
-04_03__leaf_blocks__setext_headings__16:
+04_03__leaf_blocks__setext_headings__016:
spec_txt_example_position: 65
source_specification: commonmark
-04_03__leaf_blocks__setext_headings__17:
+04_03__leaf_blocks__setext_headings__017:
spec_txt_example_position: 66
source_specification: commonmark
-04_03__leaf_blocks__setext_headings__18:
+04_03__leaf_blocks__setext_headings__018:
spec_txt_example_position: 67
source_specification: commonmark
-04_03__leaf_blocks__setext_headings__19:
+04_03__leaf_blocks__setext_headings__019:
spec_txt_example_position: 68
source_specification: commonmark
-04_03__leaf_blocks__setext_headings__20:
+04_03__leaf_blocks__setext_headings__020:
spec_txt_example_position: 69
source_specification: commonmark
-04_03__leaf_blocks__setext_headings__21:
+04_03__leaf_blocks__setext_headings__021:
spec_txt_example_position: 70
source_specification: commonmark
-04_03__leaf_blocks__setext_headings__22:
+04_03__leaf_blocks__setext_headings__022:
spec_txt_example_position: 71
source_specification: commonmark
-04_03__leaf_blocks__setext_headings__23:
+04_03__leaf_blocks__setext_headings__023:
spec_txt_example_position: 72
source_specification: commonmark
-04_03__leaf_blocks__setext_headings__24:
+04_03__leaf_blocks__setext_headings__024:
spec_txt_example_position: 73
source_specification: commonmark
-04_03__leaf_blocks__setext_headings__25:
+04_03__leaf_blocks__setext_headings__025:
spec_txt_example_position: 74
source_specification: commonmark
-04_03__leaf_blocks__setext_headings__26:
+04_03__leaf_blocks__setext_headings__026:
spec_txt_example_position: 75
source_specification: commonmark
-04_03__leaf_blocks__setext_headings__27:
+04_03__leaf_blocks__setext_headings__027:
spec_txt_example_position: 76
source_specification: commonmark
-04_04__leaf_blocks__indented_code_blocks__01:
+04_04__leaf_blocks__indented_code_blocks__001:
spec_txt_example_position: 77
source_specification: commonmark
-04_04__leaf_blocks__indented_code_blocks__02:
+04_04__leaf_blocks__indented_code_blocks__002:
spec_txt_example_position: 78
source_specification: commonmark
-04_04__leaf_blocks__indented_code_blocks__03:
+04_04__leaf_blocks__indented_code_blocks__003:
spec_txt_example_position: 79
source_specification: commonmark
-04_04__leaf_blocks__indented_code_blocks__04:
+04_04__leaf_blocks__indented_code_blocks__004:
spec_txt_example_position: 80
source_specification: commonmark
-04_04__leaf_blocks__indented_code_blocks__05:
+04_04__leaf_blocks__indented_code_blocks__005:
spec_txt_example_position: 81
source_specification: commonmark
-04_04__leaf_blocks__indented_code_blocks__06:
+04_04__leaf_blocks__indented_code_blocks__006:
spec_txt_example_position: 82
source_specification: commonmark
-04_04__leaf_blocks__indented_code_blocks__07:
+04_04__leaf_blocks__indented_code_blocks__007:
spec_txt_example_position: 83
source_specification: commonmark
-04_04__leaf_blocks__indented_code_blocks__08:
+04_04__leaf_blocks__indented_code_blocks__008:
spec_txt_example_position: 84
source_specification: commonmark
-04_04__leaf_blocks__indented_code_blocks__09:
+04_04__leaf_blocks__indented_code_blocks__009:
spec_txt_example_position: 85
source_specification: commonmark
-04_04__leaf_blocks__indented_code_blocks__10:
+04_04__leaf_blocks__indented_code_blocks__010:
spec_txt_example_position: 86
source_specification: commonmark
-04_04__leaf_blocks__indented_code_blocks__11:
+04_04__leaf_blocks__indented_code_blocks__011:
spec_txt_example_position: 87
source_specification: commonmark
-04_04__leaf_blocks__indented_code_blocks__12:
+04_04__leaf_blocks__indented_code_blocks__012:
spec_txt_example_position: 88
source_specification: commonmark
-04_05__leaf_blocks__fenced_code_blocks__01:
+04_05__leaf_blocks__fenced_code_blocks__001:
spec_txt_example_position: 89
source_specification: commonmark
-04_05__leaf_blocks__fenced_code_blocks__02:
+04_05__leaf_blocks__fenced_code_blocks__002:
spec_txt_example_position: 90
source_specification: commonmark
-04_05__leaf_blocks__fenced_code_blocks__03:
+04_05__leaf_blocks__fenced_code_blocks__003:
spec_txt_example_position: 91
source_specification: commonmark
-04_05__leaf_blocks__fenced_code_blocks__04:
+04_05__leaf_blocks__fenced_code_blocks__004:
spec_txt_example_position: 92
source_specification: commonmark
-04_05__leaf_blocks__fenced_code_blocks__05:
+04_05__leaf_blocks__fenced_code_blocks__005:
spec_txt_example_position: 93
source_specification: commonmark
-04_05__leaf_blocks__fenced_code_blocks__06:
+04_05__leaf_blocks__fenced_code_blocks__006:
spec_txt_example_position: 94
source_specification: commonmark
-04_05__leaf_blocks__fenced_code_blocks__07:
+04_05__leaf_blocks__fenced_code_blocks__007:
spec_txt_example_position: 95
source_specification: commonmark
-04_05__leaf_blocks__fenced_code_blocks__08:
+04_05__leaf_blocks__fenced_code_blocks__008:
spec_txt_example_position: 96
source_specification: commonmark
-04_05__leaf_blocks__fenced_code_blocks__09:
+04_05__leaf_blocks__fenced_code_blocks__009:
spec_txt_example_position: 97
source_specification: commonmark
-04_05__leaf_blocks__fenced_code_blocks__10:
+04_05__leaf_blocks__fenced_code_blocks__010:
spec_txt_example_position: 98
source_specification: commonmark
-04_05__leaf_blocks__fenced_code_blocks__11:
+04_05__leaf_blocks__fenced_code_blocks__011:
spec_txt_example_position: 99
source_specification: commonmark
-04_05__leaf_blocks__fenced_code_blocks__12:
+04_05__leaf_blocks__fenced_code_blocks__012:
spec_txt_example_position: 100
source_specification: commonmark
-04_05__leaf_blocks__fenced_code_blocks__13:
+04_05__leaf_blocks__fenced_code_blocks__013:
spec_txt_example_position: 101
source_specification: commonmark
-04_05__leaf_blocks__fenced_code_blocks__14:
+04_05__leaf_blocks__fenced_code_blocks__014:
spec_txt_example_position: 102
source_specification: commonmark
-04_05__leaf_blocks__fenced_code_blocks__15:
+04_05__leaf_blocks__fenced_code_blocks__015:
spec_txt_example_position: 103
source_specification: commonmark
-04_05__leaf_blocks__fenced_code_blocks__16:
+04_05__leaf_blocks__fenced_code_blocks__016:
spec_txt_example_position: 104
source_specification: commonmark
-04_05__leaf_blocks__fenced_code_blocks__17:
+04_05__leaf_blocks__fenced_code_blocks__017:
spec_txt_example_position: 105
source_specification: commonmark
-04_05__leaf_blocks__fenced_code_blocks__18:
+04_05__leaf_blocks__fenced_code_blocks__018:
spec_txt_example_position: 106
source_specification: commonmark
-04_05__leaf_blocks__fenced_code_blocks__19:
+04_05__leaf_blocks__fenced_code_blocks__019:
spec_txt_example_position: 107
source_specification: commonmark
-04_05__leaf_blocks__fenced_code_blocks__20:
+04_05__leaf_blocks__fenced_code_blocks__020:
spec_txt_example_position: 108
source_specification: commonmark
-04_05__leaf_blocks__fenced_code_blocks__21:
+04_05__leaf_blocks__fenced_code_blocks__021:
spec_txt_example_position: 109
source_specification: commonmark
-04_05__leaf_blocks__fenced_code_blocks__22:
+04_05__leaf_blocks__fenced_code_blocks__022:
spec_txt_example_position: 110
source_specification: commonmark
-04_05__leaf_blocks__fenced_code_blocks__23:
+04_05__leaf_blocks__fenced_code_blocks__023:
spec_txt_example_position: 111
source_specification: commonmark
-04_05__leaf_blocks__fenced_code_blocks__24:
+04_05__leaf_blocks__fenced_code_blocks__024:
spec_txt_example_position: 112
source_specification: commonmark
-04_05__leaf_blocks__fenced_code_blocks__25:
+04_05__leaf_blocks__fenced_code_blocks__025:
spec_txt_example_position: 113
source_specification: commonmark
-04_05__leaf_blocks__fenced_code_blocks__26:
+04_05__leaf_blocks__fenced_code_blocks__026:
spec_txt_example_position: 114
source_specification: commonmark
-04_05__leaf_blocks__fenced_code_blocks__27:
+04_05__leaf_blocks__fenced_code_blocks__027:
spec_txt_example_position: 115
source_specification: commonmark
-04_05__leaf_blocks__fenced_code_blocks__28:
+04_05__leaf_blocks__fenced_code_blocks__028:
spec_txt_example_position: 116
source_specification: commonmark
-04_05__leaf_blocks__fenced_code_blocks__29:
+04_05__leaf_blocks__fenced_code_blocks__029:
spec_txt_example_position: 117
source_specification: commonmark
-04_06__leaf_blocks__html_blocks__01:
+04_06__leaf_blocks__html_blocks__001:
spec_txt_example_position: 118
source_specification: commonmark
-04_06__leaf_blocks__html_blocks__02:
+04_06__leaf_blocks__html_blocks__002:
spec_txt_example_position: 119
source_specification: commonmark
-04_06__leaf_blocks__html_blocks__03:
+04_06__leaf_blocks__html_blocks__003:
spec_txt_example_position: 120
source_specification: commonmark
-04_06__leaf_blocks__html_blocks__04:
+04_06__leaf_blocks__html_blocks__004:
spec_txt_example_position: 121
source_specification: commonmark
-04_06__leaf_blocks__html_blocks__05:
+04_06__leaf_blocks__html_blocks__005:
spec_txt_example_position: 122
source_specification: commonmark
-04_06__leaf_blocks__html_blocks__06:
+04_06__leaf_blocks__html_blocks__006:
spec_txt_example_position: 123
source_specification: commonmark
-04_06__leaf_blocks__html_blocks__07:
+04_06__leaf_blocks__html_blocks__007:
spec_txt_example_position: 124
source_specification: commonmark
-04_06__leaf_blocks__html_blocks__08:
+04_06__leaf_blocks__html_blocks__008:
spec_txt_example_position: 125
source_specification: commonmark
-04_06__leaf_blocks__html_blocks__09:
+04_06__leaf_blocks__html_blocks__009:
spec_txt_example_position: 126
source_specification: commonmark
-04_06__leaf_blocks__html_blocks__10:
+04_06__leaf_blocks__html_blocks__010:
spec_txt_example_position: 127
source_specification: commonmark
-04_06__leaf_blocks__html_blocks__11:
+04_06__leaf_blocks__html_blocks__011:
spec_txt_example_position: 128
source_specification: commonmark
-04_06__leaf_blocks__html_blocks__12:
+04_06__leaf_blocks__html_blocks__012:
spec_txt_example_position: 129
source_specification: commonmark
-04_06__leaf_blocks__html_blocks__13:
+04_06__leaf_blocks__html_blocks__013:
spec_txt_example_position: 130
source_specification: commonmark
-04_06__leaf_blocks__html_blocks__14:
+04_06__leaf_blocks__html_blocks__014:
spec_txt_example_position: 131
source_specification: commonmark
-04_06__leaf_blocks__html_blocks__15:
+04_06__leaf_blocks__html_blocks__015:
spec_txt_example_position: 132
source_specification: commonmark
-04_06__leaf_blocks__html_blocks__16:
+04_06__leaf_blocks__html_blocks__016:
spec_txt_example_position: 133
source_specification: commonmark
-04_06__leaf_blocks__html_blocks__17:
+04_06__leaf_blocks__html_blocks__017:
spec_txt_example_position: 134
source_specification: commonmark
-04_06__leaf_blocks__html_blocks__18:
+04_06__leaf_blocks__html_blocks__018:
spec_txt_example_position: 135
source_specification: commonmark
-04_06__leaf_blocks__html_blocks__19:
+04_06__leaf_blocks__html_blocks__019:
spec_txt_example_position: 136
source_specification: commonmark
-04_06__leaf_blocks__html_blocks__20:
+04_06__leaf_blocks__html_blocks__020:
spec_txt_example_position: 137
source_specification: commonmark
-04_06__leaf_blocks__html_blocks__21:
+04_06__leaf_blocks__html_blocks__021:
spec_txt_example_position: 138
source_specification: commonmark
-04_06__leaf_blocks__html_blocks__22:
+04_06__leaf_blocks__html_blocks__022:
spec_txt_example_position: 139
source_specification: commonmark
-04_06__leaf_blocks__html_blocks__23:
+04_06__leaf_blocks__html_blocks__023:
spec_txt_example_position: 140
source_specification: commonmark
-04_06__leaf_blocks__html_blocks__24:
+04_06__leaf_blocks__html_blocks__024:
spec_txt_example_position: 141
source_specification: commonmark
-04_06__leaf_blocks__html_blocks__25:
+04_06__leaf_blocks__html_blocks__025:
spec_txt_example_position: 142
source_specification: commonmark
-04_06__leaf_blocks__html_blocks__26:
+04_06__leaf_blocks__html_blocks__026:
spec_txt_example_position: 143
source_specification: commonmark
-04_06__leaf_blocks__html_blocks__27:
+04_06__leaf_blocks__html_blocks__027:
spec_txt_example_position: 144
source_specification: commonmark
-04_06__leaf_blocks__html_blocks__28:
+04_06__leaf_blocks__html_blocks__028:
spec_txt_example_position: 145
source_specification: commonmark
-04_06__leaf_blocks__html_blocks__29:
+04_06__leaf_blocks__html_blocks__029:
spec_txt_example_position: 146
source_specification: commonmark
-04_06__leaf_blocks__html_blocks__30:
+04_06__leaf_blocks__html_blocks__030:
spec_txt_example_position: 147
source_specification: commonmark
-04_06__leaf_blocks__html_blocks__31:
+04_06__leaf_blocks__html_blocks__031:
spec_txt_example_position: 148
source_specification: commonmark
-04_06__leaf_blocks__html_blocks__32:
+04_06__leaf_blocks__html_blocks__032:
spec_txt_example_position: 149
source_specification: commonmark
-04_06__leaf_blocks__html_blocks__33:
+04_06__leaf_blocks__html_blocks__033:
spec_txt_example_position: 150
source_specification: commonmark
-04_06__leaf_blocks__html_blocks__34:
+04_06__leaf_blocks__html_blocks__034:
spec_txt_example_position: 151
source_specification: commonmark
-04_06__leaf_blocks__html_blocks__35:
+04_06__leaf_blocks__html_blocks__035:
spec_txt_example_position: 152
source_specification: commonmark
-04_06__leaf_blocks__html_blocks__36:
+04_06__leaf_blocks__html_blocks__036:
spec_txt_example_position: 153
source_specification: commonmark
-04_06__leaf_blocks__html_blocks__37:
+04_06__leaf_blocks__html_blocks__037:
spec_txt_example_position: 154
source_specification: commonmark
-04_06__leaf_blocks__html_blocks__38:
+04_06__leaf_blocks__html_blocks__038:
spec_txt_example_position: 155
source_specification: commonmark
-04_06__leaf_blocks__html_blocks__39:
+04_06__leaf_blocks__html_blocks__039:
spec_txt_example_position: 156
source_specification: commonmark
-04_06__leaf_blocks__html_blocks__40:
+04_06__leaf_blocks__html_blocks__040:
spec_txt_example_position: 157
source_specification: commonmark
-04_06__leaf_blocks__html_blocks__41:
+04_06__leaf_blocks__html_blocks__041:
spec_txt_example_position: 158
source_specification: commonmark
-04_06__leaf_blocks__html_blocks__42:
+04_06__leaf_blocks__html_blocks__042:
spec_txt_example_position: 159
source_specification: commonmark
-04_06__leaf_blocks__html_blocks__43:
+04_06__leaf_blocks__html_blocks__043:
spec_txt_example_position: 160
source_specification: commonmark
-04_07__leaf_blocks__link_reference_definitions__01:
+04_07__leaf_blocks__link_reference_definitions__001:
spec_txt_example_position: 161
source_specification: commonmark
-04_07__leaf_blocks__link_reference_definitions__02:
+04_07__leaf_blocks__link_reference_definitions__002:
spec_txt_example_position: 162
source_specification: commonmark
-04_07__leaf_blocks__link_reference_definitions__03:
+04_07__leaf_blocks__link_reference_definitions__003:
spec_txt_example_position: 163
source_specification: commonmark
-04_07__leaf_blocks__link_reference_definitions__04:
+04_07__leaf_blocks__link_reference_definitions__004:
spec_txt_example_position: 164
source_specification: commonmark
-04_07__leaf_blocks__link_reference_definitions__05:
+04_07__leaf_blocks__link_reference_definitions__005:
spec_txt_example_position: 165
source_specification: commonmark
-04_07__leaf_blocks__link_reference_definitions__06:
+04_07__leaf_blocks__link_reference_definitions__006:
spec_txt_example_position: 166
source_specification: commonmark
-04_07__leaf_blocks__link_reference_definitions__07:
+04_07__leaf_blocks__link_reference_definitions__007:
spec_txt_example_position: 167
source_specification: commonmark
-04_07__leaf_blocks__link_reference_definitions__08:
+04_07__leaf_blocks__link_reference_definitions__008:
spec_txt_example_position: 168
source_specification: commonmark
-04_07__leaf_blocks__link_reference_definitions__09:
+04_07__leaf_blocks__link_reference_definitions__009:
spec_txt_example_position: 169
source_specification: commonmark
-04_07__leaf_blocks__link_reference_definitions__10:
+04_07__leaf_blocks__link_reference_definitions__010:
spec_txt_example_position: 170
source_specification: commonmark
-04_07__leaf_blocks__link_reference_definitions__11:
+04_07__leaf_blocks__link_reference_definitions__011:
spec_txt_example_position: 171
source_specification: commonmark
-04_07__leaf_blocks__link_reference_definitions__12:
+04_07__leaf_blocks__link_reference_definitions__012:
spec_txt_example_position: 172
source_specification: commonmark
-04_07__leaf_blocks__link_reference_definitions__13:
+04_07__leaf_blocks__link_reference_definitions__013:
spec_txt_example_position: 173
source_specification: commonmark
-04_07__leaf_blocks__link_reference_definitions__14:
+04_07__leaf_blocks__link_reference_definitions__014:
spec_txt_example_position: 174
source_specification: commonmark
-04_07__leaf_blocks__link_reference_definitions__15:
+04_07__leaf_blocks__link_reference_definitions__015:
spec_txt_example_position: 175
source_specification: commonmark
-04_07__leaf_blocks__link_reference_definitions__16:
+04_07__leaf_blocks__link_reference_definitions__016:
spec_txt_example_position: 176
source_specification: commonmark
-04_07__leaf_blocks__link_reference_definitions__17:
+04_07__leaf_blocks__link_reference_definitions__017:
spec_txt_example_position: 177
source_specification: commonmark
-04_07__leaf_blocks__link_reference_definitions__18:
+04_07__leaf_blocks__link_reference_definitions__018:
spec_txt_example_position: 178
source_specification: commonmark
-04_07__leaf_blocks__link_reference_definitions__19:
+04_07__leaf_blocks__link_reference_definitions__019:
spec_txt_example_position: 179
source_specification: commonmark
-04_07__leaf_blocks__link_reference_definitions__20:
+04_07__leaf_blocks__link_reference_definitions__020:
spec_txt_example_position: 180
source_specification: commonmark
-04_07__leaf_blocks__link_reference_definitions__21:
+04_07__leaf_blocks__link_reference_definitions__021:
spec_txt_example_position: 181
source_specification: commonmark
-04_07__leaf_blocks__link_reference_definitions__22:
+04_07__leaf_blocks__link_reference_definitions__022:
spec_txt_example_position: 182
source_specification: commonmark
-04_07__leaf_blocks__link_reference_definitions__23:
+04_07__leaf_blocks__link_reference_definitions__023:
spec_txt_example_position: 183
source_specification: commonmark
-04_07__leaf_blocks__link_reference_definitions__24:
+04_07__leaf_blocks__link_reference_definitions__024:
spec_txt_example_position: 184
source_specification: commonmark
-04_07__leaf_blocks__link_reference_definitions__25:
+04_07__leaf_blocks__link_reference_definitions__025:
spec_txt_example_position: 185
source_specification: commonmark
-04_07__leaf_blocks__link_reference_definitions__26:
+04_07__leaf_blocks__link_reference_definitions__026:
spec_txt_example_position: 186
source_specification: commonmark
-04_07__leaf_blocks__link_reference_definitions__27:
+04_07__leaf_blocks__link_reference_definitions__027:
spec_txt_example_position: 187
source_specification: commonmark
-04_07__leaf_blocks__link_reference_definitions__28:
+04_07__leaf_blocks__link_reference_definitions__028:
spec_txt_example_position: 188
source_specification: commonmark
-04_08__leaf_blocks__paragraphs__01:
+04_08__leaf_blocks__paragraphs__001:
spec_txt_example_position: 189
source_specification: commonmark
-04_08__leaf_blocks__paragraphs__02:
+04_08__leaf_blocks__paragraphs__002:
spec_txt_example_position: 190
source_specification: commonmark
-04_08__leaf_blocks__paragraphs__03:
+04_08__leaf_blocks__paragraphs__003:
spec_txt_example_position: 191
source_specification: commonmark
-04_08__leaf_blocks__paragraphs__04:
+04_08__leaf_blocks__paragraphs__004:
spec_txt_example_position: 192
source_specification: commonmark
-04_08__leaf_blocks__paragraphs__05:
+04_08__leaf_blocks__paragraphs__005:
spec_txt_example_position: 193
source_specification: commonmark
-04_08__leaf_blocks__paragraphs__06:
+04_08__leaf_blocks__paragraphs__006:
spec_txt_example_position: 194
source_specification: commonmark
-04_08__leaf_blocks__paragraphs__07:
+04_08__leaf_blocks__paragraphs__007:
spec_txt_example_position: 195
source_specification: commonmark
-04_08__leaf_blocks__paragraphs__08:
+04_08__leaf_blocks__paragraphs__008:
spec_txt_example_position: 196
source_specification: commonmark
-04_09__leaf_blocks__blank_lines__01:
+04_09__leaf_blocks__blank_lines__001:
spec_txt_example_position: 197
source_specification: commonmark
-04_10__leaf_blocks__tables_extension__01:
+04_10__leaf_blocks__tables_extension__001:
spec_txt_example_position: 198
source_specification: github
-04_10__leaf_blocks__tables_extension__02:
+04_10__leaf_blocks__tables_extension__002:
spec_txt_example_position: 199
source_specification: github
-04_10__leaf_blocks__tables_extension__03:
+04_10__leaf_blocks__tables_extension__003:
spec_txt_example_position: 200
source_specification: github
-04_10__leaf_blocks__tables_extension__04:
+04_10__leaf_blocks__tables_extension__004:
spec_txt_example_position: 201
source_specification: github
-04_10__leaf_blocks__tables_extension__05:
+04_10__leaf_blocks__tables_extension__005:
spec_txt_example_position: 202
source_specification: github
-04_10__leaf_blocks__tables_extension__06:
+04_10__leaf_blocks__tables_extension__006:
spec_txt_example_position: 203
source_specification: github
-04_10__leaf_blocks__tables_extension__07:
+04_10__leaf_blocks__tables_extension__007:
spec_txt_example_position: 204
source_specification: github
-04_10__leaf_blocks__tables_extension__08:
+04_10__leaf_blocks__tables_extension__008:
spec_txt_example_position: 205
source_specification: github
-05_01__container_blocks__block_quotes__01:
+05_01__container_blocks__block_quotes__001:
spec_txt_example_position: 206
source_specification: commonmark
-05_01__container_blocks__block_quotes__02:
+05_01__container_blocks__block_quotes__002:
spec_txt_example_position: 207
source_specification: commonmark
-05_01__container_blocks__block_quotes__03:
+05_01__container_blocks__block_quotes__003:
spec_txt_example_position: 208
source_specification: commonmark
-05_01__container_blocks__block_quotes__04:
+05_01__container_blocks__block_quotes__004:
spec_txt_example_position: 209
source_specification: commonmark
-05_01__container_blocks__block_quotes__05:
+05_01__container_blocks__block_quotes__005:
spec_txt_example_position: 210
source_specification: commonmark
-05_01__container_blocks__block_quotes__06:
+05_01__container_blocks__block_quotes__006:
spec_txt_example_position: 211
source_specification: commonmark
-05_01__container_blocks__block_quotes__07:
+05_01__container_blocks__block_quotes__007:
spec_txt_example_position: 212
source_specification: commonmark
-05_01__container_blocks__block_quotes__08:
+05_01__container_blocks__block_quotes__008:
spec_txt_example_position: 213
source_specification: commonmark
-05_01__container_blocks__block_quotes__09:
+05_01__container_blocks__block_quotes__009:
spec_txt_example_position: 214
source_specification: commonmark
-05_01__container_blocks__block_quotes__10:
+05_01__container_blocks__block_quotes__010:
spec_txt_example_position: 215
source_specification: commonmark
-05_01__container_blocks__block_quotes__11:
+05_01__container_blocks__block_quotes__011:
spec_txt_example_position: 216
source_specification: commonmark
-05_01__container_blocks__block_quotes__12:
+05_01__container_blocks__block_quotes__012:
spec_txt_example_position: 217
source_specification: commonmark
-05_01__container_blocks__block_quotes__13:
+05_01__container_blocks__block_quotes__013:
spec_txt_example_position: 218
source_specification: commonmark
-05_01__container_blocks__block_quotes__14:
+05_01__container_blocks__block_quotes__014:
spec_txt_example_position: 219
source_specification: commonmark
-05_01__container_blocks__block_quotes__15:
+05_01__container_blocks__block_quotes__015:
spec_txt_example_position: 220
source_specification: commonmark
-05_01__container_blocks__block_quotes__16:
+05_01__container_blocks__block_quotes__016:
spec_txt_example_position: 221
source_specification: commonmark
-05_01__container_blocks__block_quotes__17:
+05_01__container_blocks__block_quotes__017:
spec_txt_example_position: 222
source_specification: commonmark
-05_01__container_blocks__block_quotes__18:
+05_01__container_blocks__block_quotes__018:
spec_txt_example_position: 223
source_specification: commonmark
-05_01__container_blocks__block_quotes__19:
+05_01__container_blocks__block_quotes__019:
spec_txt_example_position: 224
source_specification: commonmark
-05_01__container_blocks__block_quotes__20:
+05_01__container_blocks__block_quotes__020:
spec_txt_example_position: 225
source_specification: commonmark
-05_01__container_blocks__block_quotes__21:
+05_01__container_blocks__block_quotes__021:
spec_txt_example_position: 226
source_specification: commonmark
-05_01__container_blocks__block_quotes__22:
+05_01__container_blocks__block_quotes__022:
spec_txt_example_position: 227
source_specification: commonmark
-05_01__container_blocks__block_quotes__23:
+05_01__container_blocks__block_quotes__023:
spec_txt_example_position: 228
source_specification: commonmark
-05_01__container_blocks__block_quotes__24:
+05_01__container_blocks__block_quotes__024:
spec_txt_example_position: 229
source_specification: commonmark
-05_01__container_blocks__block_quotes__25:
+05_01__container_blocks__block_quotes__025:
spec_txt_example_position: 230
source_specification: commonmark
-05_02__container_blocks__list_items__01:
+05_02__container_blocks__list_items__001:
spec_txt_example_position: 231
source_specification: commonmark
-05_02__container_blocks__list_items__02:
+05_02__container_blocks__list_items__002:
spec_txt_example_position: 232
source_specification: commonmark
-05_02__container_blocks__list_items__03:
+05_02__container_blocks__list_items__003:
spec_txt_example_position: 233
source_specification: commonmark
-05_02__container_blocks__list_items__04:
+05_02__container_blocks__list_items__004:
spec_txt_example_position: 234
source_specification: commonmark
-05_02__container_blocks__list_items__05:
+05_02__container_blocks__list_items__005:
spec_txt_example_position: 235
source_specification: commonmark
-05_02__container_blocks__list_items__06:
+05_02__container_blocks__list_items__006:
spec_txt_example_position: 236
source_specification: commonmark
-05_02__container_blocks__list_items__07:
+05_02__container_blocks__list_items__007:
spec_txt_example_position: 237
source_specification: commonmark
-05_02__container_blocks__list_items__08:
+05_02__container_blocks__list_items__008:
spec_txt_example_position: 238
source_specification: commonmark
-05_02__container_blocks__list_items__09:
+05_02__container_blocks__list_items__009:
spec_txt_example_position: 239
source_specification: commonmark
-05_02__container_blocks__list_items__10:
+05_02__container_blocks__list_items__010:
spec_txt_example_position: 240
source_specification: commonmark
-05_02__container_blocks__list_items__11:
+05_02__container_blocks__list_items__011:
spec_txt_example_position: 241
source_specification: commonmark
-05_02__container_blocks__list_items__12:
+05_02__container_blocks__list_items__012:
spec_txt_example_position: 242
source_specification: commonmark
-05_02__container_blocks__list_items__13:
+05_02__container_blocks__list_items__013:
spec_txt_example_position: 243
source_specification: commonmark
-05_02__container_blocks__list_items__14:
+05_02__container_blocks__list_items__014:
spec_txt_example_position: 244
source_specification: commonmark
-05_02__container_blocks__list_items__15:
+05_02__container_blocks__list_items__015:
spec_txt_example_position: 245
source_specification: commonmark
-05_02__container_blocks__list_items__16:
+05_02__container_blocks__list_items__016:
spec_txt_example_position: 246
source_specification: commonmark
-05_02__container_blocks__list_items__17:
+05_02__container_blocks__list_items__017:
spec_txt_example_position: 247
source_specification: commonmark
-05_02__container_blocks__list_items__18:
+05_02__container_blocks__list_items__018:
spec_txt_example_position: 248
source_specification: commonmark
-05_02__container_blocks__list_items__19:
+05_02__container_blocks__list_items__019:
spec_txt_example_position: 249
source_specification: commonmark
-05_02__container_blocks__list_items__20:
+05_02__container_blocks__list_items__020:
spec_txt_example_position: 250
source_specification: commonmark
-05_02__container_blocks__list_items__21:
+05_02__container_blocks__list_items__021:
spec_txt_example_position: 251
source_specification: commonmark
-05_02__container_blocks__list_items__22:
+05_02__container_blocks__list_items__022:
spec_txt_example_position: 252
source_specification: commonmark
-05_02__container_blocks__list_items__23:
+05_02__container_blocks__list_items__023:
spec_txt_example_position: 253
source_specification: commonmark
-05_02__container_blocks__list_items__24:
+05_02__container_blocks__list_items__024:
spec_txt_example_position: 254
source_specification: commonmark
-05_02__container_blocks__list_items__25:
+05_02__container_blocks__list_items__025:
spec_txt_example_position: 255
source_specification: commonmark
-05_02__container_blocks__list_items__26:
+05_02__container_blocks__list_items__026:
spec_txt_example_position: 256
source_specification: commonmark
-05_02__container_blocks__list_items__27:
+05_02__container_blocks__list_items__027:
spec_txt_example_position: 257
source_specification: commonmark
-05_02__container_blocks__list_items__28:
+05_02__container_blocks__list_items__028:
spec_txt_example_position: 258
source_specification: commonmark
-05_02__container_blocks__list_items__29:
+05_02__container_blocks__list_items__029:
spec_txt_example_position: 259
source_specification: commonmark
-05_02__container_blocks__list_items__30:
+05_02__container_blocks__list_items__030:
spec_txt_example_position: 260
source_specification: commonmark
-05_02__container_blocks__list_items__31:
+05_02__container_blocks__list_items__031:
spec_txt_example_position: 261
source_specification: commonmark
-05_02__container_blocks__list_items__32:
+05_02__container_blocks__list_items__032:
spec_txt_example_position: 262
source_specification: commonmark
-05_02__container_blocks__list_items__33:
+05_02__container_blocks__list_items__033:
spec_txt_example_position: 263
source_specification: commonmark
-05_02__container_blocks__list_items__34:
+05_02__container_blocks__list_items__034:
spec_txt_example_position: 264
source_specification: commonmark
-05_02__container_blocks__list_items__35:
+05_02__container_blocks__list_items__035:
spec_txt_example_position: 265
source_specification: commonmark
-05_02__container_blocks__list_items__36:
+05_02__container_blocks__list_items__036:
spec_txt_example_position: 266
source_specification: commonmark
-05_02__container_blocks__list_items__37:
+05_02__container_blocks__list_items__037:
spec_txt_example_position: 267
source_specification: commonmark
-05_02__container_blocks__list_items__38:
+05_02__container_blocks__list_items__038:
spec_txt_example_position: 268
source_specification: commonmark
-05_02__container_blocks__list_items__39:
+05_02__container_blocks__list_items__039:
spec_txt_example_position: 269
source_specification: commonmark
-05_02__container_blocks__list_items__40:
+05_02__container_blocks__list_items__040:
spec_txt_example_position: 270
source_specification: commonmark
-05_02__container_blocks__list_items__41:
+05_02__container_blocks__list_items__041:
spec_txt_example_position: 271
source_specification: commonmark
-05_02__container_blocks__list_items__42:
+05_02__container_blocks__list_items__042:
spec_txt_example_position: 272
source_specification: commonmark
-05_02__container_blocks__list_items__43:
+05_02__container_blocks__list_items__043:
spec_txt_example_position: 273
source_specification: commonmark
-05_02__container_blocks__list_items__44:
+05_02__container_blocks__list_items__044:
spec_txt_example_position: 274
source_specification: commonmark
-05_02__container_blocks__list_items__45:
+05_02__container_blocks__list_items__045:
spec_txt_example_position: 275
source_specification: commonmark
-05_02__container_blocks__list_items__46:
+05_02__container_blocks__list_items__046:
spec_txt_example_position: 276
source_specification: commonmark
-05_02__container_blocks__list_items__47:
+05_02__container_blocks__list_items__047:
spec_txt_example_position: 277
source_specification: commonmark
-05_02__container_blocks__list_items__48:
+05_02__container_blocks__list_items__048:
spec_txt_example_position: 278
source_specification: commonmark
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__49:
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__049:
spec_txt_example_position: 281
source_specification: commonmark
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__50:
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__050:
spec_txt_example_position: 282
source_specification: commonmark
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__51:
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__051:
spec_txt_example_position: 283
source_specification: commonmark
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__52:
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__052:
spec_txt_example_position: 284
source_specification: commonmark
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__53:
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__053:
spec_txt_example_position: 285
source_specification: commonmark
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__54:
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__054:
spec_txt_example_position: 286
source_specification: commonmark
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__55:
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__055:
spec_txt_example_position: 287
source_specification: commonmark
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__56:
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__056:
spec_txt_example_position: 288
source_specification: commonmark
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__57:
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__057:
spec_txt_example_position: 289
source_specification: commonmark
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__58:
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__058:
spec_txt_example_position: 290
source_specification: commonmark
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__59:
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__059:
spec_txt_example_position: 291
source_specification: commonmark
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__60:
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__060:
spec_txt_example_position: 292
source_specification: commonmark
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__61:
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__061:
spec_txt_example_position: 293
source_specification: commonmark
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__62:
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__062:
spec_txt_example_position: 294
source_specification: commonmark
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__63:
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__063:
spec_txt_example_position: 295
source_specification: commonmark
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__64:
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__064:
spec_txt_example_position: 296
source_specification: commonmark
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__65:
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__065:
spec_txt_example_position: 297
source_specification: commonmark
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__66:
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__066:
spec_txt_example_position: 298
source_specification: commonmark
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__67:
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__067:
spec_txt_example_position: 299
source_specification: commonmark
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__68:
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__068:
spec_txt_example_position: 300
source_specification: commonmark
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__69:
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__069:
spec_txt_example_position: 301
source_specification: commonmark
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__70:
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__070:
spec_txt_example_position: 302
source_specification: commonmark
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__71:
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__071:
spec_txt_example_position: 303
source_specification: commonmark
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__72:
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__072:
spec_txt_example_position: 304
source_specification: commonmark
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__73:
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__073:
spec_txt_example_position: 305
source_specification: commonmark
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__74:
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__074:
spec_txt_example_position: 306
source_specification: commonmark
-06_01__inlines__01:
+06_01__inlines__001:
spec_txt_example_position: 307
source_specification: commonmark
-06_02__inlines__backslash_escapes__01:
+06_02__inlines__backslash_escapes__001:
spec_txt_example_position: 308
source_specification: commonmark
-06_02__inlines__backslash_escapes__02:
+06_02__inlines__backslash_escapes__002:
spec_txt_example_position: 309
source_specification: commonmark
-06_02__inlines__backslash_escapes__03:
+06_02__inlines__backslash_escapes__003:
spec_txt_example_position: 310
source_specification: commonmark
-06_02__inlines__backslash_escapes__04:
+06_02__inlines__backslash_escapes__004:
spec_txt_example_position: 311
source_specification: commonmark
-06_02__inlines__backslash_escapes__05:
+06_02__inlines__backslash_escapes__005:
spec_txt_example_position: 312
source_specification: commonmark
-06_02__inlines__backslash_escapes__06:
+06_02__inlines__backslash_escapes__006:
spec_txt_example_position: 313
source_specification: commonmark
-06_02__inlines__backslash_escapes__07:
+06_02__inlines__backslash_escapes__007:
spec_txt_example_position: 314
source_specification: commonmark
-06_02__inlines__backslash_escapes__08:
+06_02__inlines__backslash_escapes__008:
spec_txt_example_position: 315
source_specification: commonmark
-06_02__inlines__backslash_escapes__09:
+06_02__inlines__backslash_escapes__009:
spec_txt_example_position: 316
source_specification: commonmark
-06_02__inlines__backslash_escapes__10:
+06_02__inlines__backslash_escapes__010:
spec_txt_example_position: 317
source_specification: commonmark
-06_02__inlines__backslash_escapes__11:
+06_02__inlines__backslash_escapes__011:
spec_txt_example_position: 318
source_specification: commonmark
-06_02__inlines__backslash_escapes__12:
+06_02__inlines__backslash_escapes__012:
spec_txt_example_position: 319
source_specification: commonmark
-06_02__inlines__backslash_escapes__13:
+06_02__inlines__backslash_escapes__013:
spec_txt_example_position: 320
source_specification: commonmark
-06_03__inlines__entity_and_numeric_character_references__01:
+06_03__inlines__entity_and_numeric_character_references__001:
spec_txt_example_position: 321
source_specification: commonmark
-06_03__inlines__entity_and_numeric_character_references__02:
+06_03__inlines__entity_and_numeric_character_references__002:
spec_txt_example_position: 322
source_specification: commonmark
-06_03__inlines__entity_and_numeric_character_references__03:
+06_03__inlines__entity_and_numeric_character_references__003:
spec_txt_example_position: 323
source_specification: commonmark
-06_03__inlines__entity_and_numeric_character_references__04:
+06_03__inlines__entity_and_numeric_character_references__004:
spec_txt_example_position: 324
source_specification: commonmark
-06_03__inlines__entity_and_numeric_character_references__05:
+06_03__inlines__entity_and_numeric_character_references__005:
spec_txt_example_position: 325
source_specification: commonmark
-06_03__inlines__entity_and_numeric_character_references__06:
+06_03__inlines__entity_and_numeric_character_references__006:
spec_txt_example_position: 326
source_specification: commonmark
-06_03__inlines__entity_and_numeric_character_references__07:
+06_03__inlines__entity_and_numeric_character_references__007:
spec_txt_example_position: 327
source_specification: commonmark
-06_03__inlines__entity_and_numeric_character_references__08:
+06_03__inlines__entity_and_numeric_character_references__008:
spec_txt_example_position: 328
source_specification: commonmark
-06_03__inlines__entity_and_numeric_character_references__09:
+06_03__inlines__entity_and_numeric_character_references__009:
spec_txt_example_position: 329
source_specification: commonmark
-06_03__inlines__entity_and_numeric_character_references__10:
+06_03__inlines__entity_and_numeric_character_references__010:
spec_txt_example_position: 330
source_specification: commonmark
-06_03__inlines__entity_and_numeric_character_references__11:
+06_03__inlines__entity_and_numeric_character_references__011:
spec_txt_example_position: 331
source_specification: commonmark
-06_03__inlines__entity_and_numeric_character_references__12:
+06_03__inlines__entity_and_numeric_character_references__012:
spec_txt_example_position: 332
source_specification: commonmark
-06_03__inlines__entity_and_numeric_character_references__13:
+06_03__inlines__entity_and_numeric_character_references__013:
spec_txt_example_position: 333
source_specification: commonmark
-06_03__inlines__entity_and_numeric_character_references__14:
+06_03__inlines__entity_and_numeric_character_references__014:
spec_txt_example_position: 334
source_specification: commonmark
-06_03__inlines__entity_and_numeric_character_references__15:
+06_03__inlines__entity_and_numeric_character_references__015:
spec_txt_example_position: 335
source_specification: commonmark
-06_03__inlines__entity_and_numeric_character_references__16:
+06_03__inlines__entity_and_numeric_character_references__016:
spec_txt_example_position: 336
source_specification: commonmark
-06_03__inlines__entity_and_numeric_character_references__17:
+06_03__inlines__entity_and_numeric_character_references__017:
spec_txt_example_position: 337
source_specification: commonmark
-06_04__inlines__code_spans__01:
+06_04__inlines__code_spans__001:
spec_txt_example_position: 338
source_specification: commonmark
-06_04__inlines__code_spans__02:
+06_04__inlines__code_spans__002:
spec_txt_example_position: 339
source_specification: commonmark
-06_04__inlines__code_spans__03:
+06_04__inlines__code_spans__003:
spec_txt_example_position: 340
source_specification: commonmark
-06_04__inlines__code_spans__04:
+06_04__inlines__code_spans__004:
spec_txt_example_position: 341
source_specification: commonmark
-06_04__inlines__code_spans__05:
+06_04__inlines__code_spans__005:
spec_txt_example_position: 342
source_specification: commonmark
-06_04__inlines__code_spans__06:
+06_04__inlines__code_spans__006:
spec_txt_example_position: 343
source_specification: commonmark
-06_04__inlines__code_spans__07:
+06_04__inlines__code_spans__007:
spec_txt_example_position: 344
source_specification: commonmark
-06_04__inlines__code_spans__08:
+06_04__inlines__code_spans__008:
spec_txt_example_position: 345
source_specification: commonmark
-06_04__inlines__code_spans__09:
+06_04__inlines__code_spans__009:
spec_txt_example_position: 346
source_specification: commonmark
-06_04__inlines__code_spans__10:
+06_04__inlines__code_spans__010:
spec_txt_example_position: 347
source_specification: commonmark
-06_04__inlines__code_spans__11:
+06_04__inlines__code_spans__011:
spec_txt_example_position: 348
source_specification: commonmark
-06_04__inlines__code_spans__12:
+06_04__inlines__code_spans__012:
spec_txt_example_position: 349
source_specification: commonmark
-06_04__inlines__code_spans__13:
+06_04__inlines__code_spans__013:
spec_txt_example_position: 350
source_specification: commonmark
-06_04__inlines__code_spans__14:
+06_04__inlines__code_spans__014:
spec_txt_example_position: 351
source_specification: commonmark
-06_04__inlines__code_spans__15:
+06_04__inlines__code_spans__015:
spec_txt_example_position: 352
source_specification: commonmark
-06_04__inlines__code_spans__16:
+06_04__inlines__code_spans__016:
spec_txt_example_position: 353
source_specification: commonmark
-06_04__inlines__code_spans__17:
+06_04__inlines__code_spans__017:
spec_txt_example_position: 354
source_specification: commonmark
-06_04__inlines__code_spans__18:
+06_04__inlines__code_spans__018:
spec_txt_example_position: 355
source_specification: commonmark
-06_04__inlines__code_spans__19:
+06_04__inlines__code_spans__019:
spec_txt_example_position: 356
source_specification: commonmark
-06_04__inlines__code_spans__20:
+06_04__inlines__code_spans__020:
spec_txt_example_position: 357
source_specification: commonmark
-06_04__inlines__code_spans__21:
+06_04__inlines__code_spans__021:
spec_txt_example_position: 358
source_specification: commonmark
-06_04__inlines__code_spans__22:
+06_04__inlines__code_spans__022:
spec_txt_example_position: 359
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__01:
+06_05__inlines__emphasis_and_strong_emphasis__001:
spec_txt_example_position: 360
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__02:
+06_05__inlines__emphasis_and_strong_emphasis__002:
spec_txt_example_position: 361
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__03:
+06_05__inlines__emphasis_and_strong_emphasis__003:
spec_txt_example_position: 362
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__04:
+06_05__inlines__emphasis_and_strong_emphasis__004:
spec_txt_example_position: 363
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__05:
+06_05__inlines__emphasis_and_strong_emphasis__005:
spec_txt_example_position: 364
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__06:
+06_05__inlines__emphasis_and_strong_emphasis__006:
spec_txt_example_position: 365
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__07:
+06_05__inlines__emphasis_and_strong_emphasis__007:
spec_txt_example_position: 366
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__08:
+06_05__inlines__emphasis_and_strong_emphasis__008:
spec_txt_example_position: 367
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__09:
+06_05__inlines__emphasis_and_strong_emphasis__009:
spec_txt_example_position: 368
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__10:
+06_05__inlines__emphasis_and_strong_emphasis__010:
spec_txt_example_position: 369
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__11:
+06_05__inlines__emphasis_and_strong_emphasis__011:
spec_txt_example_position: 370
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__12:
+06_05__inlines__emphasis_and_strong_emphasis__012:
spec_txt_example_position: 371
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__13:
+06_05__inlines__emphasis_and_strong_emphasis__013:
spec_txt_example_position: 372
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__14:
+06_05__inlines__emphasis_and_strong_emphasis__014:
spec_txt_example_position: 373
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__15:
+06_05__inlines__emphasis_and_strong_emphasis__015:
spec_txt_example_position: 374
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__16:
+06_05__inlines__emphasis_and_strong_emphasis__016:
spec_txt_example_position: 375
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__17:
+06_05__inlines__emphasis_and_strong_emphasis__017:
spec_txt_example_position: 376
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__18:
+06_05__inlines__emphasis_and_strong_emphasis__018:
spec_txt_example_position: 377
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__19:
+06_05__inlines__emphasis_and_strong_emphasis__019:
spec_txt_example_position: 378
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__20:
+06_05__inlines__emphasis_and_strong_emphasis__020:
spec_txt_example_position: 379
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__21:
+06_05__inlines__emphasis_and_strong_emphasis__021:
spec_txt_example_position: 380
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__22:
+06_05__inlines__emphasis_and_strong_emphasis__022:
spec_txt_example_position: 381
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__23:
+06_05__inlines__emphasis_and_strong_emphasis__023:
spec_txt_example_position: 382
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__24:
+06_05__inlines__emphasis_and_strong_emphasis__024:
spec_txt_example_position: 383
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__25:
+06_05__inlines__emphasis_and_strong_emphasis__025:
spec_txt_example_position: 384
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__26:
+06_05__inlines__emphasis_and_strong_emphasis__026:
spec_txt_example_position: 385
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__27:
+06_05__inlines__emphasis_and_strong_emphasis__027:
spec_txt_example_position: 386
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__28:
+06_05__inlines__emphasis_and_strong_emphasis__028:
spec_txt_example_position: 387
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__29:
+06_05__inlines__emphasis_and_strong_emphasis__029:
spec_txt_example_position: 388
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__30:
+06_05__inlines__emphasis_and_strong_emphasis__030:
spec_txt_example_position: 389
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__31:
+06_05__inlines__emphasis_and_strong_emphasis__031:
spec_txt_example_position: 390
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__32:
+06_05__inlines__emphasis_and_strong_emphasis__032:
spec_txt_example_position: 391
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__33:
+06_05__inlines__emphasis_and_strong_emphasis__033:
spec_txt_example_position: 392
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__34:
+06_05__inlines__emphasis_and_strong_emphasis__034:
spec_txt_example_position: 393
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__35:
+06_05__inlines__emphasis_and_strong_emphasis__035:
spec_txt_example_position: 394
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__36:
+06_05__inlines__emphasis_and_strong_emphasis__036:
spec_txt_example_position: 395
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__37:
+06_05__inlines__emphasis_and_strong_emphasis__037:
spec_txt_example_position: 396
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__38:
+06_05__inlines__emphasis_and_strong_emphasis__038:
spec_txt_example_position: 397
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__39:
+06_05__inlines__emphasis_and_strong_emphasis__039:
spec_txt_example_position: 398
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__40:
+06_05__inlines__emphasis_and_strong_emphasis__040:
spec_txt_example_position: 399
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__41:
+06_05__inlines__emphasis_and_strong_emphasis__041:
spec_txt_example_position: 400
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__42:
+06_05__inlines__emphasis_and_strong_emphasis__042:
spec_txt_example_position: 401
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__43:
+06_05__inlines__emphasis_and_strong_emphasis__043:
spec_txt_example_position: 402
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__44:
+06_05__inlines__emphasis_and_strong_emphasis__044:
spec_txt_example_position: 403
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__45:
+06_05__inlines__emphasis_and_strong_emphasis__045:
spec_txt_example_position: 404
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__46:
+06_05__inlines__emphasis_and_strong_emphasis__046:
spec_txt_example_position: 405
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__47:
+06_05__inlines__emphasis_and_strong_emphasis__047:
spec_txt_example_position: 406
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__48:
+06_05__inlines__emphasis_and_strong_emphasis__048:
spec_txt_example_position: 407
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__49:
+06_05__inlines__emphasis_and_strong_emphasis__049:
spec_txt_example_position: 408
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__50:
+06_05__inlines__emphasis_and_strong_emphasis__050:
spec_txt_example_position: 409
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__51:
+06_05__inlines__emphasis_and_strong_emphasis__051:
spec_txt_example_position: 410
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__52:
+06_05__inlines__emphasis_and_strong_emphasis__052:
spec_txt_example_position: 411
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__53:
+06_05__inlines__emphasis_and_strong_emphasis__053:
spec_txt_example_position: 412
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__54:
+06_05__inlines__emphasis_and_strong_emphasis__054:
spec_txt_example_position: 413
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__55:
+06_05__inlines__emphasis_and_strong_emphasis__055:
spec_txt_example_position: 414
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__56:
+06_05__inlines__emphasis_and_strong_emphasis__056:
spec_txt_example_position: 415
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__57:
+06_05__inlines__emphasis_and_strong_emphasis__057:
spec_txt_example_position: 416
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__58:
+06_05__inlines__emphasis_and_strong_emphasis__058:
spec_txt_example_position: 417
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__59:
+06_05__inlines__emphasis_and_strong_emphasis__059:
spec_txt_example_position: 418
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__60:
+06_05__inlines__emphasis_and_strong_emphasis__060:
spec_txt_example_position: 419
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__61:
+06_05__inlines__emphasis_and_strong_emphasis__061:
spec_txt_example_position: 420
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__62:
+06_05__inlines__emphasis_and_strong_emphasis__062:
spec_txt_example_position: 421
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__63:
+06_05__inlines__emphasis_and_strong_emphasis__063:
spec_txt_example_position: 422
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__64:
+06_05__inlines__emphasis_and_strong_emphasis__064:
spec_txt_example_position: 423
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__65:
+06_05__inlines__emphasis_and_strong_emphasis__065:
spec_txt_example_position: 424
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__66:
+06_05__inlines__emphasis_and_strong_emphasis__066:
spec_txt_example_position: 425
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__67:
+06_05__inlines__emphasis_and_strong_emphasis__067:
spec_txt_example_position: 426
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__68:
+06_05__inlines__emphasis_and_strong_emphasis__068:
spec_txt_example_position: 427
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__69:
+06_05__inlines__emphasis_and_strong_emphasis__069:
spec_txt_example_position: 428
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__70:
+06_05__inlines__emphasis_and_strong_emphasis__070:
spec_txt_example_position: 429
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__71:
+06_05__inlines__emphasis_and_strong_emphasis__071:
spec_txt_example_position: 430
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__72:
+06_05__inlines__emphasis_and_strong_emphasis__072:
spec_txt_example_position: 431
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__73:
+06_05__inlines__emphasis_and_strong_emphasis__073:
spec_txt_example_position: 432
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__74:
+06_05__inlines__emphasis_and_strong_emphasis__074:
spec_txt_example_position: 433
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__75:
+06_05__inlines__emphasis_and_strong_emphasis__075:
spec_txt_example_position: 434
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__76:
+06_05__inlines__emphasis_and_strong_emphasis__076:
spec_txt_example_position: 435
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__77:
+06_05__inlines__emphasis_and_strong_emphasis__077:
spec_txt_example_position: 436
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__78:
+06_05__inlines__emphasis_and_strong_emphasis__078:
spec_txt_example_position: 437
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__79:
+06_05__inlines__emphasis_and_strong_emphasis__079:
spec_txt_example_position: 438
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__80:
+06_05__inlines__emphasis_and_strong_emphasis__080:
spec_txt_example_position: 439
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__81:
+06_05__inlines__emphasis_and_strong_emphasis__081:
spec_txt_example_position: 440
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__82:
+06_05__inlines__emphasis_and_strong_emphasis__082:
spec_txt_example_position: 441
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__83:
+06_05__inlines__emphasis_and_strong_emphasis__083:
spec_txt_example_position: 442
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__84:
+06_05__inlines__emphasis_and_strong_emphasis__084:
spec_txt_example_position: 443
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__85:
+06_05__inlines__emphasis_and_strong_emphasis__085:
spec_txt_example_position: 444
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__86:
+06_05__inlines__emphasis_and_strong_emphasis__086:
spec_txt_example_position: 445
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__87:
+06_05__inlines__emphasis_and_strong_emphasis__087:
spec_txt_example_position: 446
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__88:
+06_05__inlines__emphasis_and_strong_emphasis__088:
spec_txt_example_position: 447
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__89:
+06_05__inlines__emphasis_and_strong_emphasis__089:
spec_txt_example_position: 448
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__90:
+06_05__inlines__emphasis_and_strong_emphasis__090:
spec_txt_example_position: 449
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__91:
+06_05__inlines__emphasis_and_strong_emphasis__091:
spec_txt_example_position: 450
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__92:
+06_05__inlines__emphasis_and_strong_emphasis__092:
spec_txt_example_position: 451
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__93:
+06_05__inlines__emphasis_and_strong_emphasis__093:
spec_txt_example_position: 452
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__94:
+06_05__inlines__emphasis_and_strong_emphasis__094:
spec_txt_example_position: 453
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__95:
+06_05__inlines__emphasis_and_strong_emphasis__095:
spec_txt_example_position: 454
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__96:
+06_05__inlines__emphasis_and_strong_emphasis__096:
spec_txt_example_position: 455
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__97:
+06_05__inlines__emphasis_and_strong_emphasis__097:
spec_txt_example_position: 456
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__98:
+06_05__inlines__emphasis_and_strong_emphasis__098:
spec_txt_example_position: 457
source_specification: commonmark
-06_05__inlines__emphasis_and_strong_emphasis__99:
+06_05__inlines__emphasis_and_strong_emphasis__099:
spec_txt_example_position: 458
source_specification: commonmark
06_05__inlines__emphasis_and_strong_emphasis__100:
@@ -1463,558 +1463,558 @@
06_05__inlines__emphasis_and_strong_emphasis__131:
spec_txt_example_position: 490
source_specification: commonmark
-06_06__inlines__strikethrough_extension__01:
+06_06__inlines__strikethrough_extension__001:
spec_txt_example_position: 491
source_specification: github
-06_06__inlines__strikethrough_extension__02:
+06_06__inlines__strikethrough_extension__002:
spec_txt_example_position: 492
source_specification: github
-06_07__inlines__links__01:
+06_07__inlines__links__001:
spec_txt_example_position: 493
source_specification: commonmark
-06_07__inlines__links__02:
+06_07__inlines__links__002:
spec_txt_example_position: 494
source_specification: commonmark
-06_07__inlines__links__03:
+06_07__inlines__links__003:
spec_txt_example_position: 495
source_specification: commonmark
-06_07__inlines__links__04:
+06_07__inlines__links__004:
spec_txt_example_position: 496
source_specification: commonmark
-06_07__inlines__links__05:
+06_07__inlines__links__005:
spec_txt_example_position: 497
source_specification: commonmark
-06_07__inlines__links__06:
+06_07__inlines__links__006:
spec_txt_example_position: 498
source_specification: commonmark
-06_07__inlines__links__07:
+06_07__inlines__links__007:
spec_txt_example_position: 499
source_specification: commonmark
-06_07__inlines__links__08:
+06_07__inlines__links__008:
spec_txt_example_position: 500
source_specification: commonmark
-06_07__inlines__links__09:
+06_07__inlines__links__009:
spec_txt_example_position: 501
source_specification: commonmark
-06_07__inlines__links__10:
+06_07__inlines__links__010:
spec_txt_example_position: 502
source_specification: commonmark
-06_07__inlines__links__11:
+06_07__inlines__links__011:
spec_txt_example_position: 503
source_specification: commonmark
-06_07__inlines__links__12:
+06_07__inlines__links__012:
spec_txt_example_position: 504
source_specification: commonmark
-06_07__inlines__links__13:
+06_07__inlines__links__013:
spec_txt_example_position: 505
source_specification: commonmark
-06_07__inlines__links__14:
+06_07__inlines__links__014:
spec_txt_example_position: 506
source_specification: commonmark
-06_07__inlines__links__15:
+06_07__inlines__links__015:
spec_txt_example_position: 507
source_specification: commonmark
-06_07__inlines__links__16:
+06_07__inlines__links__016:
spec_txt_example_position: 508
source_specification: commonmark
-06_07__inlines__links__17:
+06_07__inlines__links__017:
spec_txt_example_position: 509
source_specification: commonmark
-06_07__inlines__links__18:
+06_07__inlines__links__018:
spec_txt_example_position: 510
source_specification: commonmark
-06_07__inlines__links__19:
+06_07__inlines__links__019:
spec_txt_example_position: 511
source_specification: commonmark
-06_07__inlines__links__20:
+06_07__inlines__links__020:
spec_txt_example_position: 512
source_specification: commonmark
-06_07__inlines__links__21:
+06_07__inlines__links__021:
spec_txt_example_position: 513
source_specification: commonmark
-06_07__inlines__links__22:
+06_07__inlines__links__022:
spec_txt_example_position: 514
source_specification: commonmark
-06_07__inlines__links__23:
+06_07__inlines__links__023:
spec_txt_example_position: 515
source_specification: commonmark
-06_07__inlines__links__24:
+06_07__inlines__links__024:
spec_txt_example_position: 516
source_specification: commonmark
-06_07__inlines__links__25:
+06_07__inlines__links__025:
spec_txt_example_position: 517
source_specification: commonmark
-06_07__inlines__links__26:
+06_07__inlines__links__026:
spec_txt_example_position: 518
source_specification: commonmark
-06_07__inlines__links__27:
+06_07__inlines__links__027:
spec_txt_example_position: 519
source_specification: commonmark
-06_07__inlines__links__28:
+06_07__inlines__links__028:
spec_txt_example_position: 520
source_specification: commonmark
-06_07__inlines__links__29:
+06_07__inlines__links__029:
spec_txt_example_position: 521
source_specification: commonmark
-06_07__inlines__links__30:
+06_07__inlines__links__030:
spec_txt_example_position: 522
source_specification: commonmark
-06_07__inlines__links__31:
+06_07__inlines__links__031:
spec_txt_example_position: 523
source_specification: commonmark
-06_07__inlines__links__32:
+06_07__inlines__links__032:
spec_txt_example_position: 524
source_specification: commonmark
-06_07__inlines__links__33:
+06_07__inlines__links__033:
spec_txt_example_position: 525
source_specification: commonmark
-06_07__inlines__links__34:
+06_07__inlines__links__034:
spec_txt_example_position: 526
source_specification: commonmark
-06_07__inlines__links__35:
+06_07__inlines__links__035:
spec_txt_example_position: 527
source_specification: commonmark
-06_07__inlines__links__36:
+06_07__inlines__links__036:
spec_txt_example_position: 528
source_specification: commonmark
-06_07__inlines__links__37:
+06_07__inlines__links__037:
spec_txt_example_position: 529
source_specification: commonmark
-06_07__inlines__links__38:
+06_07__inlines__links__038:
spec_txt_example_position: 530
source_specification: commonmark
-06_07__inlines__links__39:
+06_07__inlines__links__039:
spec_txt_example_position: 531
source_specification: commonmark
-06_07__inlines__links__40:
+06_07__inlines__links__040:
spec_txt_example_position: 532
source_specification: commonmark
-06_07__inlines__links__41:
+06_07__inlines__links__041:
spec_txt_example_position: 533
source_specification: commonmark
-06_07__inlines__links__42:
+06_07__inlines__links__042:
spec_txt_example_position: 534
source_specification: commonmark
-06_07__inlines__links__43:
+06_07__inlines__links__043:
spec_txt_example_position: 535
source_specification: commonmark
-06_07__inlines__links__44:
+06_07__inlines__links__044:
spec_txt_example_position: 536
source_specification: commonmark
-06_07__inlines__links__45:
+06_07__inlines__links__045:
spec_txt_example_position: 537
source_specification: commonmark
-06_07__inlines__links__46:
+06_07__inlines__links__046:
spec_txt_example_position: 538
source_specification: commonmark
-06_07__inlines__links__47:
+06_07__inlines__links__047:
spec_txt_example_position: 539
source_specification: commonmark
-06_07__inlines__links__48:
+06_07__inlines__links__048:
spec_txt_example_position: 540
source_specification: commonmark
-06_07__inlines__links__49:
+06_07__inlines__links__049:
spec_txt_example_position: 541
source_specification: commonmark
-06_07__inlines__links__50:
+06_07__inlines__links__050:
spec_txt_example_position: 542
source_specification: commonmark
-06_07__inlines__links__51:
+06_07__inlines__links__051:
spec_txt_example_position: 543
source_specification: commonmark
-06_07__inlines__links__52:
+06_07__inlines__links__052:
spec_txt_example_position: 544
source_specification: commonmark
-06_07__inlines__links__53:
+06_07__inlines__links__053:
spec_txt_example_position: 545
source_specification: commonmark
-06_07__inlines__links__54:
+06_07__inlines__links__054:
spec_txt_example_position: 546
source_specification: commonmark
-06_07__inlines__links__55:
+06_07__inlines__links__055:
spec_txt_example_position: 547
source_specification: commonmark
-06_07__inlines__links__56:
+06_07__inlines__links__056:
spec_txt_example_position: 548
source_specification: commonmark
-06_07__inlines__links__57:
+06_07__inlines__links__057:
spec_txt_example_position: 549
source_specification: commonmark
-06_07__inlines__links__58:
+06_07__inlines__links__058:
spec_txt_example_position: 550
source_specification: commonmark
-06_07__inlines__links__59:
+06_07__inlines__links__059:
spec_txt_example_position: 551
source_specification: commonmark
-06_07__inlines__links__60:
+06_07__inlines__links__060:
spec_txt_example_position: 552
source_specification: commonmark
-06_07__inlines__links__61:
+06_07__inlines__links__061:
spec_txt_example_position: 553
source_specification: commonmark
-06_07__inlines__links__62:
+06_07__inlines__links__062:
spec_txt_example_position: 554
source_specification: commonmark
-06_07__inlines__links__63:
+06_07__inlines__links__063:
spec_txt_example_position: 555
source_specification: commonmark
-06_07__inlines__links__64:
+06_07__inlines__links__064:
spec_txt_example_position: 556
source_specification: commonmark
-06_07__inlines__links__65:
+06_07__inlines__links__065:
spec_txt_example_position: 557
source_specification: commonmark
-06_07__inlines__links__66:
+06_07__inlines__links__066:
spec_txt_example_position: 558
source_specification: commonmark
-06_07__inlines__links__67:
+06_07__inlines__links__067:
spec_txt_example_position: 559
source_specification: commonmark
-06_07__inlines__links__68:
+06_07__inlines__links__068:
spec_txt_example_position: 560
source_specification: commonmark
-06_07__inlines__links__69:
+06_07__inlines__links__069:
spec_txt_example_position: 561
source_specification: commonmark
-06_07__inlines__links__70:
+06_07__inlines__links__070:
spec_txt_example_position: 562
source_specification: commonmark
-06_07__inlines__links__71:
+06_07__inlines__links__071:
spec_txt_example_position: 563
source_specification: commonmark
-06_07__inlines__links__72:
+06_07__inlines__links__072:
spec_txt_example_position: 564
source_specification: commonmark
-06_07__inlines__links__73:
+06_07__inlines__links__073:
spec_txt_example_position: 565
source_specification: commonmark
-06_07__inlines__links__74:
+06_07__inlines__links__074:
spec_txt_example_position: 566
source_specification: commonmark
-06_07__inlines__links__75:
+06_07__inlines__links__075:
spec_txt_example_position: 567
source_specification: commonmark
-06_07__inlines__links__76:
+06_07__inlines__links__076:
spec_txt_example_position: 568
source_specification: commonmark
-06_07__inlines__links__77:
+06_07__inlines__links__077:
spec_txt_example_position: 569
source_specification: commonmark
-06_07__inlines__links__78:
+06_07__inlines__links__078:
spec_txt_example_position: 570
source_specification: commonmark
-06_07__inlines__links__79:
+06_07__inlines__links__079:
spec_txt_example_position: 571
source_specification: commonmark
-06_07__inlines__links__80:
+06_07__inlines__links__080:
spec_txt_example_position: 572
source_specification: commonmark
-06_07__inlines__links__81:
+06_07__inlines__links__081:
spec_txt_example_position: 573
source_specification: commonmark
-06_07__inlines__links__82:
+06_07__inlines__links__082:
spec_txt_example_position: 574
source_specification: commonmark
-06_07__inlines__links__83:
+06_07__inlines__links__083:
spec_txt_example_position: 575
source_specification: commonmark
-06_07__inlines__links__84:
+06_07__inlines__links__084:
spec_txt_example_position: 576
source_specification: commonmark
-06_07__inlines__links__85:
+06_07__inlines__links__085:
spec_txt_example_position: 577
source_specification: commonmark
-06_07__inlines__links__86:
+06_07__inlines__links__086:
spec_txt_example_position: 578
source_specification: commonmark
-06_07__inlines__links__87:
+06_07__inlines__links__087:
spec_txt_example_position: 579
source_specification: commonmark
-06_08__inlines__images__01:
+06_08__inlines__images__001:
spec_txt_example_position: 580
source_specification: commonmark
-06_08__inlines__images__02:
+06_08__inlines__images__002:
spec_txt_example_position: 581
source_specification: commonmark
-06_08__inlines__images__03:
+06_08__inlines__images__003:
spec_txt_example_position: 582
source_specification: commonmark
-06_08__inlines__images__04:
+06_08__inlines__images__004:
spec_txt_example_position: 583
source_specification: commonmark
-06_08__inlines__images__05:
+06_08__inlines__images__005:
spec_txt_example_position: 584
source_specification: commonmark
-06_08__inlines__images__06:
+06_08__inlines__images__006:
spec_txt_example_position: 585
source_specification: commonmark
-06_08__inlines__images__07:
+06_08__inlines__images__007:
spec_txt_example_position: 586
source_specification: commonmark
-06_08__inlines__images__08:
+06_08__inlines__images__008:
spec_txt_example_position: 587
source_specification: commonmark
-06_08__inlines__images__09:
+06_08__inlines__images__009:
spec_txt_example_position: 588
source_specification: commonmark
-06_08__inlines__images__10:
+06_08__inlines__images__010:
spec_txt_example_position: 589
source_specification: commonmark
-06_08__inlines__images__11:
+06_08__inlines__images__011:
spec_txt_example_position: 590
source_specification: commonmark
-06_08__inlines__images__12:
+06_08__inlines__images__012:
spec_txt_example_position: 591
source_specification: commonmark
-06_08__inlines__images__13:
+06_08__inlines__images__013:
spec_txt_example_position: 592
source_specification: commonmark
-06_08__inlines__images__14:
+06_08__inlines__images__014:
spec_txt_example_position: 593
source_specification: commonmark
-06_08__inlines__images__15:
+06_08__inlines__images__015:
spec_txt_example_position: 594
source_specification: commonmark
-06_08__inlines__images__16:
+06_08__inlines__images__016:
spec_txt_example_position: 595
source_specification: commonmark
-06_08__inlines__images__17:
+06_08__inlines__images__017:
spec_txt_example_position: 596
source_specification: commonmark
-06_08__inlines__images__18:
+06_08__inlines__images__018:
spec_txt_example_position: 597
source_specification: commonmark
-06_08__inlines__images__19:
+06_08__inlines__images__019:
spec_txt_example_position: 598
source_specification: commonmark
-06_08__inlines__images__20:
+06_08__inlines__images__020:
spec_txt_example_position: 599
source_specification: commonmark
-06_08__inlines__images__21:
+06_08__inlines__images__021:
spec_txt_example_position: 600
source_specification: commonmark
-06_08__inlines__images__22:
+06_08__inlines__images__022:
spec_txt_example_position: 601
source_specification: commonmark
-06_09__inlines__autolinks__01:
+06_09__inlines__autolinks__001:
spec_txt_example_position: 602
source_specification: commonmark
-06_09__inlines__autolinks__02:
+06_09__inlines__autolinks__002:
spec_txt_example_position: 603
source_specification: commonmark
-06_09__inlines__autolinks__03:
+06_09__inlines__autolinks__003:
spec_txt_example_position: 604
source_specification: commonmark
-06_09__inlines__autolinks__04:
+06_09__inlines__autolinks__004:
spec_txt_example_position: 605
source_specification: commonmark
-06_09__inlines__autolinks__05:
+06_09__inlines__autolinks__005:
spec_txt_example_position: 606
source_specification: commonmark
-06_09__inlines__autolinks__06:
+06_09__inlines__autolinks__006:
spec_txt_example_position: 607
source_specification: commonmark
-06_09__inlines__autolinks__07:
+06_09__inlines__autolinks__007:
spec_txt_example_position: 608
source_specification: commonmark
-06_09__inlines__autolinks__08:
+06_09__inlines__autolinks__008:
spec_txt_example_position: 609
source_specification: commonmark
-06_09__inlines__autolinks__09:
+06_09__inlines__autolinks__009:
spec_txt_example_position: 610
source_specification: commonmark
-06_09__inlines__autolinks__10:
+06_09__inlines__autolinks__010:
spec_txt_example_position: 611
source_specification: commonmark
-06_09__inlines__autolinks__11:
+06_09__inlines__autolinks__011:
spec_txt_example_position: 612
source_specification: commonmark
-06_09__inlines__autolinks__12:
+06_09__inlines__autolinks__012:
spec_txt_example_position: 613
source_specification: commonmark
-06_09__inlines__autolinks__13:
+06_09__inlines__autolinks__013:
spec_txt_example_position: 614
source_specification: commonmark
-06_09__inlines__autolinks__14:
+06_09__inlines__autolinks__014:
spec_txt_example_position: 615
source_specification: commonmark
-06_09__inlines__autolinks__15:
+06_09__inlines__autolinks__015:
spec_txt_example_position: 616
source_specification: commonmark
-06_09__inlines__autolinks__16:
+06_09__inlines__autolinks__016:
spec_txt_example_position: 617
source_specification: commonmark
-06_09__inlines__autolinks__17:
+06_09__inlines__autolinks__017:
spec_txt_example_position: 618
source_specification: commonmark
-06_09__inlines__autolinks__18:
+06_09__inlines__autolinks__018:
spec_txt_example_position: 619
source_specification: commonmark
-06_09__inlines__autolinks__19:
+06_09__inlines__autolinks__019:
spec_txt_example_position: 620
source_specification: commonmark
-06_10__inlines__autolinks_extension__01:
+06_10__inlines__autolinks_extension__001:
spec_txt_example_position: 621
source_specification: github
-06_10__inlines__autolinks_extension__02:
+06_10__inlines__autolinks_extension__002:
spec_txt_example_position: 622
source_specification: github
-06_10__inlines__autolinks_extension__03:
+06_10__inlines__autolinks_extension__003:
spec_txt_example_position: 623
source_specification: github
-06_10__inlines__autolinks_extension__04:
+06_10__inlines__autolinks_extension__004:
spec_txt_example_position: 624
source_specification: github
-06_10__inlines__autolinks_extension__05:
+06_10__inlines__autolinks_extension__005:
spec_txt_example_position: 625
source_specification: github
-06_10__inlines__autolinks_extension__06:
+06_10__inlines__autolinks_extension__006:
spec_txt_example_position: 626
source_specification: github
-06_10__inlines__autolinks_extension__07:
+06_10__inlines__autolinks_extension__007:
spec_txt_example_position: 627
source_specification: github
-06_10__inlines__autolinks_extension__08:
+06_10__inlines__autolinks_extension__008:
spec_txt_example_position: 628
source_specification: github
-06_10__inlines__autolinks_extension__09:
+06_10__inlines__autolinks_extension__009:
spec_txt_example_position: 629
source_specification: github
-06_10__inlines__autolinks_extension__10:
+06_10__inlines__autolinks_extension__010:
spec_txt_example_position: 630
source_specification: github
-06_10__inlines__autolinks_extension__11:
+06_10__inlines__autolinks_extension__011:
spec_txt_example_position: 631
source_specification: github
-06_11__inlines__raw_html__01:
+06_11__inlines__raw_html__001:
spec_txt_example_position: 632
source_specification: commonmark
-06_11__inlines__raw_html__02:
+06_11__inlines__raw_html__002:
spec_txt_example_position: 633
source_specification: commonmark
-06_11__inlines__raw_html__03:
+06_11__inlines__raw_html__003:
spec_txt_example_position: 634
source_specification: commonmark
-06_11__inlines__raw_html__04:
+06_11__inlines__raw_html__004:
spec_txt_example_position: 635
source_specification: commonmark
-06_11__inlines__raw_html__05:
+06_11__inlines__raw_html__005:
spec_txt_example_position: 636
source_specification: commonmark
-06_11__inlines__raw_html__06:
+06_11__inlines__raw_html__006:
spec_txt_example_position: 637
source_specification: commonmark
-06_11__inlines__raw_html__07:
+06_11__inlines__raw_html__007:
spec_txt_example_position: 638
source_specification: commonmark
-06_11__inlines__raw_html__08:
+06_11__inlines__raw_html__008:
spec_txt_example_position: 639
source_specification: commonmark
-06_11__inlines__raw_html__09:
+06_11__inlines__raw_html__009:
spec_txt_example_position: 640
source_specification: commonmark
-06_11__inlines__raw_html__10:
+06_11__inlines__raw_html__010:
spec_txt_example_position: 641
source_specification: commonmark
-06_11__inlines__raw_html__11:
+06_11__inlines__raw_html__011:
spec_txt_example_position: 642
source_specification: commonmark
-06_11__inlines__raw_html__12:
+06_11__inlines__raw_html__012:
spec_txt_example_position: 643
source_specification: commonmark
-06_11__inlines__raw_html__13:
+06_11__inlines__raw_html__013:
spec_txt_example_position: 644
source_specification: commonmark
-06_11__inlines__raw_html__14:
+06_11__inlines__raw_html__014:
spec_txt_example_position: 645
source_specification: commonmark
-06_11__inlines__raw_html__15:
+06_11__inlines__raw_html__015:
spec_txt_example_position: 646
source_specification: commonmark
-06_11__inlines__raw_html__16:
+06_11__inlines__raw_html__016:
spec_txt_example_position: 647
source_specification: commonmark
-06_11__inlines__raw_html__17:
+06_11__inlines__raw_html__017:
spec_txt_example_position: 648
source_specification: commonmark
-06_11__inlines__raw_html__18:
+06_11__inlines__raw_html__018:
spec_txt_example_position: 649
source_specification: commonmark
-06_11__inlines__raw_html__19:
+06_11__inlines__raw_html__019:
spec_txt_example_position: 650
source_specification: commonmark
-06_11__inlines__raw_html__20:
+06_11__inlines__raw_html__020:
spec_txt_example_position: 651
source_specification: commonmark
-06_11__inlines__raw_html__21:
+06_11__inlines__raw_html__021:
spec_txt_example_position: 652
source_specification: commonmark
-06_12__inlines__disallowed_raw_html_extension__01:
+06_12__inlines__disallowed_raw_html_extension__001:
spec_txt_example_position: 653
source_specification: github
-06_13__inlines__hard_line_breaks__01:
+06_13__inlines__hard_line_breaks__001:
spec_txt_example_position: 654
source_specification: commonmark
-06_13__inlines__hard_line_breaks__02:
+06_13__inlines__hard_line_breaks__002:
spec_txt_example_position: 655
source_specification: commonmark
-06_13__inlines__hard_line_breaks__03:
+06_13__inlines__hard_line_breaks__003:
spec_txt_example_position: 656
source_specification: commonmark
-06_13__inlines__hard_line_breaks__04:
+06_13__inlines__hard_line_breaks__004:
spec_txt_example_position: 657
source_specification: commonmark
-06_13__inlines__hard_line_breaks__05:
+06_13__inlines__hard_line_breaks__005:
spec_txt_example_position: 658
source_specification: commonmark
-06_13__inlines__hard_line_breaks__06:
+06_13__inlines__hard_line_breaks__006:
spec_txt_example_position: 659
source_specification: commonmark
-06_13__inlines__hard_line_breaks__07:
+06_13__inlines__hard_line_breaks__007:
spec_txt_example_position: 660
source_specification: commonmark
-06_13__inlines__hard_line_breaks__08:
+06_13__inlines__hard_line_breaks__008:
spec_txt_example_position: 661
source_specification: commonmark
-06_13__inlines__hard_line_breaks__09:
+06_13__inlines__hard_line_breaks__009:
spec_txt_example_position: 662
source_specification: commonmark
-06_13__inlines__hard_line_breaks__10:
+06_13__inlines__hard_line_breaks__010:
spec_txt_example_position: 663
source_specification: commonmark
-06_13__inlines__hard_line_breaks__11:
+06_13__inlines__hard_line_breaks__011:
spec_txt_example_position: 664
source_specification: commonmark
-06_13__inlines__hard_line_breaks__12:
+06_13__inlines__hard_line_breaks__012:
spec_txt_example_position: 665
source_specification: commonmark
-06_13__inlines__hard_line_breaks__13:
+06_13__inlines__hard_line_breaks__013:
spec_txt_example_position: 666
source_specification: commonmark
-06_13__inlines__hard_line_breaks__14:
+06_13__inlines__hard_line_breaks__014:
spec_txt_example_position: 667
source_specification: commonmark
-06_13__inlines__hard_line_breaks__15:
+06_13__inlines__hard_line_breaks__015:
spec_txt_example_position: 668
source_specification: commonmark
-06_14__inlines__soft_line_breaks__01:
+06_14__inlines__soft_line_breaks__001:
spec_txt_example_position: 669
source_specification: commonmark
-06_14__inlines__soft_line_breaks__02:
+06_14__inlines__soft_line_breaks__002:
spec_txt_example_position: 670
source_specification: commonmark
-06_15__inlines__textual_content__01:
+06_15__inlines__textual_content__001:
spec_txt_example_position: 671
source_specification: commonmark
-06_15__inlines__textual_content__02:
+06_15__inlines__textual_content__002:
spec_txt_example_position: 672
source_specification: commonmark
-06_15__inlines__textual_content__03:
+06_15__inlines__textual_content__003:
spec_txt_example_position: 673
source_specification: commonmark
-07_01__first_gitlab_specific_section_with_examples__strong_but_with_two_asterisks__01:
+07_01__first_gitlab_specific_section_with_examples__strong_but_with_two_asterisks__001:
spec_txt_example_position: 674
source_specification: commonmark
-08_01__second_gitlab_specific_section_with_examples__strong_but_with_html__01:
+08_01__second_gitlab_specific_section_with_examples__strong_but_with_html__001:
spec_txt_example_position: 675
source_specification: commonmark
diff --git a/spec/fixtures/glfm/example_snapshots/html.yml b/spec/fixtures/glfm/example_snapshots/html.yml
index a536b5a4834..1dd84b1cd03 100644
--- a/spec/fixtures/glfm/example_snapshots/html.yml
+++ b/spec/fixtures/glfm/example_snapshots/html.yml
@@ -1,24 +1,24 @@
---
-02_01__preliminaries__tabs__01:
+02_01__preliminaries__tabs__001:
canonical: "<pre><code>foo\tbaz\t\tbim\n</code></pre>\n"
static: "<div class=\"gl-relative markdown-code-block js-markdown-code\">&#x000A;<pre
data-sourcepos=\"1:2-1:13\" class=\"code highlight js-syntax-highlight language-plaintext\"
lang=\"plaintext\" v-pre=\"true\"><code><span id=\"LC1\" class=\"line\" lang=\"plaintext\">foo\tbaz\t\tbim</span></code></pre>&#x000A;<copy-code></copy-code>&#x000A;</div>"
wysiwyg: "<pre class=\"content-editor-code-block undefined code highlight\"><code>foo\tbaz\t\tbim</code></pre>"
-02_01__preliminaries__tabs__02:
+02_01__preliminaries__tabs__002:
canonical: "<pre><code>foo\tbaz\t\tbim\n</code></pre>\n"
static: "<div class=\"gl-relative markdown-code-block js-markdown-code\">&#x000A;<pre
data-sourcepos=\"1:4-1:15\" class=\"code highlight js-syntax-highlight language-plaintext\"
lang=\"plaintext\" v-pre=\"true\"><code><span id=\"LC1\" class=\"line\" lang=\"plaintext\">foo\tbaz\t\tbim</span></code></pre>&#x000A;<copy-code></copy-code>&#x000A;</div>"
wysiwyg: "<pre class=\"content-editor-code-block undefined code highlight\"><code>foo\tbaz\t\tbim</code></pre>"
-02_01__preliminaries__tabs__03:
+02_01__preliminaries__tabs__003:
canonical: "<pre><code>a\ta\nὐ\ta\n</code></pre>\n"
static: "<div class=\"gl-relative markdown-code-block js-markdown-code\">&#x000A;<pre
data-sourcepos=\"1:5-2:9\" class=\"code highlight js-syntax-highlight language-plaintext\"
lang=\"plaintext\" v-pre=\"true\"><code><span id=\"LC1\" class=\"line\" lang=\"plaintext\">a\ta</span>&#x000A;<span
id=\"LC2\" class=\"line\" lang=\"plaintext\">ὐ\ta</span></code></pre>&#x000A;<copy-code></copy-code>&#x000A;</div>"
wysiwyg: "<pre class=\"content-editor-code-block undefined code highlight\"><code>a\ta\nὐ\ta</code></pre>"
-02_01__preliminaries__tabs__04:
+02_01__preliminaries__tabs__004:
canonical: |
<ul>
<li>
@@ -30,7 +30,7 @@
<ul data-sourcepos="1:3-3:4" dir="auto">&#x000A;<li data-sourcepos="1:3-3:4">&#x000A;<p data-sourcepos="1:5-1:7">foo</p>&#x000A;<p data-sourcepos="3:2-3:4">bar</p>&#x000A;</li>&#x000A;</ul>
wysiwyg: |-
<ul bullet="*"><li><p>foo</p><p>bar</p></li></ul>
-02_01__preliminaries__tabs__05:
+02_01__preliminaries__tabs__005:
canonical: |
<ul>
<li>
@@ -43,7 +43,7 @@
<ul data-sourcepos="1:1-3:5" dir="auto">&#x000A;<li data-sourcepos="1:1-3:5">&#x000A;<p data-sourcepos="1:3-1:5">foo</p>&#x000A;<div class="gl-relative markdown-code-block js-markdown-code">&#x000A;<pre data-sourcepos="3:2-3:5" class="code highlight js-syntax-highlight language-plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext"> bar</span></code></pre>&#x000A;<copy-code></copy-code>&#x000A;</div>&#x000A;</li>&#x000A;</ul>
wysiwyg: |-
<ul bullet="*"><li><p>foo</p><pre class="content-editor-code-block undefined code highlight"><code> bar</code></pre></li></ul>
-02_01__preliminaries__tabs__06:
+02_01__preliminaries__tabs__006:
canonical: |
<blockquote>
<pre><code> foo
@@ -53,7 +53,7 @@
<blockquote data-sourcepos="1:1-1:6" dir="auto">&#x000A;<div class="gl-relative markdown-code-block js-markdown-code">&#x000A;<pre data-sourcepos="1:3-1:6" class="code highlight js-syntax-highlight language-plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext"> foo</span></code></pre>&#x000A;<copy-code></copy-code>&#x000A;</div>&#x000A;</blockquote>
wysiwyg: |-
<blockquote multiline="false"><pre class="content-editor-code-block undefined code highlight"><code> foo</code></pre></blockquote>
-02_01__preliminaries__tabs__07:
+02_01__preliminaries__tabs__007:
canonical: |
<ul>
<li>
@@ -65,7 +65,7 @@
<ul data-sourcepos="1:1-1:6" dir="auto">&#x000A;<li data-sourcepos="1:1-1:6">&#x000A;<div class="gl-relative markdown-code-block js-markdown-code">&#x000A;<pre data-sourcepos="1:3-1:6" class="code highlight js-syntax-highlight language-plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext"> foo</span></code></pre>&#x000A;<copy-code></copy-code>&#x000A;</div>&#x000A;</li>&#x000A;</ul>
wysiwyg: |-
<ul bullet="*"><li><p></p><pre class="content-editor-code-block undefined code highlight"><code> foo</code></pre></li></ul>
-02_01__preliminaries__tabs__08:
+02_01__preliminaries__tabs__008:
canonical: |
<pre><code>foo
bar
@@ -75,7 +75,7 @@
wysiwyg: |-
<pre class="content-editor-code-block undefined code highlight"><code>foo
bar</code></pre>
-02_01__preliminaries__tabs__09:
+02_01__preliminaries__tabs__009:
canonical: |
<ul>
<li>foo
@@ -94,21 +94,21 @@
<ul bullet="*"><li><p>foo
</p><ul bullet="*"><li><p>bar
</p><ul bullet="*"><li><p>baz</p></li></ul></li></ul></li></ul>
-02_01__preliminaries__tabs__10:
+02_01__preliminaries__tabs__010:
canonical: |
<h1>Foo</h1>
static: |-
<h1 data-sourcepos="1:1-1:5" dir="auto">&#x000A;<a id="user-content-foo" class="anchor" href="#foo" aria-hidden="true"></a>Foo</h1>
wysiwyg: |-
<h1>Foo</h1>
-02_01__preliminaries__tabs__11:
+02_01__preliminaries__tabs__011:
canonical: |
<hr />
static: |-
<hr data-sourcepos="1:1-1:6">
wysiwyg: |-
<hr>
-03_01__blocks_and_inlines__precedence__01:
+03_01__blocks_and_inlines__precedence__001:
canonical: |
<ul>
<li>`one</li>
@@ -118,7 +118,7 @@
<ul data-sourcepos="1:1-2:6" dir="auto">&#x000A;<li data-sourcepos="1:1-1:6">`one</li>&#x000A;<li data-sourcepos="2:1-2:6">two`</li>&#x000A;</ul>
wysiwyg: |-
<ul bullet="*"><li><p>`one</p></li><li><p>two`</p></li></ul>
-04_01__leaf_blocks__thematic_breaks__01:
+04_01__leaf_blocks__thematic_breaks__001:
canonical: |
<hr />
<hr />
@@ -127,21 +127,21 @@
<hr data-sourcepos="1:1-1:3">&#x000A;<hr data-sourcepos="2:1-2:3">&#x000A;<hr data-sourcepos="3:1-3:3">
wysiwyg: |-
<hr>
-04_01__leaf_blocks__thematic_breaks__02:
+04_01__leaf_blocks__thematic_breaks__002:
canonical: |
<p>+++</p>
static: |-
<p data-sourcepos="1:1-1:3" dir="auto">+++</p>
wysiwyg: |-
<p>+++</p>
-04_01__leaf_blocks__thematic_breaks__03:
+04_01__leaf_blocks__thematic_breaks__003:
canonical: |
<p>===</p>
static: |-
<p data-sourcepos="1:1-1:3" dir="auto">===</p>
wysiwyg: |-
<p>===</p>
-04_01__leaf_blocks__thematic_breaks__04:
+04_01__leaf_blocks__thematic_breaks__004:
canonical: |
<p>--
**
@@ -152,7 +152,7 @@
<p>--
**
__</p>
-04_01__leaf_blocks__thematic_breaks__05:
+04_01__leaf_blocks__thematic_breaks__005:
canonical: |
<hr />
<hr />
@@ -161,7 +161,7 @@
<hr data-sourcepos="1:2-1:4">&#x000A;<hr data-sourcepos="2:3-2:5">&#x000A;<hr data-sourcepos="3:4-3:6">
wysiwyg: |-
<hr>
-04_01__leaf_blocks__thematic_breaks__06:
+04_01__leaf_blocks__thematic_breaks__006:
canonical: |
<pre><code>***
</code></pre>
@@ -169,7 +169,7 @@
<div class="gl-relative markdown-code-block js-markdown-code">&#x000A;<pre data-sourcepos="1:5-1:7" class="code highlight js-syntax-highlight language-plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">***</span></code></pre>&#x000A;<copy-code></copy-code>&#x000A;</div>
wysiwyg: |-
<pre class="content-editor-code-block undefined code highlight"><code>***</code></pre>
-04_01__leaf_blocks__thematic_breaks__07:
+04_01__leaf_blocks__thematic_breaks__007:
canonical: |
<p>Foo
***</p>
@@ -178,42 +178,42 @@
wysiwyg: |-
<p>Foo
***</p>
-04_01__leaf_blocks__thematic_breaks__08:
+04_01__leaf_blocks__thematic_breaks__008:
canonical: |
<hr />
static: |-
<hr data-sourcepos="1:1-1:37">
wysiwyg: |-
<hr>
-04_01__leaf_blocks__thematic_breaks__09:
+04_01__leaf_blocks__thematic_breaks__009:
canonical: |
<hr />
static: |-
<hr data-sourcepos="1:2-1:6">
wysiwyg: |-
<hr>
-04_01__leaf_blocks__thematic_breaks__10:
+04_01__leaf_blocks__thematic_breaks__010:
canonical: |
<hr />
static: |-
<hr data-sourcepos="1:2-1:19">
wysiwyg: |-
<hr>
-04_01__leaf_blocks__thematic_breaks__11:
+04_01__leaf_blocks__thematic_breaks__011:
canonical: |
<hr />
static: |-
<hr data-sourcepos="1:1-1:21">
wysiwyg: |-
<hr>
-04_01__leaf_blocks__thematic_breaks__12:
+04_01__leaf_blocks__thematic_breaks__012:
canonical: |
<hr />
static: |-
<hr data-sourcepos="1:1-1:11">
wysiwyg: |-
<hr>
-04_01__leaf_blocks__thematic_breaks__13:
+04_01__leaf_blocks__thematic_breaks__013:
canonical: |
<p>_ _ _ _ a</p>
<p>a------</p>
@@ -222,14 +222,14 @@
<p data-sourcepos="1:1-1:9" dir="auto">_ _ _ _ a</p>&#x000A;<p data-sourcepos="3:1-3:7" dir="auto">a------</p>&#x000A;<p data-sourcepos="5:1-5:7" dir="auto">---a---</p>
wysiwyg: |-
<p>_ _ _ _ a</p>
-04_01__leaf_blocks__thematic_breaks__14:
+04_01__leaf_blocks__thematic_breaks__014:
canonical: |
<p><em>-</em></p>
static: |-
<p data-sourcepos="1:2-1:4" dir="auto"><em>-</em></p>
wysiwyg: |-
<p><em>-</em></p>
-04_01__leaf_blocks__thematic_breaks__15:
+04_01__leaf_blocks__thematic_breaks__015:
canonical: |
<ul>
<li>foo</li>
@@ -242,7 +242,7 @@
<ul data-sourcepos="1:1-1:5" dir="auto">&#x000A;<li data-sourcepos="1:1-1:5">foo</li>&#x000A;</ul>&#x000A;<hr data-sourcepos="2:1-2:3">&#x000A;<ul data-sourcepos="3:1-3:5" dir="auto">&#x000A;<li data-sourcepos="3:1-3:5">bar</li>&#x000A;</ul>
wysiwyg: |-
<ul bullet="*"><li><p>foo</p></li></ul>
-04_01__leaf_blocks__thematic_breaks__16:
+04_01__leaf_blocks__thematic_breaks__016:
canonical: |
<p>Foo</p>
<hr />
@@ -251,7 +251,7 @@
<p data-sourcepos="1:1-1:3" dir="auto">Foo</p>&#x000A;<hr data-sourcepos="2:1-2:3">&#x000A;<p data-sourcepos="3:1-3:3" dir="auto">bar</p>
wysiwyg: |-
<p>Foo</p>
-04_01__leaf_blocks__thematic_breaks__17:
+04_01__leaf_blocks__thematic_breaks__017:
canonical: |
<h2>Foo</h2>
<p>bar</p>
@@ -259,7 +259,7 @@
<h2 data-sourcepos="1:1-3:3" dir="auto">&#x000A;<a id="user-content-foo" class="anchor" href="#foo" aria-hidden="true"></a>Foo</h2>&#x000A;<p data-sourcepos="3:1-3:3" dir="auto">bar</p>
wysiwyg: |-
<h2>Foo</h2>
-04_01__leaf_blocks__thematic_breaks__18:
+04_01__leaf_blocks__thematic_breaks__018:
canonical: |
<ul>
<li>Foo</li>
@@ -272,7 +272,7 @@
<ul data-sourcepos="1:1-1:5" dir="auto">&#x000A;<li data-sourcepos="1:1-1:5">Foo</li>&#x000A;</ul>&#x000A;<hr data-sourcepos="2:1-2:5">&#x000A;<ul data-sourcepos="3:1-3:5" dir="auto">&#x000A;<li data-sourcepos="3:1-3:5">Bar</li>&#x000A;</ul>
wysiwyg: |-
<ul bullet="*"><li><p>Foo</p></li></ul>
-04_01__leaf_blocks__thematic_breaks__19:
+04_01__leaf_blocks__thematic_breaks__019:
canonical: |
<ul>
<li>Foo</li>
@@ -284,7 +284,7 @@
<ul data-sourcepos="1:1-2:7" dir="auto">&#x000A;<li data-sourcepos="1:1-1:5">Foo</li>&#x000A;<li data-sourcepos="2:1-2:7">&#x000A;<hr data-sourcepos="2:3-2:7">&#x000A;</li>&#x000A;</ul>
wysiwyg: |-
<ul bullet="*"><li><p>Foo</p></li><li><p></p><hr></li></ul>
-04_02__leaf_blocks__atx_headings__01:
+04_02__leaf_blocks__atx_headings__001:
canonical: |
<h1>foo</h1>
<h2>foo</h2>
@@ -296,14 +296,14 @@
<h1 data-sourcepos="1:1-1:5" dir="auto">&#x000A;<a id="user-content-foo" class="anchor" href="#foo" aria-hidden="true"></a>foo</h1>&#x000A;<h2 data-sourcepos="2:1-2:6" dir="auto">&#x000A;<a id="user-content-foo-1" class="anchor" href="#foo-1" aria-hidden="true"></a>foo</h2>&#x000A;<h3 data-sourcepos="3:1-3:7" dir="auto">&#x000A;<a id="user-content-foo-2" class="anchor" href="#foo-2" aria-hidden="true"></a>foo</h3>&#x000A;<h4 data-sourcepos="4:1-4:8" dir="auto">&#x000A;<a id="user-content-foo-3" class="anchor" href="#foo-3" aria-hidden="true"></a>foo</h4>&#x000A;<h5 data-sourcepos="5:1-5:9" dir="auto">&#x000A;<a id="user-content-foo-4" class="anchor" href="#foo-4" aria-hidden="true"></a>foo</h5>&#x000A;<h6 data-sourcepos="6:1-6:10" dir="auto">&#x000A;<a id="user-content-foo-5" class="anchor" href="#foo-5" aria-hidden="true"></a>foo</h6>
wysiwyg: |-
<h1>foo</h1>
-04_02__leaf_blocks__atx_headings__02:
+04_02__leaf_blocks__atx_headings__002:
canonical: |
<p>####### foo</p>
static: |-
<p data-sourcepos="1:1-1:11" dir="auto">####### foo</p>
wysiwyg: |-
<p>####### foo</p>
-04_02__leaf_blocks__atx_headings__03:
+04_02__leaf_blocks__atx_headings__003:
canonical: |
<p>#5 bolt</p>
<p>#hashtag</p>
@@ -311,28 +311,28 @@
<p data-sourcepos="1:1-1:7" dir="auto">#5 bolt</p>&#x000A;<p data-sourcepos="3:1-3:8" dir="auto">#hashtag</p>
wysiwyg: |-
<p>#5 bolt</p>
-04_02__leaf_blocks__atx_headings__04:
+04_02__leaf_blocks__atx_headings__004:
canonical: |
<p>## foo</p>
static: |-
<p data-sourcepos="1:1-1:27" dir="auto"><span>#</span># foo</p>
wysiwyg: |-
<p>## foo</p>
-04_02__leaf_blocks__atx_headings__05:
+04_02__leaf_blocks__atx_headings__005:
canonical: |
<h1>foo <em>bar</em> *baz*</h1>
static: |-
<h1 data-sourcepos="1:1-1:19" dir="auto">&#x000A;<a id="user-content-foo-bar-baz" class="anchor" href="#foo-bar-baz" aria-hidden="true"></a>foo <em>bar</em> *baz*</h1>
wysiwyg: |-
<h1>foo <em>bar</em> *baz*</h1>
-04_02__leaf_blocks__atx_headings__06:
+04_02__leaf_blocks__atx_headings__006:
canonical: |
<h1>foo</h1>
static: |-
<h1 data-sourcepos="1:1-1:22" dir="auto">&#x000A;<a id="user-content-foo" class="anchor" href="#foo" aria-hidden="true"></a>foo</h1>
wysiwyg: |-
<h1>foo</h1>
-04_02__leaf_blocks__atx_headings__07:
+04_02__leaf_blocks__atx_headings__007:
canonical: |
<h3>foo</h3>
<h2>foo</h2>
@@ -341,7 +341,7 @@
<h3 data-sourcepos="1:2-1:8" dir="auto">&#x000A;<a id="user-content-foo" class="anchor" href="#foo" aria-hidden="true"></a>foo</h3>&#x000A;<h2 data-sourcepos="2:3-2:8" dir="auto">&#x000A;<a id="user-content-foo-1" class="anchor" href="#foo-1" aria-hidden="true"></a>foo</h2>&#x000A;<h1 data-sourcepos="3:4-3:8" dir="auto">&#x000A;<a id="user-content-foo-2" class="anchor" href="#foo-2" aria-hidden="true"></a>foo</h1>
wysiwyg: |-
<h3>foo</h3>
-04_02__leaf_blocks__atx_headings__08:
+04_02__leaf_blocks__atx_headings__008:
canonical: |
<pre><code># foo
</code></pre>
@@ -349,7 +349,7 @@
<div class="gl-relative markdown-code-block js-markdown-code">&#x000A;<pre data-sourcepos="1:5-1:9" class="code highlight js-syntax-highlight language-plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext"># foo</span></code></pre>&#x000A;<copy-code></copy-code>&#x000A;</div>
wysiwyg: |-
<pre class="content-editor-code-block undefined code highlight"><code># foo</code></pre>
-04_02__leaf_blocks__atx_headings__09:
+04_02__leaf_blocks__atx_headings__009:
canonical: |
<p>foo
# bar</p>
@@ -358,7 +358,7 @@
wysiwyg: |-
<p>foo
# bar</p>
-04_02__leaf_blocks__atx_headings__10:
+04_02__leaf_blocks__atx_headings__010:
canonical: |
<h2>foo</h2>
<h3>bar</h3>
@@ -366,7 +366,7 @@
<h2 data-sourcepos="1:1-1:6" dir="auto">&#x000A;<a id="user-content-foo" class="anchor" href="#foo" aria-hidden="true"></a>foo</h2>&#x000A;<h3 data-sourcepos="2:3-2:11" dir="auto">&#x000A;<a id="user-content-bar" class="anchor" href="#bar" aria-hidden="true"></a>bar</h3>
wysiwyg: |-
<h2>foo</h2>
-04_02__leaf_blocks__atx_headings__11:
+04_02__leaf_blocks__atx_headings__011:
canonical: |
<h1>foo</h1>
<h5>foo</h5>
@@ -374,28 +374,28 @@
<h1 data-sourcepos="1:1-1:5" dir="auto">&#x000A;<a id="user-content-foo" class="anchor" href="#foo" aria-hidden="true"></a>foo</h1>&#x000A;<h5 data-sourcepos="2:1-2:9" dir="auto">&#x000A;<a id="user-content-foo-1" class="anchor" href="#foo-1" aria-hidden="true"></a>foo</h5>
wysiwyg: |-
<h1>foo</h1>
-04_02__leaf_blocks__atx_headings__12:
+04_02__leaf_blocks__atx_headings__012:
canonical: |
<h3>foo</h3>
static: |-
<h3 data-sourcepos="1:1-1:7" dir="auto">&#x000A;<a id="user-content-foo" class="anchor" href="#foo" aria-hidden="true"></a>foo</h3>
wysiwyg: |-
<h3>foo</h3>
-04_02__leaf_blocks__atx_headings__13:
+04_02__leaf_blocks__atx_headings__013:
canonical: |
<h3>foo ### b</h3>
static: |-
<h3 data-sourcepos="1:1-1:13" dir="auto">&#x000A;<a id="user-content-foo-b" class="anchor" href="#foo-b" aria-hidden="true"></a>foo ### b</h3>
wysiwyg: |-
<h3>foo ### b</h3>
-04_02__leaf_blocks__atx_headings__14:
+04_02__leaf_blocks__atx_headings__014:
canonical: |
<h1>foo#</h1>
static: |-
<h1 data-sourcepos="1:1-1:6" dir="auto">&#x000A;<a id="user-content-foo" class="anchor" href="#foo" aria-hidden="true"></a>foo#</h1>
wysiwyg: |-
<h1>foo#</h1>
-04_02__leaf_blocks__atx_headings__15:
+04_02__leaf_blocks__atx_headings__015:
canonical: |
<h3>foo ###</h3>
<h2>foo ###</h2>
@@ -404,7 +404,7 @@
<h3 data-sourcepos="1:1-1:32" dir="auto">&#x000A;<a id="user-content-foo-" class="anchor" href="#foo-" aria-hidden="true"></a>foo <span>#</span>##</h3>&#x000A;<h2 data-sourcepos="2:1-2:31" dir="auto">&#x000A;<a id="user-content-foo--1" class="anchor" href="#foo--1" aria-hidden="true"></a>foo #<span>#</span>#</h2>&#x000A;<h1 data-sourcepos="3:1-3:28" dir="auto">&#x000A;<a id="user-content-foo--2" class="anchor" href="#foo--2" aria-hidden="true"></a>foo <span>#</span>&#x000A;</h1>
wysiwyg: |-
<h3>foo ###</h3>
-04_02__leaf_blocks__atx_headings__16:
+04_02__leaf_blocks__atx_headings__016:
canonical: |
<hr />
<h2>foo</h2>
@@ -413,7 +413,7 @@
<hr data-sourcepos="1:1-1:4">&#x000A;<h2 data-sourcepos="2:1-2:6" dir="auto">&#x000A;<a id="user-content-foo" class="anchor" href="#foo" aria-hidden="true"></a>foo</h2>&#x000A;<hr data-sourcepos="3:1-3:4">
wysiwyg: |-
<hr>
-04_02__leaf_blocks__atx_headings__17:
+04_02__leaf_blocks__atx_headings__017:
canonical: |
<p>Foo bar</p>
<h1>baz</h1>
@@ -422,7 +422,7 @@
<p data-sourcepos="1:1-1:7" dir="auto">Foo bar</p>&#x000A;<h1 data-sourcepos="2:1-2:5" dir="auto">&#x000A;<a id="user-content-baz" class="anchor" href="#baz" aria-hidden="true"></a>baz</h1>&#x000A;<p data-sourcepos="3:1-3:7" dir="auto">Bar foo</p>
wysiwyg: |-
<p>Foo bar</p>
-04_02__leaf_blocks__atx_headings__18:
+04_02__leaf_blocks__atx_headings__018:
canonical: |
<h2></h2>
<h1></h1>
@@ -431,7 +431,7 @@
<h2 data-sourcepos="1:1-1:3" dir="auto"></h2>&#x000A;<h1 data-sourcepos="2:1-2:1" dir="auto"></h1>&#x000A;<h3 data-sourcepos="3:1-3:3" dir="auto"></h3>
wysiwyg: |-
<h2></h2>
-04_03__leaf_blocks__setext_headings__01:
+04_03__leaf_blocks__setext_headings__001:
canonical: |
<h1>Foo <em>bar</em></h1>
<h2>Foo <em>bar</em></h2>
@@ -439,7 +439,7 @@
<h1 data-sourcepos="1:1-3:0" dir="auto">&#x000A;<a id="user-content-foo-bar" class="anchor" href="#foo-bar" aria-hidden="true"></a>Foo <em>bar</em>&#x000A;</h1>&#x000A;<h2 data-sourcepos="4:1-5:9" dir="auto">&#x000A;<a id="user-content-foo-bar-1" class="anchor" href="#foo-bar-1" aria-hidden="true"></a>Foo <em>bar</em>&#x000A;</h2>
wysiwyg: |-
<h1>Foo <em>bar</em></h1>
-04_03__leaf_blocks__setext_headings__02:
+04_03__leaf_blocks__setext_headings__002:
canonical: |
<h1>Foo <em>bar
baz</em></h1>
@@ -448,7 +448,7 @@
wysiwyg: |-
<h1>Foo <em>bar
baz</em></h1>
-04_03__leaf_blocks__setext_headings__03:
+04_03__leaf_blocks__setext_headings__003:
canonical: |
<h1>Foo <em>bar
baz</em></h1>
@@ -457,7 +457,7 @@
wysiwyg: |-
<h1>Foo <em>bar
baz</em></h1>
-04_03__leaf_blocks__setext_headings__04:
+04_03__leaf_blocks__setext_headings__004:
canonical: |
<h2>Foo</h2>
<h1>Foo</h1>
@@ -465,7 +465,7 @@
<h2 data-sourcepos="1:1-3:0" dir="auto">&#x000A;<a id="user-content-foo" class="anchor" href="#foo" aria-hidden="true"></a>Foo</h2>&#x000A;<h1 data-sourcepos="4:1-5:1" dir="auto">&#x000A;<a id="user-content-foo-1" class="anchor" href="#foo-1" aria-hidden="true"></a>Foo</h1>
wysiwyg: |-
<h2>Foo</h2>
-04_03__leaf_blocks__setext_headings__05:
+04_03__leaf_blocks__setext_headings__005:
canonical: |
<h2>Foo</h2>
<h2>Foo</h2>
@@ -474,7 +474,7 @@
<h2 data-sourcepos="1:4-3:0" dir="auto">&#x000A;<a id="user-content-foo" class="anchor" href="#foo" aria-hidden="true"></a>Foo</h2>&#x000A;<h2 data-sourcepos="4:3-6:0" dir="auto">&#x000A;<a id="user-content-foo-1" class="anchor" href="#foo-1" aria-hidden="true"></a>Foo</h2>&#x000A;<h1 data-sourcepos="7:3-8:5" dir="auto">&#x000A;<a id="user-content-foo-2" class="anchor" href="#foo-2" aria-hidden="true"></a>Foo</h1>
wysiwyg: |-
<h2>Foo</h2>
-04_03__leaf_blocks__setext_headings__06:
+04_03__leaf_blocks__setext_headings__006:
canonical: |
<pre><code>Foo
---
@@ -489,14 +489,14 @@
---
Foo</code></pre>
-04_03__leaf_blocks__setext_headings__07:
+04_03__leaf_blocks__setext_headings__007:
canonical: |
<h2>Foo</h2>
static: |-
<h2 data-sourcepos="1:1-2:13" dir="auto">&#x000A;<a id="user-content-foo" class="anchor" href="#foo" aria-hidden="true"></a>Foo</h2>
wysiwyg: |-
<h2>Foo</h2>
-04_03__leaf_blocks__setext_headings__08:
+04_03__leaf_blocks__setext_headings__008:
canonical: |
<p>Foo
---</p>
@@ -505,7 +505,7 @@
wysiwyg: |-
<p>Foo
---</p>
-04_03__leaf_blocks__setext_headings__09:
+04_03__leaf_blocks__setext_headings__009:
canonical: |
<p>Foo
= =</p>
@@ -516,21 +516,21 @@
wysiwyg: |-
<p>Foo
= =</p>
-04_03__leaf_blocks__setext_headings__10:
+04_03__leaf_blocks__setext_headings__010:
canonical: |
<h2>Foo</h2>
static: |-
<h2 data-sourcepos="1:1-2:5" dir="auto">&#x000A;<a id="user-content-foo" class="anchor" href="#foo" aria-hidden="true"></a>Foo</h2>
wysiwyg: |-
<h2>Foo</h2>
-04_03__leaf_blocks__setext_headings__11:
+04_03__leaf_blocks__setext_headings__011:
canonical: |
<h2>Foo\</h2>
static: |-
<h2 data-sourcepos="1:1-2:4" dir="auto">&#x000A;<a id="user-content-foo" class="anchor" href="#foo" aria-hidden="true"></a>Foo\</h2>
wysiwyg: |-
<h2>Foo\</h2>
-04_03__leaf_blocks__setext_headings__12:
+04_03__leaf_blocks__setext_headings__012:
canonical: |
<h2>`Foo</h2>
<p>`</p>
@@ -540,7 +540,7 @@
<h2 data-sourcepos="1:1-3:1" dir="auto">&#x000A;<a id="user-content-foo" class="anchor" href="#foo" aria-hidden="true"></a>`Foo</h2>&#x000A;<p data-sourcepos="3:1-3:1" dir="auto">`</p>&#x000A;<h2 data-sourcepos="5:1-7:12" dir="auto">&#x000A;<a id="user-content-a-titlea-lot" class="anchor" href="#a-titlea-lot" aria-hidden="true"></a>&lt;a title="a lot</h2>&#x000A;<p data-sourcepos="7:1-7:12" dir="auto">of dashes"/&gt;</p>
wysiwyg: |-
<h2>`Foo</h2>
-04_03__leaf_blocks__setext_headings__13:
+04_03__leaf_blocks__setext_headings__013:
canonical: |
<blockquote>
<p>Foo</p>
@@ -550,7 +550,7 @@
<blockquote data-sourcepos="1:1-1:5" dir="auto">&#x000A;<p data-sourcepos="1:3-1:5">Foo</p>&#x000A;</blockquote>&#x000A;<hr data-sourcepos="2:1-2:3">
wysiwyg: |-
<blockquote multiline="false"><p>Foo</p></blockquote>
-04_03__leaf_blocks__setext_headings__14:
+04_03__leaf_blocks__setext_headings__014:
canonical: |
<blockquote>
<p>foo
@@ -563,7 +563,7 @@
<blockquote multiline="false"><p>foo
bar
===</p></blockquote>
-04_03__leaf_blocks__setext_headings__15:
+04_03__leaf_blocks__setext_headings__015:
canonical: |
<ul>
<li>Foo</li>
@@ -573,7 +573,7 @@
<ul data-sourcepos="1:1-1:5" dir="auto">&#x000A;<li data-sourcepos="1:1-1:5">Foo</li>&#x000A;</ul>&#x000A;<hr data-sourcepos="2:1-2:3">
wysiwyg: |-
<ul bullet="*"><li><p>Foo</p></li></ul>
-04_03__leaf_blocks__setext_headings__16:
+04_03__leaf_blocks__setext_headings__016:
canonical: |
<h2>Foo
Bar</h2>
@@ -582,7 +582,7 @@
wysiwyg: |-
<h2>Foo
Bar</h2>
-04_03__leaf_blocks__setext_headings__17:
+04_03__leaf_blocks__setext_headings__017:
canonical: |
<hr />
<h2>Foo</h2>
@@ -592,14 +592,14 @@
<div class="gl-relative markdown-code-block js-markdown-code">&#x000A;<pre data-sourcepos="1:1-3:3" class="code highlight js-syntax-highlight language-yaml" lang="yaml" data-lang-params="frontmatter" v-pre="true"><code><span id="LC1" class="line" lang="yaml"><span class="s">Foo</span></span></code></pre>&#x000A;<copy-code></copy-code>&#x000A;</div>&#x000A;<h2 data-sourcepos="4:1-6:3" dir="auto">&#x000A;<a id="user-content-bar" class="anchor" href="#bar" aria-hidden="true"></a>Bar</h2>&#x000A;<p data-sourcepos="6:1-6:3" dir="auto">Baz</p>
wysiwyg: |-
<hr>
-04_03__leaf_blocks__setext_headings__18:
+04_03__leaf_blocks__setext_headings__018:
canonical: |
<p>====</p>
static: |-
<p data-sourcepos="2:1-2:4" dir="auto">====</p>
wysiwyg: |-
<p>====</p>
-04_03__leaf_blocks__setext_headings__19:
+04_03__leaf_blocks__setext_headings__019:
canonical: |
<hr />
<hr />
@@ -607,7 +607,7 @@
<div class="gl-relative markdown-code-block js-markdown-code">&#x000A;<pre data-sourcepos="1:1-2:3" class="code highlight js-syntax-highlight language-yaml" lang="yaml" data-lang-params="frontmatter" v-pre="true"><code></code></pre>&#x000A;<copy-code></copy-code>&#x000A;</div>
wysiwyg: |-
<hr>
-04_03__leaf_blocks__setext_headings__20:
+04_03__leaf_blocks__setext_headings__020:
canonical: |
<ul>
<li>foo</li>
@@ -617,7 +617,7 @@
<ul data-sourcepos="1:1-1:5" dir="auto">&#x000A;<li data-sourcepos="1:1-1:5">foo</li>&#x000A;</ul>&#x000A;<hr data-sourcepos="2:1-2:5">
wysiwyg: |-
<ul bullet="*"><li><p>foo</p></li></ul>
-04_03__leaf_blocks__setext_headings__21:
+04_03__leaf_blocks__setext_headings__021:
canonical: |
<pre><code>foo
</code></pre>
@@ -626,7 +626,7 @@
<div class="gl-relative markdown-code-block js-markdown-code">&#x000A;<pre data-sourcepos="1:5-1:7" class="code highlight js-syntax-highlight language-plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">foo</span></code></pre>&#x000A;<copy-code></copy-code>&#x000A;</div>&#x000A;<hr data-sourcepos="2:1-2:3">
wysiwyg: |-
<pre class="content-editor-code-block undefined code highlight"><code>foo</code></pre>
-04_03__leaf_blocks__setext_headings__22:
+04_03__leaf_blocks__setext_headings__022:
canonical: |
<blockquote>
<p>foo</p>
@@ -636,14 +636,14 @@
<blockquote data-sourcepos="1:1-1:5" dir="auto">&#x000A;<p data-sourcepos="1:3-1:5">foo</p>&#x000A;</blockquote>&#x000A;<hr data-sourcepos="2:1-2:5">
wysiwyg: |-
<blockquote multiline="false"><p>foo</p></blockquote>
-04_03__leaf_blocks__setext_headings__23:
+04_03__leaf_blocks__setext_headings__023:
canonical: |
<h2>&gt; foo</h2>
static: |-
<h2 data-sourcepos="1:1-2:6" dir="auto">&#x000A;<a id="user-content--foo" class="anchor" href="#-foo" aria-hidden="true"></a>&gt; foo</h2>
wysiwyg: |-
<h2>&gt; foo</h2>
-04_03__leaf_blocks__setext_headings__24:
+04_03__leaf_blocks__setext_headings__024:
canonical: |
<p>Foo</p>
<h2>bar</h2>
@@ -652,7 +652,7 @@
<p data-sourcepos="1:1-1:3" dir="auto">Foo</p>&#x000A;<h2 data-sourcepos="3:1-5:3" dir="auto">&#x000A;<a id="user-content-bar" class="anchor" href="#bar" aria-hidden="true"></a>bar</h2>&#x000A;<p data-sourcepos="5:1-5:3" dir="auto">baz</p>
wysiwyg: |-
<p>Foo</p>
-04_03__leaf_blocks__setext_headings__25:
+04_03__leaf_blocks__setext_headings__025:
canonical: |
<p>Foo
bar</p>
@@ -663,7 +663,7 @@
wysiwyg: |-
<p>Foo
bar</p>
-04_03__leaf_blocks__setext_headings__26:
+04_03__leaf_blocks__setext_headings__026:
canonical: |
<p>Foo
bar</p>
@@ -674,7 +674,7 @@
wysiwyg: |-
<p>Foo
bar</p>
-04_03__leaf_blocks__setext_headings__27:
+04_03__leaf_blocks__setext_headings__027:
canonical: |
<p>Foo
bar
@@ -687,7 +687,7 @@
bar
---
baz</p>
-04_04__leaf_blocks__indented_code_blocks__01:
+04_04__leaf_blocks__indented_code_blocks__001:
canonical: |
<pre><code>a simple
indented code block
@@ -697,7 +697,7 @@
wysiwyg: |-
<pre class="content-editor-code-block undefined code highlight"><code>a simple
indented code block</code></pre>
-04_04__leaf_blocks__indented_code_blocks__02:
+04_04__leaf_blocks__indented_code_blocks__002:
canonical: |
<ul>
<li>
@@ -709,7 +709,7 @@
<ul data-sourcepos="1:3-3:7" dir="auto">&#x000A;<li data-sourcepos="1:3-3:7">&#x000A;<p data-sourcepos="1:5-1:7">foo</p>&#x000A;<p data-sourcepos="3:5-3:7">bar</p>&#x000A;</li>&#x000A;</ul>
wysiwyg: |-
<ul bullet="*"><li><p>foo</p><p>bar</p></li></ul>
-04_04__leaf_blocks__indented_code_blocks__03:
+04_04__leaf_blocks__indented_code_blocks__003:
canonical: |
<ol>
<li>
@@ -723,7 +723,7 @@
<ol data-sourcepos="1:1-3:9" dir="auto">&#x000A;<li data-sourcepos="1:1-3:9">&#x000A;<p data-sourcepos="1:5-1:7">foo</p>&#x000A;<ul data-sourcepos="3:5-3:9">&#x000A;<li data-sourcepos="3:5-3:9">bar</li>&#x000A;</ul>&#x000A;</li>&#x000A;</ol>
wysiwyg: |-
<ol parens="false"><li><p>foo</p><ul bullet="*"><li><p>bar</p></li></ul></li></ol>
-04_04__leaf_blocks__indented_code_blocks__04:
+04_04__leaf_blocks__indented_code_blocks__004:
canonical: |
<pre><code>&lt;a/&gt;
*hi*
@@ -737,7 +737,7 @@
*hi*
- one</code></pre>
-04_04__leaf_blocks__indented_code_blocks__05:
+04_04__leaf_blocks__indented_code_blocks__005:
canonical: |
<pre><code>chunk1
@@ -757,13 +757,13 @@
chunk3</code></pre>
-04_04__leaf_blocks__indented_code_blocks__06:
+04_04__leaf_blocks__indented_code_blocks__006:
canonical: "<pre><code>chunk1\n \n chunk2\n</code></pre>\n"
static: |-
<div class="gl-relative markdown-code-block js-markdown-code">&#x000A;<pre data-sourcepos="1:5-3:12" class="code highlight js-syntax-highlight language-plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">chunk1</span>&#x000A;<span id="LC2" class="line" lang="plaintext"> </span>&#x000A;<span id="LC3" class="line" lang="plaintext"> chunk2</span></code></pre>&#x000A;<copy-code></copy-code>&#x000A;</div>
wysiwyg: "<pre class=\"content-editor-code-block undefined code highlight\"><code>chunk1\n
\ \n chunk2</code></pre>"
-04_04__leaf_blocks__indented_code_blocks__07:
+04_04__leaf_blocks__indented_code_blocks__007:
canonical: |
<p>Foo
bar</p>
@@ -772,7 +772,7 @@
wysiwyg: |-
<p>Foo
bar</p>
-04_04__leaf_blocks__indented_code_blocks__08:
+04_04__leaf_blocks__indented_code_blocks__008:
canonical: |
<pre><code>foo
</code></pre>
@@ -781,7 +781,7 @@
<div class="gl-relative markdown-code-block js-markdown-code">&#x000A;<pre data-sourcepos="1:5-1:7" class="code highlight js-syntax-highlight language-plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">foo</span></code></pre>&#x000A;<copy-code></copy-code>&#x000A;</div>&#x000A;<p data-sourcepos="2:1-2:3" dir="auto">bar</p>
wysiwyg: |-
<pre class="content-editor-code-block undefined code highlight"><code>foo</code></pre>
-04_04__leaf_blocks__indented_code_blocks__09:
+04_04__leaf_blocks__indented_code_blocks__009:
canonical: |
<h1>Heading</h1>
<pre><code>foo
@@ -794,7 +794,7 @@
<h1 data-sourcepos="1:1-1:9" dir="auto">&#x000A;<a id="user-content-heading" class="anchor" href="#heading" aria-hidden="true"></a>Heading</h1>&#x000A;<div class="gl-relative markdown-code-block js-markdown-code">&#x000A;<pre data-sourcepos="2:5-2:7" class="code highlight js-syntax-highlight language-plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">foo</span></code></pre>&#x000A;<copy-code></copy-code>&#x000A;</div>&#x000A;<h2 data-sourcepos="3:1-5:7" dir="auto">&#x000A;<a id="user-content-heading-1" class="anchor" href="#heading-1" aria-hidden="true"></a>Heading</h2>&#x000A;<div class="gl-relative markdown-code-block js-markdown-code">&#x000A;<pre data-sourcepos="5:5-5:7" class="code highlight js-syntax-highlight language-plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">foo</span></code></pre>&#x000A;<copy-code></copy-code>&#x000A;</div>&#x000A;<hr data-sourcepos="6:1-6:4">
wysiwyg: |-
<h1>Heading</h1>
-04_04__leaf_blocks__indented_code_blocks__10:
+04_04__leaf_blocks__indented_code_blocks__010:
canonical: |
<pre><code> foo
bar
@@ -804,7 +804,7 @@
wysiwyg: |-
<pre class="content-editor-code-block undefined code highlight"><code> foo
bar</code></pre>
-04_04__leaf_blocks__indented_code_blocks__11:
+04_04__leaf_blocks__indented_code_blocks__011:
canonical: |
<pre><code>foo
</code></pre>
@@ -812,13 +812,13 @@
<div class="gl-relative markdown-code-block js-markdown-code">&#x000A;<pre data-sourcepos="3:5-5:0" class="code highlight js-syntax-highlight language-plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">foo</span></code></pre>&#x000A;<copy-code></copy-code>&#x000A;</div>
wysiwyg: |-
<pre class="content-editor-code-block undefined code highlight"><code>foo</code></pre>
-04_04__leaf_blocks__indented_code_blocks__12:
+04_04__leaf_blocks__indented_code_blocks__012:
canonical: "<pre><code>foo \n</code></pre>\n"
static: |-
<div class="gl-relative markdown-code-block js-markdown-code">&#x000A;<pre data-sourcepos="1:5-1:9" class="code highlight js-syntax-highlight language-plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">foo </span></code></pre>&#x000A;<copy-code></copy-code>&#x000A;</div>
wysiwyg: |-
<pre class="content-editor-code-block undefined code highlight"><code>foo </code></pre>
-04_05__leaf_blocks__fenced_code_blocks__01:
+04_05__leaf_blocks__fenced_code_blocks__001:
canonical: |
<pre><code>&lt;
&gt;
@@ -828,7 +828,7 @@
wysiwyg: |-
<pre class="content-editor-code-block undefined code highlight"><code>&lt;
&gt;</code></pre>
-04_05__leaf_blocks__fenced_code_blocks__02:
+04_05__leaf_blocks__fenced_code_blocks__002:
canonical: |
<pre><code>&lt;
&gt;
@@ -838,14 +838,14 @@
wysiwyg: |-
<pre class="content-editor-code-block undefined code highlight"><code>&lt;
&gt;</code></pre>
-04_05__leaf_blocks__fenced_code_blocks__03:
+04_05__leaf_blocks__fenced_code_blocks__003:
canonical: |
<p><code>foo</code></p>
static: |-
<p data-sourcepos="1:1-3:2" dir="auto"><code>foo</code></p>
wysiwyg: |-
<p><code>foo</code></p>
-04_05__leaf_blocks__fenced_code_blocks__04:
+04_05__leaf_blocks__fenced_code_blocks__004:
canonical: |
<pre><code>aaa
~~~
@@ -855,7 +855,7 @@
wysiwyg: |-
<pre class="content-editor-code-block undefined code highlight"><code>aaa
~~~</code></pre>
-04_05__leaf_blocks__fenced_code_blocks__05:
+04_05__leaf_blocks__fenced_code_blocks__005:
canonical: |
<pre><code>aaa
```
@@ -865,7 +865,7 @@
wysiwyg: |-
<pre class="content-editor-code-block undefined code highlight"><code>aaa
```</code></pre>
-04_05__leaf_blocks__fenced_code_blocks__06:
+04_05__leaf_blocks__fenced_code_blocks__006:
canonical: |
<pre><code>aaa
```
@@ -875,7 +875,7 @@
wysiwyg: |-
<pre class="content-editor-code-block undefined code highlight"><code>aaa
```</code></pre>
-04_05__leaf_blocks__fenced_code_blocks__07:
+04_05__leaf_blocks__fenced_code_blocks__007:
canonical: |
<pre><code>aaa
~~~
@@ -885,14 +885,14 @@
wysiwyg: |-
<pre class="content-editor-code-block undefined code highlight"><code>aaa
~~~</code></pre>
-04_05__leaf_blocks__fenced_code_blocks__08:
+04_05__leaf_blocks__fenced_code_blocks__008:
canonical: |
<pre><code></code></pre>
static: |-
<div class="gl-relative markdown-code-block js-markdown-code">&#x000A;<pre data-sourcepos="1:1-1:3" class="code highlight js-syntax-highlight language-plaintext" lang="plaintext" v-pre="true"><code></code></pre>&#x000A;<copy-code></copy-code>&#x000A;</div>
wysiwyg: |-
<pre class="content-editor-code-block undefined code highlight"><code></code></pre>
-04_05__leaf_blocks__fenced_code_blocks__09:
+04_05__leaf_blocks__fenced_code_blocks__009:
canonical: |
<pre><code>
```
@@ -904,7 +904,7 @@
<pre class="content-editor-code-block undefined code highlight"><code>
```
aaa</code></pre>
-04_05__leaf_blocks__fenced_code_blocks__10:
+04_05__leaf_blocks__fenced_code_blocks__010:
canonical: |
<blockquote>
<pre><code>aaa
@@ -915,21 +915,21 @@
<blockquote data-sourcepos="1:1-2:5" dir="auto">&#x000A;<div class="gl-relative markdown-code-block js-markdown-code">&#x000A;<pre data-sourcepos="1:3-3:0" class="code highlight js-syntax-highlight language-plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">aaa</span></code></pre>&#x000A;<copy-code></copy-code>&#x000A;</div>&#x000A;</blockquote>&#x000A;<p data-sourcepos="4:1-4:3" dir="auto">bbb</p>
wysiwyg: |-
<blockquote multiline="false"><pre class="content-editor-code-block undefined code highlight"><code>aaa</code></pre></blockquote>
-04_05__leaf_blocks__fenced_code_blocks__11:
+04_05__leaf_blocks__fenced_code_blocks__011:
canonical: "<pre><code>\n \n</code></pre>\n"
static: |-
<div class="gl-relative markdown-code-block js-markdown-code">&#x000A;<pre data-sourcepos="1:1-4:3" class="code highlight js-syntax-highlight language-plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext"></span>&#x000A;<span id="LC2" class="line" lang="plaintext"> </span></code></pre>&#x000A;<copy-code></copy-code>&#x000A;</div>
wysiwyg: |-
<pre class="content-editor-code-block undefined code highlight"><code>
</code></pre>
-04_05__leaf_blocks__fenced_code_blocks__12:
+04_05__leaf_blocks__fenced_code_blocks__012:
canonical: |
<pre><code></code></pre>
static: |-
<div class="gl-relative markdown-code-block js-markdown-code">&#x000A;<pre data-sourcepos="1:1-2:3" class="code highlight js-syntax-highlight language-plaintext" lang="plaintext" v-pre="true"><code></code></pre>&#x000A;<copy-code></copy-code>&#x000A;</div>
wysiwyg: |-
<pre class="content-editor-code-block undefined code highlight"><code></code></pre>
-04_05__leaf_blocks__fenced_code_blocks__13:
+04_05__leaf_blocks__fenced_code_blocks__013:
canonical: |
<pre><code>aaa
aaa
@@ -939,7 +939,7 @@
wysiwyg: |-
<pre class="content-editor-code-block undefined code highlight"><code>aaa
aaa</code></pre>
-04_05__leaf_blocks__fenced_code_blocks__14:
+04_05__leaf_blocks__fenced_code_blocks__014:
canonical: |
<pre><code>aaa
aaa
@@ -951,7 +951,7 @@
<pre class="content-editor-code-block undefined code highlight"><code>aaa
aaa
aaa</code></pre>
-04_05__leaf_blocks__fenced_code_blocks__15:
+04_05__leaf_blocks__fenced_code_blocks__015:
canonical: |
<pre><code>aaa
aaa
@@ -963,7 +963,7 @@
<pre class="content-editor-code-block undefined code highlight"><code>aaa
aaa
aaa</code></pre>
-04_05__leaf_blocks__fenced_code_blocks__16:
+04_05__leaf_blocks__fenced_code_blocks__016:
canonical: |
<pre><code>```
aaa
@@ -975,7 +975,7 @@
<pre class="content-editor-code-block undefined code highlight"><code>```
aaa
```</code></pre>
-04_05__leaf_blocks__fenced_code_blocks__17:
+04_05__leaf_blocks__fenced_code_blocks__017:
canonical: |
<pre><code>aaa
</code></pre>
@@ -983,7 +983,7 @@
<div class="gl-relative markdown-code-block js-markdown-code">&#x000A;<pre data-sourcepos="1:1-3:5" class="code highlight js-syntax-highlight language-plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">aaa</span></code></pre>&#x000A;<copy-code></copy-code>&#x000A;</div>
wysiwyg: |-
<pre class="content-editor-code-block undefined code highlight"><code>aaa</code></pre>
-04_05__leaf_blocks__fenced_code_blocks__18:
+04_05__leaf_blocks__fenced_code_blocks__018:
canonical: |
<pre><code>aaa
</code></pre>
@@ -991,7 +991,7 @@
<div class="gl-relative markdown-code-block js-markdown-code">&#x000A;<pre data-sourcepos="1:4-3:5" class="code highlight js-syntax-highlight language-plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">aaa</span></code></pre>&#x000A;<copy-code></copy-code>&#x000A;</div>
wysiwyg: |-
<pre class="content-editor-code-block undefined code highlight"><code>aaa</code></pre>
-04_05__leaf_blocks__fenced_code_blocks__19:
+04_05__leaf_blocks__fenced_code_blocks__019:
canonical: |
<pre><code>aaa
```
@@ -1001,7 +1001,7 @@
wysiwyg: |-
<pre class="content-editor-code-block undefined code highlight"><code>aaa
```</code></pre>
-04_05__leaf_blocks__fenced_code_blocks__20:
+04_05__leaf_blocks__fenced_code_blocks__020:
canonical: |
<p><code> </code>
aaa</p>
@@ -1010,7 +1010,7 @@
wysiwyg: |-
<p><code>
aaa</code></p>
-04_05__leaf_blocks__fenced_code_blocks__21:
+04_05__leaf_blocks__fenced_code_blocks__021:
canonical: |
<pre><code>aaa
~~~ ~~
@@ -1020,7 +1020,7 @@
wysiwyg: |-
<pre class="content-editor-code-block undefined code highlight"><code>aaa
~~~ ~~</code></pre>
-04_05__leaf_blocks__fenced_code_blocks__22:
+04_05__leaf_blocks__fenced_code_blocks__022:
canonical: |
<p>foo</p>
<pre><code>bar
@@ -1030,7 +1030,7 @@
<p data-sourcepos="1:1-1:3" dir="auto">foo</p>&#x000A;<div class="gl-relative markdown-code-block js-markdown-code">&#x000A;<pre data-sourcepos="2:1-4:3" class="code highlight js-syntax-highlight language-plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">bar</span></code></pre>&#x000A;<copy-code></copy-code>&#x000A;</div>&#x000A;<p data-sourcepos="5:1-5:3" dir="auto">baz</p>
wysiwyg: |-
<p>foo</p>
-04_05__leaf_blocks__fenced_code_blocks__23:
+04_05__leaf_blocks__fenced_code_blocks__023:
canonical: |
<h2>foo</h2>
<pre><code>bar
@@ -1040,7 +1040,7 @@
<h2 data-sourcepos="1:1-3:3" dir="auto">&#x000A;<a id="user-content-foo" class="anchor" href="#foo" aria-hidden="true"></a>foo</h2>&#x000A;<div class="gl-relative markdown-code-block js-markdown-code">&#x000A;<pre data-sourcepos="3:1-5:3" class="code highlight js-syntax-highlight language-plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">bar</span></code></pre>&#x000A;<copy-code></copy-code>&#x000A;</div>&#x000A;<h1 data-sourcepos="6:1-6:5" dir="auto">&#x000A;<a id="user-content-baz" class="anchor" href="#baz" aria-hidden="true"></a>baz</h1>
wysiwyg: |-
<h2>foo</h2>
-04_05__leaf_blocks__fenced_code_blocks__24:
+04_05__leaf_blocks__fenced_code_blocks__024:
canonical: |
<pre><code class="language-ruby">def foo(x)
return 3
@@ -1052,7 +1052,7 @@
<pre language="ruby" class="content-editor-code-block undefined code highlight"><code>def foo(x)
return 3
end</code></pre>
-04_05__leaf_blocks__fenced_code_blocks__25:
+04_05__leaf_blocks__fenced_code_blocks__025:
canonical: |
<pre><code class="language-ruby">def foo(x)
return 3
@@ -1064,14 +1064,14 @@
<pre language="ruby" class="content-editor-code-block undefined code highlight"><code>def foo(x)
return 3
end</code></pre>
-04_05__leaf_blocks__fenced_code_blocks__26:
+04_05__leaf_blocks__fenced_code_blocks__026:
canonical: |
<pre><code class="language-;"></code></pre>
static: |-
<div class="gl-relative markdown-code-block js-markdown-code">&#x000A;<pre data-sourcepos="1:1-2:4" class="code highlight js-syntax-highlight language-plaintext" lang="plaintext" v-pre="true"><code></code></pre>&#x000A;<copy-code></copy-code>&#x000A;</div>
wysiwyg: |-
<pre language=";" class="content-editor-code-block undefined code highlight"><code></code></pre>
-04_05__leaf_blocks__fenced_code_blocks__27:
+04_05__leaf_blocks__fenced_code_blocks__027:
canonical: |
<p><code>aa</code>
foo</p>
@@ -1080,7 +1080,7 @@
wysiwyg: |-
<p><code>aa</code>
foo</p>
-04_05__leaf_blocks__fenced_code_blocks__28:
+04_05__leaf_blocks__fenced_code_blocks__028:
canonical: |
<pre><code class="language-aa">foo
</code></pre>
@@ -1088,7 +1088,7 @@
<div class="gl-relative markdown-code-block js-markdown-code">&#x000A;<pre data-sourcepos="1:1-3:3" class="code highlight js-syntax-highlight language-plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">foo</span></code></pre>&#x000A;<copy-code></copy-code>&#x000A;</div>
wysiwyg: |-
<pre language="aa" class="content-editor-code-block undefined code highlight"><code>foo</code></pre>
-04_05__leaf_blocks__fenced_code_blocks__29:
+04_05__leaf_blocks__fenced_code_blocks__029:
canonical: |
<pre><code>``` aaa
</code></pre>
@@ -1096,7 +1096,7 @@
<div class="gl-relative markdown-code-block js-markdown-code">&#x000A;<pre data-sourcepos="1:1-3:3" class="code highlight js-syntax-highlight language-plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">``` aaa</span></code></pre>&#x000A;<copy-code></copy-code>&#x000A;</div>
wysiwyg: |-
<pre class="content-editor-code-block undefined code highlight"><code>``` aaa</code></pre>
-04_06__leaf_blocks__html_blocks__01:
+04_06__leaf_blocks__html_blocks__001:
canonical: |
<table><tr><td>
<pre>
@@ -1109,7 +1109,7 @@
wysiwyg: |-
Error - check implementation:
Hast node of type "table" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__02:
+04_06__leaf_blocks__html_blocks__002:
canonical: |
<table>
<tr>
@@ -1124,7 +1124,7 @@
wysiwyg: |-
Error - check implementation:
Hast node of type "table" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__03:
+04_06__leaf_blocks__html_blocks__003:
canonical: |2
<div>
*hello*
@@ -1134,7 +1134,7 @@
wysiwyg: |-
Error - check implementation:
Hast node of type "div" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__04:
+04_06__leaf_blocks__html_blocks__004:
canonical: |
</div>
*foo*
@@ -1143,7 +1143,7 @@
wysiwyg: |-
Error - check implementation:
Cannot read properties of undefined (reading 'wrapTextInParagraph')
-04_06__leaf_blocks__html_blocks__05:
+04_06__leaf_blocks__html_blocks__005:
canonical: |
<DIV CLASS="foo">
<p><em>Markdown</em></p>
@@ -1153,7 +1153,7 @@
wysiwyg: |-
Error - check implementation:
Hast node of type "div" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__06:
+04_06__leaf_blocks__html_blocks__006:
canonical: |
<div id="foo"
class="bar">
@@ -1163,7 +1163,7 @@
wysiwyg: |-
Error - check implementation:
Hast node of type "div" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__07:
+04_06__leaf_blocks__html_blocks__007:
canonical: |
<div id="foo" class="bar
baz">
@@ -1173,7 +1173,7 @@
wysiwyg: |-
Error - check implementation:
Hast node of type "div" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__08:
+04_06__leaf_blocks__html_blocks__008:
canonical: |
<div>
*foo*
@@ -1183,7 +1183,7 @@
wysiwyg: |-
Error - check implementation:
Hast node of type "div" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__09:
+04_06__leaf_blocks__html_blocks__009:
canonical: |
<div id="foo"
*hi*
@@ -1191,7 +1191,7 @@
<div></div>
wysiwyg: |-
<p></p>
-04_06__leaf_blocks__html_blocks__10:
+04_06__leaf_blocks__html_blocks__010:
canonical: |
<div class
foo
@@ -1199,7 +1199,7 @@
<div></div>
wysiwyg: |-
<p></p>
-04_06__leaf_blocks__html_blocks__11:
+04_06__leaf_blocks__html_blocks__011:
canonical: |
<div *???-&&&-<---
*foo*
@@ -1207,7 +1207,7 @@
<div></div>
wysiwyg: |-
<p></p>
-04_06__leaf_blocks__html_blocks__12:
+04_06__leaf_blocks__html_blocks__012:
canonical: |
<div><a href="bar">*foo*</a></div>
static: |-
@@ -1215,7 +1215,7 @@
wysiwyg: |-
Error - check implementation:
Hast node of type "div" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__13:
+04_06__leaf_blocks__html_blocks__013:
canonical: |
<table><tr><td>
foo
@@ -1225,7 +1225,7 @@
wysiwyg: |-
Error - check implementation:
Hast node of type "table" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__14:
+04_06__leaf_blocks__html_blocks__014:
canonical: |
<div></div>
``` c
@@ -1236,7 +1236,7 @@
wysiwyg: |-
Error - check implementation:
Hast node of type "div" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__15:
+04_06__leaf_blocks__html_blocks__015:
canonical: |
<a href="foo">
*bar*
@@ -1246,7 +1246,7 @@
wysiwyg: |-
Error - check implementation:
Cannot read properties of undefined (reading 'wrapTextInParagraph')
-04_06__leaf_blocks__html_blocks__16:
+04_06__leaf_blocks__html_blocks__016:
canonical: |
<Warning>
*bar*
@@ -1256,7 +1256,7 @@
wysiwyg: |-
Error - check implementation:
Hast node of type "warning" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__17:
+04_06__leaf_blocks__html_blocks__017:
canonical: |
<i class="foo">
*bar*
@@ -1266,7 +1266,7 @@
wysiwyg: |-
Error - check implementation:
Cannot read properties of undefined (reading 'wrapTextInParagraph')
-04_06__leaf_blocks__html_blocks__18:
+04_06__leaf_blocks__html_blocks__018:
canonical: |
</ins>
*bar*
@@ -1275,7 +1275,7 @@
wysiwyg: |-
Error - check implementation:
Cannot read properties of undefined (reading 'wrapTextInParagraph')
-04_06__leaf_blocks__html_blocks__19:
+04_06__leaf_blocks__html_blocks__019:
canonical: |
<del>
*foo*
@@ -1285,7 +1285,7 @@
wysiwyg: |-
Error - check implementation:
Hast node of type "del" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__20:
+04_06__leaf_blocks__html_blocks__020:
canonical: |
<del>
<p><em>foo</em></p>
@@ -1295,7 +1295,7 @@
wysiwyg: |-
Error - check implementation:
Hast node of type "del" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__21:
+04_06__leaf_blocks__html_blocks__021:
canonical: |
<p><del><em>foo</em></del></p>
static: |-
@@ -1303,7 +1303,7 @@
wysiwyg: |-
Error - check implementation:
Hast node of type "del" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__22:
+04_06__leaf_blocks__html_blocks__022:
canonical: |
<pre language="haskell"><code>
import Text.HTML.TagSoup
@@ -1320,7 +1320,7 @@
main :: IO ()
main = print $ parseTags tags</code></pre>
-04_06__leaf_blocks__html_blocks__23:
+04_06__leaf_blocks__html_blocks__023:
canonical: |
<script type="text/javascript">
// JavaScript example
@@ -1333,7 +1333,7 @@
wysiwyg: |-
Error - check implementation:
Hast node of type "script" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__24:
+04_06__leaf_blocks__html_blocks__024:
canonical: |
<style
type="text/css">
@@ -1347,7 +1347,7 @@
wysiwyg: |-
Error - check implementation:
Hast node of type "style" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__25:
+04_06__leaf_blocks__html_blocks__025:
canonical: |
<style
type="text/css">
@@ -1358,7 +1358,7 @@
wysiwyg: |-
Error - check implementation:
Hast node of type "style" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__26:
+04_06__leaf_blocks__html_blocks__026:
canonical: |
<blockquote>
<div>
@@ -1370,7 +1370,7 @@
wysiwyg: |-
Error - check implementation:
Hast node of type "div" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__27:
+04_06__leaf_blocks__html_blocks__027:
canonical: |
<ul>
<li>
@@ -1383,7 +1383,7 @@
wysiwyg: |-
Error - check implementation:
Hast node of type "div" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__28:
+04_06__leaf_blocks__html_blocks__028:
canonical: |
<style>p{color:red;}</style>
<p><em>foo</em></p>
@@ -1392,7 +1392,7 @@
wysiwyg: |-
Error - check implementation:
Hast node of type "style" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__29:
+04_06__leaf_blocks__html_blocks__029:
canonical: |
<!-- foo -->*bar*
<p><em>baz</em></p>
@@ -1401,7 +1401,7 @@
wysiwyg: |-
Error - check implementation:
Hast node of type "comment" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__30:
+04_06__leaf_blocks__html_blocks__030:
canonical: |
<script>
foo
@@ -1411,7 +1411,7 @@
wysiwyg: |-
Error - check implementation:
Hast node of type "script" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__31:
+04_06__leaf_blocks__html_blocks__031:
canonical: |
<!-- Foo
@@ -1423,7 +1423,7 @@
wysiwyg: |-
Error - check implementation:
Hast node of type "comment" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__32:
+04_06__leaf_blocks__html_blocks__032:
canonical: |
<?php
@@ -1436,13 +1436,13 @@
wysiwyg: |-
Error - check implementation:
Hast node of type "comment" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__33:
+04_06__leaf_blocks__html_blocks__033:
canonical: |
<!DOCTYPE html>
static: ""
wysiwyg: |-
<p></p>
-04_06__leaf_blocks__html_blocks__34:
+04_06__leaf_blocks__html_blocks__034:
canonical: |
<![CDATA[
function matchwo(a,b)
@@ -1462,7 +1462,7 @@
wysiwyg: |-
Error - check implementation:
Hast node of type "comment" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__35:
+04_06__leaf_blocks__html_blocks__035:
canonical: |2
<!-- foo -->
<pre><code>&lt;!-- foo --&gt;
@@ -1472,7 +1472,7 @@
wysiwyg: |-
Error - check implementation:
Hast node of type "comment" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__36:
+04_06__leaf_blocks__html_blocks__036:
canonical: |2
<div>
<pre><code>&lt;div&gt;
@@ -1482,7 +1482,7 @@
wysiwyg: |-
Error - check implementation:
Hast node of type "div" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__37:
+04_06__leaf_blocks__html_blocks__037:
canonical: |
<p>Foo</p>
<div>
@@ -1493,7 +1493,7 @@
wysiwyg: |-
Error - check implementation:
Hast node of type "div" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__38:
+04_06__leaf_blocks__html_blocks__038:
canonical: |
<div>
bar
@@ -1504,7 +1504,7 @@
wysiwyg: |-
Error - check implementation:
Hast node of type "div" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__39:
+04_06__leaf_blocks__html_blocks__039:
canonical: |
<p>Foo
<a href="bar">
@@ -1515,7 +1515,7 @@
<p>Foo
<a target="_blank" rel="noopener noreferrer nofollow" href="bar">
baz</a></p>
-04_06__leaf_blocks__html_blocks__40:
+04_06__leaf_blocks__html_blocks__040:
canonical: |
<div>
<p><em>Emphasized</em> text.</p>
@@ -1525,7 +1525,7 @@
wysiwyg: |-
Error - check implementation:
Hast node of type "div" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__41:
+04_06__leaf_blocks__html_blocks__041:
canonical: |
<div>
*Emphasized* text.
@@ -1535,7 +1535,7 @@
wysiwyg: |-
Error - check implementation:
Hast node of type "div" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__42:
+04_06__leaf_blocks__html_blocks__042:
canonical: |
<table>
<tr>
@@ -1549,7 +1549,7 @@
wysiwyg: |-
Error - check implementation:
Hast node of type "table" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__43:
+04_06__leaf_blocks__html_blocks__043:
canonical: |
<table>
<tr>
@@ -1564,35 +1564,35 @@
wysiwyg: |-
Error - check implementation:
Hast node of type "table" not supported by this converter. Please, provide an specification.
-04_07__leaf_blocks__link_reference_definitions__01:
+04_07__leaf_blocks__link_reference_definitions__001:
canonical: |
<p><a href="/url" title="title">foo</a></p>
static: |-
<p data-sourcepos="3:1-3:5" dir="auto"><a href="/url" title="title">foo</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/url" title="title">foo</a></p>
-04_07__leaf_blocks__link_reference_definitions__02:
+04_07__leaf_blocks__link_reference_definitions__002:
canonical: |
<p><a href="/url" title="the title">foo</a></p>
static: |-
<p data-sourcepos="5:1-5:5" dir="auto"><a href="/url" title="the title">foo</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/url" title="the title">foo</a></p>
-04_07__leaf_blocks__link_reference_definitions__03:
+04_07__leaf_blocks__link_reference_definitions__003:
canonical: |
<p><a href="my_(url)" title="title (with parens)">Foo*bar]</a></p>
static: |-
<p data-sourcepos="3:1-3:11" dir="auto"><a href="my_(url)" title="title (with parens)">Foo*bar]</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="my_(url)" title="title (with parens)">Foo*bar]</a></p>
-04_07__leaf_blocks__link_reference_definitions__04:
+04_07__leaf_blocks__link_reference_definitions__004:
canonical: |
<p><a href="my%20url" title="title">Foo bar</a></p>
static: |-
<p data-sourcepos="5:1-5:9" dir="auto"><a href="my%20url" title="title">Foo bar</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="my%20url" title="title">Foo bar</a></p>
-04_07__leaf_blocks__link_reference_definitions__05:
+04_07__leaf_blocks__link_reference_definitions__005:
canonical: |
<p><a href="/url" title="
title
@@ -1607,7 +1607,7 @@
line1
line2
">foo</a></p>
-04_07__leaf_blocks__link_reference_definitions__06:
+04_07__leaf_blocks__link_reference_definitions__006:
canonical: |
<p>[foo]: /url 'title</p>
<p>with blank line'</p>
@@ -1616,14 +1616,14 @@
<p data-sourcepos="1:1-1:18" dir="auto">[foo]: /url 'title</p>&#x000A;<p data-sourcepos="3:1-3:16" dir="auto">with blank line'</p>&#x000A;<p data-sourcepos="5:1-5:5" dir="auto">[foo]</p>
wysiwyg: |-
<p>[foo]: /url 'title</p>
-04_07__leaf_blocks__link_reference_definitions__07:
+04_07__leaf_blocks__link_reference_definitions__007:
canonical: |
<p><a href="/url">foo</a></p>
static: |-
<p data-sourcepos="4:1-4:5" dir="auto"><a href="/url">foo</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/url">foo</a></p>
-04_07__leaf_blocks__link_reference_definitions__08:
+04_07__leaf_blocks__link_reference_definitions__008:
canonical: |
<p>[foo]:</p>
<p>[foo]</p>
@@ -1631,14 +1631,14 @@
<p data-sourcepos="1:1-1:6" dir="auto">[foo]:</p>&#x000A;<p data-sourcepos="3:1-3:5" dir="auto">[foo]</p>
wysiwyg: |-
<p>[foo]:</p>
-04_07__leaf_blocks__link_reference_definitions__09:
+04_07__leaf_blocks__link_reference_definitions__009:
canonical: |
<p><a href="">foo</a></p>
static: |-
<p data-sourcepos="3:1-3:5" dir="auto"><a href="">foo</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="">foo</a></p>
-04_07__leaf_blocks__link_reference_definitions__10:
+04_07__leaf_blocks__link_reference_definitions__010:
canonical: |
<p>[foo]: <bar>(baz)</p>
<p>[foo]</p>
@@ -1647,68 +1647,68 @@
wysiwyg: |-
Error - check implementation:
Hast node of type "bar" not supported by this converter. Please, provide an specification.
-04_07__leaf_blocks__link_reference_definitions__11:
+04_07__leaf_blocks__link_reference_definitions__011:
canonical: |
<p><a href="/url%5Cbar*baz" title="foo&quot;bar\baz">foo</a></p>
static: |-
<p data-sourcepos="3:1-3:5" dir="auto"><a href="/url%5Cbar*baz" title='foo"bar\baz'>foo</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/url%5Cbar*baz" title="foo&quot;bar\baz">foo</a></p>
-04_07__leaf_blocks__link_reference_definitions__12:
+04_07__leaf_blocks__link_reference_definitions__012:
canonical: |
<p><a href="url">foo</a></p>
static: |-
<p data-sourcepos="1:1-1:5" dir="auto"><a href="url">foo</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="url">foo</a></p>
-04_07__leaf_blocks__link_reference_definitions__13:
+04_07__leaf_blocks__link_reference_definitions__013:
canonical: |
<p><a href="first">foo</a></p>
static: |-
<p data-sourcepos="1:1-1:5" dir="auto"><a href="first">foo</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="first">foo</a></p>
-04_07__leaf_blocks__link_reference_definitions__14:
+04_07__leaf_blocks__link_reference_definitions__014:
canonical: |
<p><a href="/url">Foo</a></p>
static: |-
<p data-sourcepos="3:1-3:5" dir="auto"><a href="/url">Foo</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/url">Foo</a></p>
-04_07__leaf_blocks__link_reference_definitions__15:
+04_07__leaf_blocks__link_reference_definitions__015:
canonical: |
<p><a href="/%CF%86%CE%BF%CF%85">αγω</a></p>
static: |-
<p data-sourcepos="3:1-3:8" dir="auto"><a href="/%CF%86%CE%BF%CF%85">αγω</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/%CF%86%CE%BF%CF%85">αγω</a></p>
-04_07__leaf_blocks__link_reference_definitions__16:
+04_07__leaf_blocks__link_reference_definitions__016:
canonical: ""
static: ""
wysiwyg: |-
<p></p>
-04_07__leaf_blocks__link_reference_definitions__17:
+04_07__leaf_blocks__link_reference_definitions__017:
canonical: |
<p>bar</p>
static: |-
<p data-sourcepos="1:1-4:3" dir="auto">bar</p>
wysiwyg: |-
<p>bar</p>
-04_07__leaf_blocks__link_reference_definitions__18:
+04_07__leaf_blocks__link_reference_definitions__018:
canonical: |
<p>[foo]: /url &quot;title&quot; ok</p>
static: |-
<p data-sourcepos="1:1-1:22" dir="auto">[foo]: /url "title" ok</p>
wysiwyg: |-
<p>[foo]: /url "title" ok</p>
-04_07__leaf_blocks__link_reference_definitions__19:
+04_07__leaf_blocks__link_reference_definitions__019:
canonical: |
<p>&quot;title&quot; ok</p>
static: |-
<p data-sourcepos="1:1-2:10" dir="auto">"title" ok</p>
wysiwyg: |-
<p>"title" ok</p>
-04_07__leaf_blocks__link_reference_definitions__20:
+04_07__leaf_blocks__link_reference_definitions__020:
canonical: |
<pre><code>[foo]: /url &quot;title&quot;
</code></pre>
@@ -1717,7 +1717,7 @@
<div class="gl-relative markdown-code-block js-markdown-code">&#x000A;<pre data-sourcepos="1:5-2:0" class="code highlight js-syntax-highlight language-plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">[foo]: /url "title"</span></code></pre>&#x000A;<copy-code></copy-code>&#x000A;</div>&#x000A;<p data-sourcepos="3:1-3:5" dir="auto">[foo]</p>
wysiwyg: |-
<pre class="content-editor-code-block undefined code highlight"><code>[foo]: /url "title"</code></pre>
-04_07__leaf_blocks__link_reference_definitions__21:
+04_07__leaf_blocks__link_reference_definitions__021:
canonical: |
<pre><code>[foo]: /url
</code></pre>
@@ -1726,7 +1726,7 @@
<div class="gl-relative markdown-code-block js-markdown-code">&#x000A;<pre data-sourcepos="1:1-3:3" class="code highlight js-syntax-highlight language-plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">[foo]: /url</span></code></pre>&#x000A;<copy-code></copy-code>&#x000A;</div>&#x000A;<p data-sourcepos="5:1-5:5" dir="auto">[foo]</p>
wysiwyg: |-
<pre class="content-editor-code-block undefined code highlight"><code>[foo]: /url</code></pre>
-04_07__leaf_blocks__link_reference_definitions__22:
+04_07__leaf_blocks__link_reference_definitions__022:
canonical: |
<p>Foo
[bar]: /baz</p>
@@ -1736,7 +1736,7 @@
wysiwyg: |-
<p>Foo
[bar]: /baz</p>
-04_07__leaf_blocks__link_reference_definitions__23:
+04_07__leaf_blocks__link_reference_definitions__023:
canonical: |
<h1><a href="/url">Foo</a></h1>
<blockquote>
@@ -1746,7 +1746,7 @@
<h1 data-sourcepos="1:1-1:7" dir="auto">&#x000A;<a id="user-content-foo" class="anchor" href="#foo" aria-hidden="true"></a><a href="/url">Foo</a>&#x000A;</h1>&#x000A;<blockquote data-sourcepos="3:1-3:5" dir="auto">&#x000A;<p data-sourcepos="3:3-3:5">bar</p>&#x000A;</blockquote>
wysiwyg: |-
<h1><a target="_blank" rel="noopener noreferrer nofollow" href="/url">Foo</a></h1>
-04_07__leaf_blocks__link_reference_definitions__24:
+04_07__leaf_blocks__link_reference_definitions__024:
canonical: |
<h1>bar</h1>
<p><a href="/url">foo</a></p>
@@ -1754,7 +1754,7 @@
<h1 data-sourcepos="1:1-4:5" dir="auto">&#x000A;<a id="user-content-bar" class="anchor" href="#bar" aria-hidden="true"></a>bar</h1>&#x000A;<p data-sourcepos="4:1-4:5" dir="auto"><a href="/url">foo</a></p>
wysiwyg: |-
<h1>bar</h1>
-04_07__leaf_blocks__link_reference_definitions__25:
+04_07__leaf_blocks__link_reference_definitions__025:
canonical: |
<p>===
<a href="/url">foo</a></p>
@@ -1763,7 +1763,7 @@
wysiwyg: |-
<p>===
<a target="_blank" rel="noopener noreferrer nofollow" href="/url">foo</a></p>
-04_07__leaf_blocks__link_reference_definitions__26:
+04_07__leaf_blocks__link_reference_definitions__026:
canonical: |
<p><a href="/foo-url" title="foo">foo</a>,
<a href="/bar-url" title="bar">bar</a>,
@@ -1774,7 +1774,7 @@
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/foo-url" title="foo">foo</a>,
<a target="_blank" rel="noopener noreferrer nofollow" href="/bar-url" title="bar">bar</a>,
<a target="_blank" rel="noopener noreferrer nofollow" href="/baz-url">baz</a></p>
-04_07__leaf_blocks__link_reference_definitions__27:
+04_07__leaf_blocks__link_reference_definitions__027:
canonical: |
<p><a href="/url">foo</a></p>
<blockquote>
@@ -1783,12 +1783,12 @@
<p data-sourcepos="1:1-1:5" dir="auto"><a href="/url">foo</a></p>&#x000A;<blockquote data-sourcepos="3:1-3:13" dir="auto">&#x000A;</blockquote>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/url">foo</a></p>
-04_07__leaf_blocks__link_reference_definitions__28:
+04_07__leaf_blocks__link_reference_definitions__028:
canonical: ""
static: ""
wysiwyg: |-
<p></p>
-04_08__leaf_blocks__paragraphs__01:
+04_08__leaf_blocks__paragraphs__001:
canonical: |
<p>aaa</p>
<p>bbb</p>
@@ -1796,7 +1796,7 @@
<p data-sourcepos="1:1-1:3" dir="auto">aaa</p>&#x000A;<p data-sourcepos="3:1-3:3" dir="auto">bbb</p>
wysiwyg: |-
<p>aaa</p>
-04_08__leaf_blocks__paragraphs__02:
+04_08__leaf_blocks__paragraphs__002:
canonical: |
<p>aaa
bbb</p>
@@ -1807,7 +1807,7 @@
wysiwyg: |-
<p>aaa
bbb</p>
-04_08__leaf_blocks__paragraphs__03:
+04_08__leaf_blocks__paragraphs__003:
canonical: |
<p>aaa</p>
<p>bbb</p>
@@ -1815,7 +1815,7 @@
<p data-sourcepos="1:1-1:3" dir="auto">aaa</p>&#x000A;<p data-sourcepos="4:1-4:3" dir="auto">bbb</p>
wysiwyg: |-
<p>aaa</p>
-04_08__leaf_blocks__paragraphs__04:
+04_08__leaf_blocks__paragraphs__004:
canonical: |
<p>aaa
bbb</p>
@@ -1824,7 +1824,7 @@
wysiwyg: |-
<p>aaa
bbb</p>
-04_08__leaf_blocks__paragraphs__05:
+04_08__leaf_blocks__paragraphs__005:
canonical: |
<p>aaa
bbb
@@ -1835,7 +1835,7 @@
<p>aaa
bbb
ccc</p>
-04_08__leaf_blocks__paragraphs__06:
+04_08__leaf_blocks__paragraphs__006:
canonical: |
<p>aaa
bbb</p>
@@ -1844,7 +1844,7 @@
wysiwyg: |-
<p>aaa
bbb</p>
-04_08__leaf_blocks__paragraphs__07:
+04_08__leaf_blocks__paragraphs__007:
canonical: |
<pre><code>aaa
</code></pre>
@@ -1853,7 +1853,7 @@
<div class="gl-relative markdown-code-block js-markdown-code">&#x000A;<pre data-sourcepos="1:5-1:7" class="code highlight js-syntax-highlight language-plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">aaa</span></code></pre>&#x000A;<copy-code></copy-code>&#x000A;</div>&#x000A;<p data-sourcepos="2:1-2:3" dir="auto">bbb</p>
wysiwyg: |-
<pre class="content-editor-code-block undefined code highlight"><code>aaa</code></pre>
-04_08__leaf_blocks__paragraphs__08:
+04_08__leaf_blocks__paragraphs__008:
canonical: |
<p>aaa<br />
bbb</p>
@@ -1862,7 +1862,7 @@
wysiwyg: |-
<p>aaa<br>
bbb</p>
-04_09__leaf_blocks__blank_lines__01:
+04_09__leaf_blocks__blank_lines__001:
canonical: |
<p>aaa</p>
<h1>aaa</h1>
@@ -1870,7 +1870,7 @@
<p data-sourcepos="3:1-3:3" dir="auto">aaa</p>&#x000A;<h1 data-sourcepos="6:1-6:5" dir="auto">&#x000A;<a id="user-content-aaa" class="anchor" href="#aaa" aria-hidden="true"></a>aaa</h1>
wysiwyg: |-
<p>aaa</p>
-04_10__leaf_blocks__tables_extension__01:
+04_10__leaf_blocks__tables_extension__001:
canonical: |
<table>
<thead>
@@ -1892,7 +1892,7 @@
<p>| foo | bar |
| --- | --- |
| baz | bim |</p>
-04_10__leaf_blocks__tables_extension__02:
+04_10__leaf_blocks__tables_extension__002:
canonical: |
<table>
<thead>
@@ -1914,7 +1914,7 @@
<p>| abc | defghi |
:-: | -----------:
bar | baz</p>
-04_10__leaf_blocks__tables_extension__03:
+04_10__leaf_blocks__tables_extension__003:
canonical: |
<table>
<thead>
@@ -1938,7 +1938,7 @@
| ------ |
| b <code>\|</code> az |
| b <strong>|</strong> im |</p>
-04_10__leaf_blocks__tables_extension__04:
+04_10__leaf_blocks__tables_extension__004:
canonical: |
<table>
<thead>
@@ -1963,7 +1963,7 @@
<p>| abc | def |
| --- | --- |
| bar | baz |</p>
-04_10__leaf_blocks__tables_extension__05:
+04_10__leaf_blocks__tables_extension__005:
canonical: |
<table>
<thead>
@@ -1991,7 +1991,7 @@
| --- | --- |
| bar | baz |
bar</p>
-04_10__leaf_blocks__tables_extension__06:
+04_10__leaf_blocks__tables_extension__006:
canonical: |
<p>| abc | def |
| --- |
@@ -2002,7 +2002,7 @@
<p>| abc | def |
| --- |
| bar |</p>
-04_10__leaf_blocks__tables_extension__07:
+04_10__leaf_blocks__tables_extension__007:
canonical: |
<table>
<thead>
@@ -2029,7 +2029,7 @@
| --- | --- |
| bar |
| bar | baz | boo |</p>
-04_10__leaf_blocks__tables_extension__08:
+04_10__leaf_blocks__tables_extension__008:
canonical: |
<table>
<thead>
@@ -2044,7 +2044,7 @@
wysiwyg: |-
<p>| abc | def |
| --- | --- |</p>
-05_01__container_blocks__block_quotes__01:
+05_01__container_blocks__block_quotes__001:
canonical: |
<blockquote>
<h1>Foo</h1>
@@ -2056,7 +2056,7 @@
wysiwyg: |-
<blockquote multiline="false"><h1>Foo</h1><p>bar
baz</p></blockquote>
-05_01__container_blocks__block_quotes__02:
+05_01__container_blocks__block_quotes__002:
canonical: |
<blockquote>
<h1>Foo</h1>
@@ -2068,7 +2068,7 @@
wysiwyg: |-
<blockquote multiline="false"><h1>Foo</h1><p>bar
baz</p></blockquote>
-05_01__container_blocks__block_quotes__03:
+05_01__container_blocks__block_quotes__003:
canonical: |
<blockquote>
<h1>Foo</h1>
@@ -2080,7 +2080,7 @@
wysiwyg: |-
<blockquote multiline="false"><h1>Foo</h1><p>bar
baz</p></blockquote>
-05_01__container_blocks__block_quotes__04:
+05_01__container_blocks__block_quotes__004:
canonical: |
<pre><code>&gt; # Foo
&gt; bar
@@ -2092,7 +2092,7 @@
<pre class="content-editor-code-block undefined code highlight"><code>&gt; # Foo
&gt; bar
&gt; baz</code></pre>
-05_01__container_blocks__block_quotes__05:
+05_01__container_blocks__block_quotes__005:
canonical: |
<blockquote>
<h1>Foo</h1>
@@ -2104,7 +2104,7 @@
wysiwyg: |-
<blockquote multiline="false"><h1>Foo</h1><p>bar
baz</p></blockquote>
-05_01__container_blocks__block_quotes__06:
+05_01__container_blocks__block_quotes__006:
canonical: |
<blockquote>
<p>bar
@@ -2117,7 +2117,7 @@
<blockquote multiline="false"><p>bar
baz
foo</p></blockquote>
-05_01__container_blocks__block_quotes__07:
+05_01__container_blocks__block_quotes__007:
canonical: |
<blockquote>
<p>foo</p>
@@ -2127,7 +2127,7 @@
<blockquote data-sourcepos="1:1-1:5" dir="auto">&#x000A;<p data-sourcepos="1:3-1:5">foo</p>&#x000A;</blockquote>&#x000A;<hr data-sourcepos="2:1-2:3">
wysiwyg: |-
<blockquote multiline="false"><p>foo</p></blockquote>
-05_01__container_blocks__block_quotes__08:
+05_01__container_blocks__block_quotes__008:
canonical: |
<blockquote>
<ul>
@@ -2141,7 +2141,7 @@
<blockquote data-sourcepos="1:1-1:7" dir="auto">&#x000A;<ul data-sourcepos="1:3-1:7">&#x000A;<li data-sourcepos="1:3-1:7">foo</li>&#x000A;</ul>&#x000A;</blockquote>&#x000A;<ul data-sourcepos="2:1-2:5" dir="auto">&#x000A;<li data-sourcepos="2:1-2:5">bar</li>&#x000A;</ul>
wysiwyg: |-
<blockquote multiline="false"><ul bullet="*"><li><p>foo</p></li></ul></blockquote>
-05_01__container_blocks__block_quotes__09:
+05_01__container_blocks__block_quotes__009:
canonical: |
<blockquote>
<pre><code>foo
@@ -2153,7 +2153,7 @@
<blockquote data-sourcepos="1:1-1:9" dir="auto">&#x000A;<div class="gl-relative markdown-code-block js-markdown-code">&#x000A;<pre data-sourcepos="1:7-1:9" class="code highlight js-syntax-highlight language-plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">foo</span></code></pre>&#x000A;<copy-code></copy-code>&#x000A;</div>&#x000A;</blockquote>&#x000A;<div class="gl-relative markdown-code-block js-markdown-code">&#x000A;<pre data-sourcepos="2:5-2:7" class="code highlight js-syntax-highlight language-plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">bar</span></code></pre>&#x000A;<copy-code></copy-code>&#x000A;</div>
wysiwyg: |-
<blockquote multiline="false"><pre class="content-editor-code-block undefined code highlight"><code>foo</code></pre></blockquote>
-05_01__container_blocks__block_quotes__10:
+05_01__container_blocks__block_quotes__010:
canonical: |
<blockquote>
<pre><code></code></pre>
@@ -2164,7 +2164,7 @@
<blockquote data-sourcepos="1:1-1:5" dir="auto">&#x000A;<div class="gl-relative markdown-code-block js-markdown-code">&#x000A;<pre data-sourcepos="1:3-2:3" class="code highlight js-syntax-highlight language-plaintext" lang="plaintext" v-pre="true"><code></code></pre>&#x000A;<copy-code></copy-code>&#x000A;</div>&#x000A;</blockquote>&#x000A;<p data-sourcepos="2:1-2:3" dir="auto">foo</p>&#x000A;<div class="gl-relative markdown-code-block js-markdown-code">&#x000A;<pre data-sourcepos="3:1-3:3" class="code highlight js-syntax-highlight language-plaintext" lang="plaintext" v-pre="true"><code></code></pre>&#x000A;<copy-code></copy-code>&#x000A;</div>
wysiwyg: |-
<blockquote multiline="false"><pre class="content-editor-code-block undefined code highlight"><code></code></pre></blockquote>
-05_01__container_blocks__block_quotes__11:
+05_01__container_blocks__block_quotes__011:
canonical: |
<blockquote>
<p>foo
@@ -2175,7 +2175,7 @@
wysiwyg: |-
<blockquote multiline="false"><p>foo
- bar</p></blockquote>
-05_01__container_blocks__block_quotes__12:
+05_01__container_blocks__block_quotes__012:
canonical: |
<blockquote>
</blockquote>
@@ -2183,7 +2183,7 @@
<blockquote data-sourcepos="1:1-1:1" dir="auto">&#x000A;</blockquote>
wysiwyg: |-
<blockquote multiline="false"><p></p></blockquote>
-05_01__container_blocks__block_quotes__13:
+05_01__container_blocks__block_quotes__013:
canonical: |
<blockquote>
</blockquote>
@@ -2191,7 +2191,7 @@
<blockquote data-sourcepos="1:1-3:2" dir="auto">&#x000A;</blockquote>
wysiwyg: |-
<blockquote multiline="false"><p></p></blockquote>
-05_01__container_blocks__block_quotes__14:
+05_01__container_blocks__block_quotes__014:
canonical: |
<blockquote>
<p>foo</p>
@@ -2200,7 +2200,7 @@
<blockquote data-sourcepos="1:1-3:3" dir="auto">&#x000A;<p data-sourcepos="2:3-2:5">foo</p>&#x000A;</blockquote>
wysiwyg: |-
<blockquote multiline="false"><p>foo</p></blockquote>
-05_01__container_blocks__block_quotes__15:
+05_01__container_blocks__block_quotes__015:
canonical: |
<blockquote>
<p>foo</p>
@@ -2212,7 +2212,7 @@
<blockquote data-sourcepos="1:1-1:5" dir="auto">&#x000A;<p data-sourcepos="1:3-1:5">foo</p>&#x000A;</blockquote>&#x000A;<blockquote data-sourcepos="3:1-3:5" dir="auto">&#x000A;<p data-sourcepos="3:3-3:5">bar</p>&#x000A;</blockquote>
wysiwyg: |-
<blockquote multiline="false"><p>foo</p></blockquote>
-05_01__container_blocks__block_quotes__16:
+05_01__container_blocks__block_quotes__016:
canonical: |
<blockquote>
<p>foo
@@ -2223,7 +2223,7 @@
wysiwyg: |-
<blockquote multiline="false"><p>foo
bar</p></blockquote>
-05_01__container_blocks__block_quotes__17:
+05_01__container_blocks__block_quotes__017:
canonical: |
<blockquote>
<p>foo</p>
@@ -2233,7 +2233,7 @@
<blockquote data-sourcepos="1:1-3:5" dir="auto">&#x000A;<p data-sourcepos="1:3-1:5">foo</p>&#x000A;<p data-sourcepos="3:3-3:5">bar</p>&#x000A;</blockquote>
wysiwyg: |-
<blockquote multiline="false"><p>foo</p><p>bar</p></blockquote>
-05_01__container_blocks__block_quotes__18:
+05_01__container_blocks__block_quotes__018:
canonical: |
<p>foo</p>
<blockquote>
@@ -2243,7 +2243,7 @@
<p data-sourcepos="1:1-1:3" dir="auto">foo</p>&#x000A;<blockquote data-sourcepos="2:1-2:5" dir="auto">&#x000A;<p data-sourcepos="2:3-2:5">bar</p>&#x000A;</blockquote>
wysiwyg: |-
<p>foo</p>
-05_01__container_blocks__block_quotes__19:
+05_01__container_blocks__block_quotes__019:
canonical: |
<blockquote>
<p>aaa</p>
@@ -2256,7 +2256,7 @@
<blockquote data-sourcepos="1:1-1:5" dir="auto">&#x000A;<p data-sourcepos="1:3-1:5">aaa</p>&#x000A;</blockquote>&#x000A;<hr data-sourcepos="2:1-2:3">&#x000A;<blockquote data-sourcepos="3:1-3:5" dir="auto">&#x000A;<p data-sourcepos="3:3-3:5">bbb</p>&#x000A;</blockquote>
wysiwyg: |-
<blockquote multiline="false"><p>aaa</p></blockquote>
-05_01__container_blocks__block_quotes__20:
+05_01__container_blocks__block_quotes__020:
canonical: |
<blockquote>
<p>bar
@@ -2267,7 +2267,7 @@
wysiwyg: |-
<blockquote multiline="false"><p>bar
baz</p></blockquote>
-05_01__container_blocks__block_quotes__21:
+05_01__container_blocks__block_quotes__021:
canonical: |
<blockquote>
<p>bar</p>
@@ -2277,7 +2277,7 @@
<blockquote data-sourcepos="1:1-1:5" dir="auto">&#x000A;<p data-sourcepos="1:3-1:5">bar</p>&#x000A;</blockquote>&#x000A;<p data-sourcepos="3:1-3:3" dir="auto">baz</p>
wysiwyg: |-
<blockquote multiline="false"><p>bar</p></blockquote>
-05_01__container_blocks__block_quotes__22:
+05_01__container_blocks__block_quotes__022:
canonical: |
<blockquote>
<p>bar</p>
@@ -2287,7 +2287,7 @@
<blockquote data-sourcepos="1:1-2:1" dir="auto">&#x000A;<p data-sourcepos="1:3-1:5">bar</p>&#x000A;</blockquote>&#x000A;<p data-sourcepos="3:1-3:3" dir="auto">baz</p>
wysiwyg: |-
<blockquote multiline="false"><p>bar</p></blockquote>
-05_01__container_blocks__block_quotes__23:
+05_01__container_blocks__block_quotes__023:
canonical: |
<blockquote>
<blockquote>
@@ -2302,7 +2302,7 @@
wysiwyg: |-
<blockquote multiline="false"><blockquote multiline="false"><blockquote multiline="false"><p>foo
bar</p></blockquote></blockquote></blockquote>
-05_01__container_blocks__block_quotes__24:
+05_01__container_blocks__block_quotes__024:
canonical: |
<blockquote>
<blockquote>
@@ -2319,7 +2319,7 @@
<blockquote multiline="false"><blockquote multiline="false"><blockquote multiline="false"><p>foo
bar
baz</p></blockquote></blockquote></blockquote>
-05_01__container_blocks__block_quotes__25:
+05_01__container_blocks__block_quotes__025:
canonical: |
<blockquote>
<pre><code>code
@@ -2332,7 +2332,7 @@
<blockquote data-sourcepos="1:1-1:10" dir="auto">&#x000A;<div class="gl-relative markdown-code-block js-markdown-code">&#x000A;<pre data-sourcepos="1:7-1:10" class="code highlight js-syntax-highlight language-plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">code</span></code></pre>&#x000A;<copy-code></copy-code>&#x000A;</div>&#x000A;</blockquote>&#x000A;<blockquote data-sourcepos="3:1-3:13" dir="auto">&#x000A;<p data-sourcepos="3:6-3:13">not code</p>&#x000A;</blockquote>
wysiwyg: |-
<blockquote multiline="false"><pre class="content-editor-code-block undefined code highlight"><code>code</code></pre></blockquote>
-05_02__container_blocks__list_items__01:
+05_02__container_blocks__list_items__001:
canonical: |
<p>A paragraph
with two lines.</p>
@@ -2346,7 +2346,7 @@
wysiwyg: |-
<p>A paragraph
with two lines.</p>
-05_02__container_blocks__list_items__02:
+05_02__container_blocks__list_items__002:
canonical: |
<ol>
<li>
@@ -2364,7 +2364,7 @@
wysiwyg: |-
<ol parens="false"><li><p>A paragraph
with two lines.</p><pre class="content-editor-code-block undefined code highlight"><code>indented code</code></pre><blockquote multiline="false"><p>A block quote.</p></blockquote></li></ol>
-05_02__container_blocks__list_items__03:
+05_02__container_blocks__list_items__003:
canonical: |
<ul>
<li>one</li>
@@ -2374,7 +2374,7 @@
<ul data-sourcepos="1:1-2:0" dir="auto">&#x000A;<li data-sourcepos="1:1-2:0">one</li>&#x000A;</ul>&#x000A;<p data-sourcepos="3:2-3:4" dir="auto">two</p>
wysiwyg: |-
<ul bullet="*"><li><p>one</p></li></ul>
-05_02__container_blocks__list_items__04:
+05_02__container_blocks__list_items__004:
canonical: |
<ul>
<li>
@@ -2386,7 +2386,7 @@
<ul data-sourcepos="1:1-3:5" dir="auto">&#x000A;<li data-sourcepos="1:1-3:5">&#x000A;<p data-sourcepos="1:3-1:5">one</p>&#x000A;<p data-sourcepos="3:3-3:5">two</p>&#x000A;</li>&#x000A;</ul>
wysiwyg: |-
<ul bullet="*"><li><p>one</p><p>two</p></li></ul>
-05_02__container_blocks__list_items__05:
+05_02__container_blocks__list_items__005:
canonical: |
<ul>
<li>one</li>
@@ -2397,7 +2397,7 @@
<ul data-sourcepos="1:2-2:0" dir="auto">&#x000A;<li data-sourcepos="1:2-2:0">one</li>&#x000A;</ul>&#x000A;<div class="gl-relative markdown-code-block js-markdown-code">&#x000A;<pre data-sourcepos="3:5-3:8" class="code highlight js-syntax-highlight language-plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext"> two</span></code></pre>&#x000A;<copy-code></copy-code>&#x000A;</div>
wysiwyg: |-
<ul bullet="*"><li><p>one</p></li></ul>
-05_02__container_blocks__list_items__06:
+05_02__container_blocks__list_items__006:
canonical: |
<ul>
<li>
@@ -2409,7 +2409,7 @@
<ul data-sourcepos="1:2-3:9" dir="auto">&#x000A;<li data-sourcepos="1:2-3:9">&#x000A;<p data-sourcepos="1:7-1:9">one</p>&#x000A;<p data-sourcepos="3:7-3:9">two</p>&#x000A;</li>&#x000A;</ul>
wysiwyg: |-
<ul bullet="*"><li><p>one</p><p>two</p></li></ul>
-05_02__container_blocks__list_items__07:
+05_02__container_blocks__list_items__007:
canonical: |
<blockquote>
<blockquote>
@@ -2425,7 +2425,7 @@
<blockquote data-sourcepos="1:4-3:10" dir="auto">&#x000A;<blockquote data-sourcepos="1:6-3:10">&#x000A;<ol data-sourcepos="1:8-3:10">&#x000A;<li data-sourcepos="1:8-3:10">&#x000A;<p data-sourcepos="1:12-1:14">one</p>&#x000A;<p data-sourcepos="3:8-3:10">two</p>&#x000A;</li>&#x000A;</ol>&#x000A;</blockquote>&#x000A;</blockquote>
wysiwyg: |-
<blockquote multiline="false"><blockquote multiline="false"><ol parens="false"><li><p>one</p><p>two</p></li></ol></blockquote></blockquote>
-05_02__container_blocks__list_items__08:
+05_02__container_blocks__list_items__008:
canonical: |
<blockquote>
<blockquote>
@@ -2439,7 +2439,7 @@
<blockquote data-sourcepos="1:1-3:10" dir="auto">&#x000A;<blockquote data-sourcepos="1:2-3:10">&#x000A;<ul data-sourcepos="1:3-2:2">&#x000A;<li data-sourcepos="1:3-2:2">one</li>&#x000A;</ul>&#x000A;<p data-sourcepos="3:8-3:10">two</p>&#x000A;</blockquote>&#x000A;</blockquote>
wysiwyg: |-
<blockquote multiline="false"><blockquote multiline="false"><ul bullet="*"><li><p>one</p></li></ul><p>two</p></blockquote></blockquote>
-05_02__container_blocks__list_items__09:
+05_02__container_blocks__list_items__009:
canonical: |
<p>-one</p>
<p>2.two</p>
@@ -2447,7 +2447,7 @@
<p data-sourcepos="1:1-1:4" dir="auto">-one</p>&#x000A;<p data-sourcepos="3:1-3:5" dir="auto">2.two</p>
wysiwyg: |-
<p>-one</p>
-05_02__container_blocks__list_items__10:
+05_02__container_blocks__list_items__010:
canonical: |
<ul>
<li>
@@ -2459,7 +2459,7 @@
<ul data-sourcepos="1:1-4:5" dir="auto">&#x000A;<li data-sourcepos="1:1-4:5">&#x000A;<p data-sourcepos="1:3-1:5">foo</p>&#x000A;<p data-sourcepos="4:3-4:5">bar</p>&#x000A;</li>&#x000A;</ul>
wysiwyg: |-
<ul bullet="*"><li><p>foo</p><p>bar</p></li></ul>
-05_02__container_blocks__list_items__11:
+05_02__container_blocks__list_items__011:
canonical: |
<ol>
<li>
@@ -2476,7 +2476,7 @@
<ol data-sourcepos="1:1-9:9" dir="auto">&#x000A;<li data-sourcepos="1:1-9:9">&#x000A;<p data-sourcepos="1:5-1:7">foo</p>&#x000A;<div class="gl-relative markdown-code-block js-markdown-code">&#x000A;<pre data-sourcepos="3:5-5:7" class="code highlight js-syntax-highlight language-plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">bar</span></code></pre>&#x000A;<copy-code></copy-code>&#x000A;</div>&#x000A;<p data-sourcepos="7:5-7:7">baz</p>&#x000A;<blockquote data-sourcepos="9:5-9:9">&#x000A;<p data-sourcepos="9:7-9:9">bam</p>&#x000A;</blockquote>&#x000A;</li>&#x000A;</ol>
wysiwyg: |-
<ol parens="false"><li><p>foo</p><pre class="content-editor-code-block undefined code highlight"><code>bar</code></pre><p>baz</p><blockquote multiline="false"><p>bam</p></blockquote></li></ol>
-05_02__container_blocks__list_items__12:
+05_02__container_blocks__list_items__012:
canonical: |
<ul>
<li>
@@ -2495,7 +2495,7 @@
baz</code></pre></li></ul>
-05_02__container_blocks__list_items__13:
+05_02__container_blocks__list_items__013:
canonical: |
<ol start="123456789">
<li>ok</li>
@@ -2504,14 +2504,14 @@
<ol start="123456789" data-sourcepos="1:1-1:13" dir="auto">&#x000A;<li data-sourcepos="1:1-1:13">ok</li>&#x000A;</ol>
wysiwyg: |-
<ol parens="false"><li><p>ok</p></li></ol>
-05_02__container_blocks__list_items__14:
+05_02__container_blocks__list_items__014:
canonical: |
<p>1234567890. not ok</p>
static: |-
<p data-sourcepos="1:1-1:18" dir="auto">1234567890. not ok</p>
wysiwyg: |-
<p>1234567890. not ok</p>
-05_02__container_blocks__list_items__15:
+05_02__container_blocks__list_items__015:
canonical: |
<ol start="0">
<li>ok</li>
@@ -2520,7 +2520,7 @@
<ol start="0" data-sourcepos="1:1-1:5" dir="auto">&#x000A;<li data-sourcepos="1:1-1:5">ok</li>&#x000A;</ol>
wysiwyg: |-
<ol parens="false"><li><p>ok</p></li></ol>
-05_02__container_blocks__list_items__16:
+05_02__container_blocks__list_items__016:
canonical: |
<ol start="3">
<li>ok</li>
@@ -2529,14 +2529,14 @@
<ol start="3" data-sourcepos="1:1-1:7" dir="auto">&#x000A;<li data-sourcepos="1:1-1:7">ok</li>&#x000A;</ol>
wysiwyg: |-
<ol parens="false"><li><p>ok</p></li></ol>
-05_02__container_blocks__list_items__17:
+05_02__container_blocks__list_items__017:
canonical: |
<p>-1. not ok</p>
static: |-
<p data-sourcepos="1:1-1:10" dir="auto">-1. not ok</p>
wysiwyg: |-
<p>-1. not ok</p>
-05_02__container_blocks__list_items__18:
+05_02__container_blocks__list_items__018:
canonical: |
<ul>
<li>
@@ -2549,7 +2549,7 @@
<ul data-sourcepos="1:1-3:9" dir="auto">&#x000A;<li data-sourcepos="1:1-3:9">&#x000A;<p data-sourcepos="1:3-1:5">foo</p>&#x000A;<div class="gl-relative markdown-code-block js-markdown-code">&#x000A;<pre data-sourcepos="3:7-3:9" class="code highlight js-syntax-highlight language-plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">bar</span></code></pre>&#x000A;<copy-code></copy-code>&#x000A;</div>&#x000A;</li>&#x000A;</ul>
wysiwyg: |-
<ul bullet="*"><li><p>foo</p><pre class="content-editor-code-block undefined code highlight"><code>bar</code></pre></li></ul>
-05_02__container_blocks__list_items__19:
+05_02__container_blocks__list_items__019:
canonical: |
<ol start="10">
<li>
@@ -2562,7 +2562,7 @@
<ol start="10" data-sourcepos="1:3-3:14" dir="auto">&#x000A;<li data-sourcepos="1:3-3:14">&#x000A;<p data-sourcepos="1:8-1:10">foo</p>&#x000A;<div class="gl-relative markdown-code-block js-markdown-code">&#x000A;<pre data-sourcepos="3:12-3:14" class="code highlight js-syntax-highlight language-plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">bar</span></code></pre>&#x000A;<copy-code></copy-code>&#x000A;</div>&#x000A;</li>&#x000A;</ol>
wysiwyg: |-
<ol parens="false"><li><p>foo</p><pre class="content-editor-code-block undefined code highlight"><code>bar</code></pre></li></ol>
-05_02__container_blocks__list_items__20:
+05_02__container_blocks__list_items__020:
canonical: |
<pre><code>indented code
</code></pre>
@@ -2573,7 +2573,7 @@
<div class="gl-relative markdown-code-block js-markdown-code">&#x000A;<pre data-sourcepos="1:5-2:0" class="code highlight js-syntax-highlight language-plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">indented code</span></code></pre>&#x000A;<copy-code></copy-code>&#x000A;</div>&#x000A;<p data-sourcepos="3:1-3:9" dir="auto">paragraph</p>&#x000A;<div class="gl-relative markdown-code-block js-markdown-code">&#x000A;<pre data-sourcepos="5:5-5:13" class="code highlight js-syntax-highlight language-plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">more code</span></code></pre>&#x000A;<copy-code></copy-code>&#x000A;</div>
wysiwyg: |-
<pre class="content-editor-code-block undefined code highlight"><code>indented code</code></pre>
-05_02__container_blocks__list_items__21:
+05_02__container_blocks__list_items__021:
canonical: |
<ol>
<li>
@@ -2588,7 +2588,7 @@
<ol data-sourcepos="1:1-5:16" dir="auto">&#x000A;<li data-sourcepos="1:1-5:16">&#x000A;<div class="gl-relative markdown-code-block js-markdown-code">&#x000A;<pre data-sourcepos="1:8-2:0" class="code highlight js-syntax-highlight language-plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">indented code</span></code></pre>&#x000A;<copy-code></copy-code>&#x000A;</div>&#x000A;<p data-sourcepos="3:4-3:12">paragraph</p>&#x000A;<div class="gl-relative markdown-code-block js-markdown-code">&#x000A;<pre data-sourcepos="5:8-5:16" class="code highlight js-syntax-highlight language-plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">more code</span></code></pre>&#x000A;<copy-code></copy-code>&#x000A;</div>&#x000A;</li>&#x000A;</ol>
wysiwyg: |-
<ol parens="false"><li><p></p><pre class="content-editor-code-block undefined code highlight"><code>indented code</code></pre><p>paragraph</p><pre class="content-editor-code-block undefined code highlight"><code>more code</code></pre></li></ol>
-05_02__container_blocks__list_items__22:
+05_02__container_blocks__list_items__022:
canonical: |
<ol>
<li>
@@ -2603,7 +2603,7 @@
<ol data-sourcepos="1:1-5:16" dir="auto">&#x000A;<li data-sourcepos="1:1-5:16">&#x000A;<div class="gl-relative markdown-code-block js-markdown-code">&#x000A;<pre data-sourcepos="1:8-2:0" class="code highlight js-syntax-highlight language-plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext"> indented code</span></code></pre>&#x000A;<copy-code></copy-code>&#x000A;</div>&#x000A;<p data-sourcepos="3:4-3:12">paragraph</p>&#x000A;<div class="gl-relative markdown-code-block js-markdown-code">&#x000A;<pre data-sourcepos="5:8-5:16" class="code highlight js-syntax-highlight language-plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">more code</span></code></pre>&#x000A;<copy-code></copy-code>&#x000A;</div>&#x000A;</li>&#x000A;</ol>
wysiwyg: |-
<ol parens="false"><li><p></p><pre class="content-editor-code-block undefined code highlight"><code> indented code</code></pre><p>paragraph</p><pre class="content-editor-code-block undefined code highlight"><code>more code</code></pre></li></ol>
-05_02__container_blocks__list_items__23:
+05_02__container_blocks__list_items__023:
canonical: |
<p>foo</p>
<p>bar</p>
@@ -2611,7 +2611,7 @@
<p data-sourcepos="1:4-1:6" dir="auto">foo</p>&#x000A;<p data-sourcepos="3:1-3:3" dir="auto">bar</p>
wysiwyg: |-
<p>foo</p>
-05_02__container_blocks__list_items__24:
+05_02__container_blocks__list_items__024:
canonical: |
<ul>
<li>foo</li>
@@ -2621,7 +2621,7 @@
<ul data-sourcepos="1:1-2:0" dir="auto">&#x000A;<li data-sourcepos="1:1-2:0">foo</li>&#x000A;</ul>&#x000A;<p data-sourcepos="3:3-3:5" dir="auto">bar</p>
wysiwyg: |-
<ul bullet="*"><li><p>foo</p></li></ul>
-05_02__container_blocks__list_items__25:
+05_02__container_blocks__list_items__025:
canonical: |
<ul>
<li>
@@ -2633,7 +2633,7 @@
<ul data-sourcepos="1:1-3:6" dir="auto">&#x000A;<li data-sourcepos="1:1-3:6">&#x000A;<p data-sourcepos="1:4-1:6">foo</p>&#x000A;<p data-sourcepos="3:4-3:6">bar</p>&#x000A;</li>&#x000A;</ul>
wysiwyg: |-
<ul bullet="*"><li><p>foo</p><p>bar</p></li></ul>
-05_02__container_blocks__list_items__26:
+05_02__container_blocks__list_items__026:
canonical: |
<ul>
<li>foo</li>
@@ -2650,7 +2650,7 @@
<ul data-sourcepos="1:1-8:9" dir="auto">&#x000A;<li data-sourcepos="1:1-2:5">foo</li>&#x000A;<li data-sourcepos="3:1-6:5">&#x000A;<div class="gl-relative markdown-code-block js-markdown-code">&#x000A;<pre data-sourcepos="4:3-6:5" class="code highlight js-syntax-highlight language-plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">bar</span></code></pre>&#x000A;<copy-code></copy-code>&#x000A;</div>&#x000A;</li>&#x000A;<li data-sourcepos="7:1-8:9">&#x000A;<div class="gl-relative markdown-code-block js-markdown-code">&#x000A;<pre data-sourcepos="8:7-8:9" class="code highlight js-syntax-highlight language-plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">baz</span></code></pre>&#x000A;<copy-code></copy-code>&#x000A;</div>&#x000A;</li>&#x000A;</ul>
wysiwyg: |-
<ul bullet="*"><li><p>foo</p></li><li><p></p><pre class="content-editor-code-block undefined code highlight"><code>bar</code></pre></li><li><p></p><pre class="content-editor-code-block undefined code highlight"><code>baz</code></pre></li></ul>
-05_02__container_blocks__list_items__27:
+05_02__container_blocks__list_items__027:
canonical: |
<ul>
<li>foo</li>
@@ -2659,7 +2659,7 @@
<ul data-sourcepos="1:1-2:5" dir="auto">&#x000A;<li data-sourcepos="1:1-2:5">foo</li>&#x000A;</ul>
wysiwyg: |-
<ul bullet="*"><li><p>foo</p></li></ul>
-05_02__container_blocks__list_items__28:
+05_02__container_blocks__list_items__028:
canonical: |
<ul>
<li></li>
@@ -2669,7 +2669,7 @@
<ul data-sourcepos="1:1-2:0" dir="auto">&#x000A;<li data-sourcepos="1:1-1:1">&#x000A;</li>&#x000A;</ul>&#x000A;<p data-sourcepos="3:3-3:5" dir="auto">foo</p>
wysiwyg: |-
<ul bullet="*"><li><p></p></li></ul>
-05_02__container_blocks__list_items__29:
+05_02__container_blocks__list_items__029:
canonical: |
<ul>
<li>foo</li>
@@ -2680,7 +2680,7 @@
<ul data-sourcepos="1:1-3:5" dir="auto">&#x000A;<li data-sourcepos="1:1-1:5">foo</li>&#x000A;<li data-sourcepos="2:1-2:1">&#x000A;</li>&#x000A;<li data-sourcepos="3:1-3:5">bar</li>&#x000A;</ul>
wysiwyg: |-
<ul bullet="*"><li><p>foo</p></li><li><p></p></li><li><p>bar</p></li></ul>
-05_02__container_blocks__list_items__30:
+05_02__container_blocks__list_items__030:
canonical: |
<ul>
<li>foo</li>
@@ -2691,7 +2691,7 @@
<ul data-sourcepos="1:1-3:5" dir="auto">&#x000A;<li data-sourcepos="1:1-1:5">foo</li>&#x000A;<li data-sourcepos="2:1-2:4">&#x000A;</li>&#x000A;<li data-sourcepos="3:1-3:5">bar</li>&#x000A;</ul>
wysiwyg: |-
<ul bullet="*"><li><p>foo</p></li><li><p></p></li><li><p>bar</p></li></ul>
-05_02__container_blocks__list_items__31:
+05_02__container_blocks__list_items__031:
canonical: |
<ol>
<li>foo</li>
@@ -2702,7 +2702,7 @@
<ol data-sourcepos="1:1-3:6" dir="auto">&#x000A;<li data-sourcepos="1:1-1:6">foo</li>&#x000A;<li data-sourcepos="2:1-2:2">&#x000A;</li>&#x000A;<li data-sourcepos="3:1-3:6">bar</li>&#x000A;</ol>
wysiwyg: |-
<ol parens="false"><li><p>foo</p></li><li><p></p></li><li><p>bar</p></li></ol>
-05_02__container_blocks__list_items__32:
+05_02__container_blocks__list_items__032:
canonical: |
<ul>
<li></li>
@@ -2711,7 +2711,7 @@
<ul data-sourcepos="1:1-1:1" dir="auto">&#x000A;<li data-sourcepos="1:1-1:1">&#x000A;</li>&#x000A;</ul>
wysiwyg: |-
<ul bullet="*"><li><p></p></li></ul>
-05_02__container_blocks__list_items__33:
+05_02__container_blocks__list_items__033:
canonical: |
<p>foo
*</p>
@@ -2722,7 +2722,7 @@
wysiwyg: |-
<p>foo
*</p>
-05_02__container_blocks__list_items__34:
+05_02__container_blocks__list_items__034:
canonical: |
<ol>
<li>
@@ -2740,7 +2740,7 @@
wysiwyg: |-
<ol parens="false"><li><p>A paragraph
with two lines.</p><pre class="content-editor-code-block undefined code highlight"><code>indented code</code></pre><blockquote multiline="false"><p>A block quote.</p></blockquote></li></ol>
-05_02__container_blocks__list_items__35:
+05_02__container_blocks__list_items__035:
canonical: |
<ol>
<li>
@@ -2758,7 +2758,7 @@
wysiwyg: |-
<ol parens="false"><li><p>A paragraph
with two lines.</p><pre class="content-editor-code-block undefined code highlight"><code>indented code</code></pre><blockquote multiline="false"><p>A block quote.</p></blockquote></li></ol>
-05_02__container_blocks__list_items__36:
+05_02__container_blocks__list_items__036:
canonical: |
<ol>
<li>
@@ -2776,7 +2776,7 @@
wysiwyg: |-
<ol parens="false"><li><p>A paragraph
with two lines.</p><pre class="content-editor-code-block undefined code highlight"><code>indented code</code></pre><blockquote multiline="false"><p>A block quote.</p></blockquote></li></ol>
-05_02__container_blocks__list_items__37:
+05_02__container_blocks__list_items__037:
canonical: |
<pre><code>1. A paragraph
with two lines.
@@ -2794,7 +2794,7 @@
indented code
&gt; A block quote.</code></pre>
-05_02__container_blocks__list_items__38:
+05_02__container_blocks__list_items__038:
canonical: |
<ol>
<li>
@@ -2812,7 +2812,7 @@
wysiwyg: |-
<ol parens="false"><li><p>A paragraph
with two lines.</p><pre class="content-editor-code-block undefined code highlight"><code>indented code</code></pre><blockquote multiline="false"><p>A block quote.</p></blockquote></li></ol>
-05_02__container_blocks__list_items__39:
+05_02__container_blocks__list_items__039:
canonical: |
<ol>
<li>A paragraph
@@ -2823,7 +2823,7 @@
wysiwyg: |-
<ol parens="false"><li><p>A paragraph
with two lines.</p></li></ol>
-05_02__container_blocks__list_items__40:
+05_02__container_blocks__list_items__040:
canonical: |
<blockquote>
<ol>
@@ -2840,7 +2840,7 @@
wysiwyg: |-
<blockquote multiline="false"><ol parens="false"><li><p></p><blockquote multiline="false"><p>Blockquote
continued here.</p></blockquote></li></ol></blockquote>
-05_02__container_blocks__list_items__41:
+05_02__container_blocks__list_items__041:
canonical: |
<blockquote>
<ol>
@@ -2857,7 +2857,7 @@
wysiwyg: |-
<blockquote multiline="false"><ol parens="false"><li><p></p><blockquote multiline="false"><p>Blockquote
continued here.</p></blockquote></li></ol></blockquote>
-05_02__container_blocks__list_items__42:
+05_02__container_blocks__list_items__042:
canonical: |
<ul>
<li>foo
@@ -2881,7 +2881,7 @@
</p><ul bullet="*"><li><p>bar
</p><ul bullet="*"><li><p>baz
</p><ul bullet="*"><li><p>boo</p></li></ul></li></ul></li></ul></li></ul>
-05_02__container_blocks__list_items__43:
+05_02__container_blocks__list_items__043:
canonical: |
<ul>
<li>foo</li>
@@ -2893,7 +2893,7 @@
<ul data-sourcepos="1:1-4:8" dir="auto">&#x000A;<li data-sourcepos="1:1-1:5">foo</li>&#x000A;<li data-sourcepos="2:2-2:6">bar</li>&#x000A;<li data-sourcepos="3:3-3:7">baz</li>&#x000A;<li data-sourcepos="4:4-4:8">boo</li>&#x000A;</ul>
wysiwyg: |-
<ul bullet="*"><li><p>foo</p></li><li><p>bar</p></li><li><p>baz</p></li><li><p>boo</p></li></ul>
-05_02__container_blocks__list_items__44:
+05_02__container_blocks__list_items__044:
canonical: |
<ol start="10">
<li>foo
@@ -2907,7 +2907,7 @@
wysiwyg: |-
<ol parens="false"><li><p>foo
</p><ul bullet="*"><li><p>bar</p></li></ul></li></ol>
-05_02__container_blocks__list_items__45:
+05_02__container_blocks__list_items__045:
canonical: |
<ol start="10">
<li>foo</li>
@@ -2919,7 +2919,7 @@
<ol start="10" data-sourcepos="1:1-1:7" dir="auto">&#x000A;<li data-sourcepos="1:1-1:7">foo</li>&#x000A;</ol>&#x000A;<ul data-sourcepos="2:4-2:8" dir="auto">&#x000A;<li data-sourcepos="2:4-2:8">bar</li>&#x000A;</ul>
wysiwyg: |-
<ol parens="false"><li><p>foo</p></li></ol>
-05_02__container_blocks__list_items__46:
+05_02__container_blocks__list_items__046:
canonical: |
<ul>
<li>
@@ -2932,7 +2932,7 @@
<ul data-sourcepos="1:1-1:7" dir="auto">&#x000A;<li data-sourcepos="1:1-1:7">&#x000A;<ul data-sourcepos="1:3-1:7">&#x000A;<li data-sourcepos="1:3-1:7">foo</li>&#x000A;</ul>&#x000A;</li>&#x000A;</ul>
wysiwyg: |-
<ul bullet="*"><li><p></p><ul bullet="*"><li><p>foo</p></li></ul></li></ul>
-05_02__container_blocks__list_items__47:
+05_02__container_blocks__list_items__047:
canonical: |
<ol>
<li>
@@ -2949,7 +2949,7 @@
<ol data-sourcepos="1:1-1:11" dir="auto">&#x000A;<li data-sourcepos="1:1-1:11">&#x000A;<ul data-sourcepos="1:4-1:11">&#x000A;<li data-sourcepos="1:4-1:11">&#x000A;<ol start="2" data-sourcepos="1:6-1:11">&#x000A;<li data-sourcepos="1:6-1:11">foo</li>&#x000A;</ol>&#x000A;</li>&#x000A;</ul>&#x000A;</li>&#x000A;</ol>
wysiwyg: |-
<ol parens="false"><li><p></p><ul bullet="*"><li><p></p><ol parens="false"><li><p>foo</p></li></ol></li></ul></li></ol>
-05_02__container_blocks__list_items__48:
+05_02__container_blocks__list_items__048:
canonical: |
<ul>
<li>
@@ -2964,7 +2964,7 @@
wysiwyg: |-
<ul bullet="*"><li><p></p><h1>Foo</h1></li><li><p></p><h2>Bar
baz</h2></li></ul>
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__49:
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__049:
canonical: |
<ul>
<li><input disabled="" type="checkbox"> foo</li>
@@ -2991,7 +2991,7 @@
wysiwyg: |-
<ul bullet="*"><li><p>[ ] foo</p></li><li><p>[x] bar</p></li><li><p>[x] foo
</p><ul bullet="*"><li><p>[ ] bar</p></li><li><p>[x] baz</p></li></ul></li><li><p>[ ] bim</p></li><li><p>foo</p></li><li><p>bar</p></li></ul>
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__50:
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__050:
canonical: |
<ol>
<li>foo</li>
@@ -3004,7 +3004,7 @@
<ol data-sourcepos="1:1-2:6" dir="auto">&#x000A;<li data-sourcepos="1:1-1:6">foo</li>&#x000A;<li data-sourcepos="2:1-2:6">bar</li>&#x000A;</ol>&#x000A;<ol start="3" data-sourcepos="3:1-3:6" dir="auto">&#x000A;<li data-sourcepos="3:1-3:6">baz</li>&#x000A;</ol>
wysiwyg: |-
<ol parens="false"><li><p>foo</p></li><li><p>bar</p></li></ol>
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__51:
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__051:
canonical: |
<p>Foo</p>
<ul>
@@ -3015,7 +3015,7 @@
<p data-sourcepos="1:1-1:3" dir="auto">Foo</p>&#x000A;<ul data-sourcepos="2:1-3:5" dir="auto">&#x000A;<li data-sourcepos="2:1-2:5">bar</li>&#x000A;<li data-sourcepos="3:1-3:5">baz</li>&#x000A;</ul>
wysiwyg: |-
<p>Foo</p>
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__52:
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__052:
canonical: |
<p>The number of windows in my house is
14. The number of doors is 6.</p>
@@ -3024,7 +3024,7 @@
wysiwyg: |-
<p>The number of windows in my house is
14. The number of doors is 6.</p>
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__53:
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__053:
canonical: |
<p>The number of windows in my house is</p>
<ol>
@@ -3034,7 +3034,7 @@
<p data-sourcepos="1:1-1:36" dir="auto">The number of windows in my house is</p>&#x000A;<ol data-sourcepos="2:1-2:29" dir="auto">&#x000A;<li data-sourcepos="2:1-2:29">The number of doors is 6.</li>&#x000A;</ol>
wysiwyg: |-
<p>The number of windows in my house is</p>
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__54:
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__054:
canonical: |
<ul>
<li>
@@ -3051,7 +3051,7 @@
<ul data-sourcepos="1:1-6:5" dir="auto">&#x000A;<li data-sourcepos="1:1-2:0">&#x000A;<p data-sourcepos="1:3-1:5">foo</p>&#x000A;</li>&#x000A;<li data-sourcepos="3:1-5:0">&#x000A;<p data-sourcepos="3:3-3:5">bar</p>&#x000A;</li>&#x000A;<li data-sourcepos="6:1-6:5">&#x000A;<p data-sourcepos="6:3-6:5">baz</p>&#x000A;</li>&#x000A;</ul>
wysiwyg: |-
<ul bullet="*"><li><p>foo</p></li><li><p>bar</p></li><li><p>baz</p></li></ul>
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__55:
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__055:
canonical: |
<ul>
<li>foo
@@ -3073,7 +3073,7 @@
<ul bullet="*"><li><p>foo
</p><ul bullet="*"><li><p>bar
</p><ul bullet="*"><li><p>baz</p><p>bim</p></li></ul></li></ul></li></ul>
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__56:
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__056:
canonical: |
<ul>
<li>foo</li>
@@ -3089,7 +3089,7 @@
wysiwyg: |-
Error - check implementation:
Hast node of type "comment" not supported by this converter. Please, provide an specification.
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__57:
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__057:
canonical: |
<ul>
<li>
@@ -3108,7 +3108,7 @@
wysiwyg: |-
Error - check implementation:
Hast node of type "comment" not supported by this converter. Please, provide an specification.
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__58:
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__058:
canonical: |
<ul>
<li>a</li>
@@ -3123,7 +3123,7 @@
<ul data-sourcepos="1:1-7:3" dir="auto">&#x000A;<li data-sourcepos="1:1-1:3">a</li>&#x000A;<li data-sourcepos="2:2-2:4">b</li>&#x000A;<li data-sourcepos="3:3-3:5">c</li>&#x000A;<li data-sourcepos="4:4-4:6">d</li>&#x000A;<li data-sourcepos="5:3-5:5">e</li>&#x000A;<li data-sourcepos="6:2-6:4">f</li>&#x000A;<li data-sourcepos="7:1-7:3">g</li>&#x000A;</ul>
wysiwyg: |-
<ul bullet="*"><li><p>a</p></li><li><p>b</p></li><li><p>c</p></li><li><p>d</p></li><li><p>e</p></li><li><p>f</p></li><li><p>g</p></li></ul>
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__59:
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__059:
canonical: |
<ol>
<li>
@@ -3140,7 +3140,7 @@
<ol data-sourcepos="1:1-5:7" dir="auto">&#x000A;<li data-sourcepos="1:1-2:0">&#x000A;<p data-sourcepos="1:4-1:4">a</p>&#x000A;</li>&#x000A;<li data-sourcepos="3:3-4:0">&#x000A;<p data-sourcepos="3:6-3:6">b</p>&#x000A;</li>&#x000A;<li data-sourcepos="5:4-5:7">&#x000A;<p data-sourcepos="5:7-5:7">c</p>&#x000A;</li>&#x000A;</ol>
wysiwyg: |-
<ol parens="false"><li><p>a</p></li><li><p>b</p></li><li><p>c</p></li></ol>
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__60:
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__060:
canonical: |
<ul>
<li>a</li>
@@ -3154,7 +3154,7 @@
wysiwyg: |-
<ul bullet="*"><li><p>a</p></li><li><p>b</p></li><li><p>c</p></li><li><p>d
- e</p></li></ul>
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__61:
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__061:
canonical: |
<ol>
<li>
@@ -3170,7 +3170,7 @@
<ol data-sourcepos="1:1-4:0" dir="auto">&#x000A;<li data-sourcepos="1:1-2:0">&#x000A;<p data-sourcepos="1:4-1:4">a</p>&#x000A;</li>&#x000A;<li data-sourcepos="3:3-4:0">&#x000A;<p data-sourcepos="3:6-3:6">b</p>&#x000A;</li>&#x000A;</ol>&#x000A;<div class="gl-relative markdown-code-block js-markdown-code">&#x000A;<pre data-sourcepos="5:5-5:8" class="code highlight js-syntax-highlight language-plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">3. c</span></code></pre>&#x000A;<copy-code></copy-code>&#x000A;</div>
wysiwyg: |-
<ol parens="false"><li><p>a</p></li><li><p>b</p></li></ol>
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__62:
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__062:
canonical: |
<ul>
<li>
@@ -3187,7 +3187,7 @@
<ul data-sourcepos="1:1-4:3" dir="auto">&#x000A;<li data-sourcepos="1:1-1:3">&#x000A;<p data-sourcepos="1:3-1:3">a</p>&#x000A;</li>&#x000A;<li data-sourcepos="2:1-3:0">&#x000A;<p data-sourcepos="2:3-2:3">b</p>&#x000A;</li>&#x000A;<li data-sourcepos="4:1-4:3">&#x000A;<p data-sourcepos="4:3-4:3">c</p>&#x000A;</li>&#x000A;</ul>
wysiwyg: |-
<ul bullet="*"><li><p>a</p></li><li><p>b</p></li><li><p>c</p></li></ul>
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__63:
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__063:
canonical: |
<ul>
<li>
@@ -3202,7 +3202,7 @@
<ul data-sourcepos="1:1-4:3" dir="auto">&#x000A;<li data-sourcepos="1:1-1:3">&#x000A;<p data-sourcepos="1:3-1:3">a</p>&#x000A;</li>&#x000A;<li data-sourcepos="2:1-2:1">&#x000A;</li>&#x000A;<li data-sourcepos="4:1-4:3">&#x000A;<p data-sourcepos="4:3-4:3">c</p>&#x000A;</li>&#x000A;</ul>
wysiwyg: |-
<ul bullet="*"><li><p>a</p></li><li><p></p></li><li><p>c</p></li></ul>
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__64:
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__064:
canonical: |
<ul>
<li>
@@ -3220,7 +3220,7 @@
<ul data-sourcepos="1:1-5:3" dir="auto">&#x000A;<li data-sourcepos="1:1-1:3">&#x000A;<p data-sourcepos="1:3-1:3">a</p>&#x000A;</li>&#x000A;<li data-sourcepos="2:1-4:3">&#x000A;<p data-sourcepos="2:3-2:3">b</p>&#x000A;<p data-sourcepos="4:3-4:3">c</p>&#x000A;</li>&#x000A;<li data-sourcepos="5:1-5:3">&#x000A;<p data-sourcepos="5:3-5:3">d</p>&#x000A;</li>&#x000A;</ul>
wysiwyg: |-
<ul bullet="*"><li><p>a</p></li><li><p>b</p><p>c</p></li><li><p>d</p></li></ul>
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__65:
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__065:
canonical: |
<ul>
<li>
@@ -3237,7 +3237,7 @@
<ul data-sourcepos="1:1-5:3" dir="auto">&#x000A;<li data-sourcepos="1:1-1:3">&#x000A;<p data-sourcepos="1:3-1:3">a</p>&#x000A;</li>&#x000A;<li data-sourcepos="2:1-4:13">&#x000A;<p data-sourcepos="2:3-2:3">b</p>&#x000A;</li>&#x000A;<li data-sourcepos="5:1-5:3">&#x000A;<p data-sourcepos="5:3-5:3">d</p>&#x000A;</li>&#x000A;</ul>
wysiwyg: |-
<ul bullet="*"><li><p>a</p></li><li><p>b</p></li><li><p>d</p></li></ul>
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__66:
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__066:
canonical: |
<ul>
<li>a</li>
@@ -3255,7 +3255,7 @@
<ul bullet="*"><li><p>a</p></li><li><p></p><pre class="content-editor-code-block undefined code highlight"><code>b
</code></pre></li><li><p>c</p></li></ul>
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__67:
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__067:
canonical: |
<ul>
<li>a
@@ -3273,7 +3273,7 @@
wysiwyg: |-
<ul bullet="*"><li><p>a
</p><ul bullet="*"><li><p>b</p><p>c</p></li></ul></li><li><p>d</p></li></ul>
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__68:
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__068:
canonical: |
<ul>
<li>a
@@ -3288,7 +3288,7 @@
wysiwyg: |-
<ul bullet="*"><li><p>a
</p><blockquote multiline="false"><p>b</p></blockquote></li><li><p>c</p></li></ul>
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__69:
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__069:
canonical: |
<ul>
<li>a
@@ -3305,7 +3305,7 @@
wysiwyg: |-
<ul bullet="*"><li><p>a
</p><blockquote multiline="false"><p>b</p></blockquote><pre class="content-editor-code-block undefined code highlight"><code>c</code></pre></li><li><p>d</p></li></ul>
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__70:
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__070:
canonical: |
<ul>
<li>a</li>
@@ -3314,7 +3314,7 @@
<ul data-sourcepos="1:1-1:3" dir="auto">&#x000A;<li data-sourcepos="1:1-1:3">a</li>&#x000A;</ul>
wysiwyg: |-
<ul bullet="*"><li><p>a</p></li></ul>
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__71:
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__071:
canonical: |
<ul>
<li>a
@@ -3328,7 +3328,7 @@
wysiwyg: |-
<ul bullet="*"><li><p>a
</p><ul bullet="*"><li><p>b</p></li></ul></li></ul>
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__72:
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__072:
canonical: |
<ol>
<li>
@@ -3341,7 +3341,7 @@
<ol data-sourcepos="1:1-5:6" dir="auto">&#x000A;<li data-sourcepos="1:1-5:6">&#x000A;<div class="gl-relative markdown-code-block js-markdown-code">&#x000A;<pre data-sourcepos="1:4-3:6" class="code highlight js-syntax-highlight language-plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">foo</span></code></pre>&#x000A;<copy-code></copy-code>&#x000A;</div>&#x000A;<p data-sourcepos="5:4-5:6">bar</p>&#x000A;</li>&#x000A;</ol>
wysiwyg: |-
<ol parens="false"><li><p></p><pre class="content-editor-code-block undefined code highlight"><code>foo</code></pre><p>bar</p></li></ol>
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__73:
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__073:
canonical: |
<ul>
<li>
@@ -3356,7 +3356,7 @@
<ul data-sourcepos="1:1-4:5" dir="auto">&#x000A;<li data-sourcepos="1:1-4:5">&#x000A;<p data-sourcepos="1:3-1:5">foo</p>&#x000A;<ul data-sourcepos="2:3-3:0">&#x000A;<li data-sourcepos="2:3-3:0">bar</li>&#x000A;</ul>&#x000A;<p data-sourcepos="4:3-4:5">baz</p>&#x000A;</li>&#x000A;</ul>
wysiwyg: |-
<ul bullet="*"><li><p>foo</p><ul bullet="*"><li><p>bar</p></li></ul><p>baz</p></li></ul>
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__74:
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__074:
canonical: |
<ul>
<li>
@@ -3378,25 +3378,25 @@
<ul data-sourcepos="1:1-7:5" dir="auto">&#x000A;<li data-sourcepos="1:1-4:0">&#x000A;<p data-sourcepos="1:3-1:3">a</p>&#x000A;<ul data-sourcepos="2:3-4:0">&#x000A;<li data-sourcepos="2:3-2:5">b</li>&#x000A;<li data-sourcepos="3:3-4:0">c</li>&#x000A;</ul>&#x000A;</li>&#x000A;<li data-sourcepos="5:1-7:5">&#x000A;<p data-sourcepos="5:3-5:3">d</p>&#x000A;<ul data-sourcepos="6:3-7:5">&#x000A;<li data-sourcepos="6:3-6:5">e</li>&#x000A;<li data-sourcepos="7:3-7:5">f</li>&#x000A;</ul>&#x000A;</li>&#x000A;</ul>
wysiwyg: |-
<ul bullet="*"><li><p>a</p><ul bullet="*"><li><p>b</p></li><li><p>c</p></li></ul></li><li><p>d</p><ul bullet="*"><li><p>e</p></li><li><p>f</p></li></ul></li></ul>
-06_01__inlines__01:
+06_01__inlines__001:
canonical: |
<p><code>hi</code>lo`</p>
static: |-
<p data-sourcepos="1:1-1:7" dir="auto"><code>hi</code>lo`</p>
wysiwyg: |-
<p><code>hi</code>lo`</p>
-06_02__inlines__backslash_escapes__01:
+06_02__inlines__backslash_escapes__001:
canonical: |
<p>!&quot;#$%&amp;'()*+,-./:;&lt;=&gt;?@[\]^_`{|}~</p>
static: |-
<p data-sourcepos="1:1-1:224" dir="auto"><span>!</span>"<span>#</span><span>$</span><span>%</span><span>&amp;</span>'()*+,-./:;&lt;=&gt;?<span>@</span>[\]<span>^</span>_`{|}<span>~</span></p>
wysiwyg: |-
<p>!"#$%&amp;'()*+,-./:;&lt;=&gt;?@[\]^_`{|}~</p>
-06_02__inlines__backslash_escapes__02:
+06_02__inlines__backslash_escapes__002:
canonical: "<p>\\\t\\A\\a\\ \\3\\φ\\«</p>\n"
static: "<p data-sourcepos=\"1:1-1:16\" dir=\"auto\">\\\t\\A\\a\\ \\3\\φ\\«</p>"
wysiwyg: "<p>\\\t\\A\\a\\ \\3\\φ\\«</p>"
-06_02__inlines__backslash_escapes__03:
+06_02__inlines__backslash_escapes__003:
canonical: |
<p>*not emphasized*
&lt;br/&gt; not a tag
@@ -3419,14 +3419,14 @@
# not a heading
[foo]: /url "not a reference"
&amp;ouml; not a character entity</p>
-06_02__inlines__backslash_escapes__04:
+06_02__inlines__backslash_escapes__004:
canonical: |
<p>\<em>emphasis</em></p>
static: |-
<p data-sourcepos="1:1-1:12" dir="auto">\<em>emphasis</em></p>
wysiwyg: |-
<p>\<em>emphasis</em></p>
-06_02__inlines__backslash_escapes__05:
+06_02__inlines__backslash_escapes__005:
canonical: |
<p>foo<br />
bar</p>
@@ -3435,14 +3435,14 @@
wysiwyg: |-
<p>foo<br>
bar</p>
-06_02__inlines__backslash_escapes__06:
+06_02__inlines__backslash_escapes__006:
canonical: |
<p><code>\[\`</code></p>
static: |-
<p data-sourcepos="1:1-1:10" dir="auto"><code>\[\`</code></p>
wysiwyg: |-
<p><code>\[\`</code></p>
-06_02__inlines__backslash_escapes__07:
+06_02__inlines__backslash_escapes__007:
canonical: |
<pre><code>\[\]
</code></pre>
@@ -3450,7 +3450,7 @@
<div class="gl-relative markdown-code-block js-markdown-code">&#x000A;<pre data-sourcepos="1:5-1:8" class="code highlight js-syntax-highlight language-plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">\[\]</span></code></pre>&#x000A;<copy-code></copy-code>&#x000A;</div>
wysiwyg: |-
<pre class="content-editor-code-block undefined code highlight"><code>\[\]</code></pre>
-06_02__inlines__backslash_escapes__08:
+06_02__inlines__backslash_escapes__008:
canonical: |
<pre><code>\[\]
</code></pre>
@@ -3458,35 +3458,35 @@
<div class="gl-relative markdown-code-block js-markdown-code">&#x000A;<pre data-sourcepos="1:1-3:3" class="code highlight js-syntax-highlight language-plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">\[\]</span></code></pre>&#x000A;<copy-code></copy-code>&#x000A;</div>
wysiwyg: |-
<pre class="content-editor-code-block undefined code highlight"><code>\[\]</code></pre>
-06_02__inlines__backslash_escapes__09:
+06_02__inlines__backslash_escapes__009:
canonical: |
<p><a href="http://example.com?find=%5C*">http://example.com?find=\*</a></p>
static: |-
<p data-sourcepos="1:1-1:28" dir="auto"><a href="http://example.com?find=%5C*" rel="nofollow noreferrer noopener" target="_blank">http://example.com?find=\*</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="http://example.com?find=%5C*">http://example.com?find=\*</a></p>
-06_02__inlines__backslash_escapes__10:
+06_02__inlines__backslash_escapes__010:
canonical: |
<a href="/bar\/)">
static: |-
<a href="/bar%5C/)" rel="nofollow noreferrer noopener" target="_blank"></a>
wysiwyg: |-
<p></p>
-06_02__inlines__backslash_escapes__11:
+06_02__inlines__backslash_escapes__011:
canonical: |
<p><a href="/bar*" title="ti*tle">foo</a></p>
static: |-
<p data-sourcepos="1:1-1:23" dir="auto"><a href="/bar*" title="ti*tle">foo</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/bar*" title="ti*tle">foo</a></p>
-06_02__inlines__backslash_escapes__12:
+06_02__inlines__backslash_escapes__012:
canonical: |
<p><a href="/bar*" title="ti*tle">foo</a></p>
static: |-
<p data-sourcepos="1:1-1:5" dir="auto"><a href="/bar*" title="ti*tle">foo</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/bar*" title="ti*tle">foo</a></p>
-06_02__inlines__backslash_escapes__13:
+06_02__inlines__backslash_escapes__013:
canonical: |
<pre><code class="language-foo+bar">foo
</code></pre>
@@ -3494,7 +3494,7 @@
<div class="gl-relative markdown-code-block js-markdown-code">&#x000A;<pre data-sourcepos="1:1-3:3" class="code highlight js-syntax-highlight language-plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">foo</span></code></pre>&#x000A;<copy-code></copy-code>&#x000A;</div>
wysiwyg: |-
<pre language="foo+bar" class="content-editor-code-block undefined code highlight"><code>foo</code></pre>
-06_03__inlines__entity_and_numeric_character_references__01:
+06_03__inlines__entity_and_numeric_character_references__001:
canonical: |
<p>  &amp; © Æ Ď
¾ ℋ ⅆ
@@ -3505,21 +3505,21 @@
<p>&nbsp; &amp; © Æ Ď
¾ ℋ ⅆ
∲ ≧̸</p>
-06_03__inlines__entity_and_numeric_character_references__02:
+06_03__inlines__entity_and_numeric_character_references__002:
canonical: |
<p># Ӓ Ϡ �</p>
static: |-
<p data-sourcepos="1:1-1:25" dir="auto"># Ӓ Ϡ �</p>
wysiwyg: |-
<p># Ӓ Ϡ �</p>
-06_03__inlines__entity_and_numeric_character_references__03:
+06_03__inlines__entity_and_numeric_character_references__003:
canonical: |
<p>&quot; ആ ಫ</p>
static: |-
<p data-sourcepos="1:1-1:22" dir="auto">" ആ ಫ</p>
wysiwyg: |-
<p>" ആ ಫ</p>
-06_03__inlines__entity_and_numeric_character_references__04:
+06_03__inlines__entity_and_numeric_character_references__004:
canonical: |
<p>&amp;nbsp &amp;x; &amp;#; &amp;#x;
&amp;#987654321;
@@ -3532,42 +3532,42 @@
&amp;#987654321;
&amp;#abcdef0;
&amp;ThisIsNotDefined; &amp;hi?;</p>
-06_03__inlines__entity_and_numeric_character_references__05:
+06_03__inlines__entity_and_numeric_character_references__005:
canonical: |
<p>&amp;copy</p>
static: |-
<p data-sourcepos="1:1-1:5" dir="auto">&amp;copy</p>
wysiwyg: |-
<p>&amp;copy</p>
-06_03__inlines__entity_and_numeric_character_references__06:
+06_03__inlines__entity_and_numeric_character_references__006:
canonical: |
<p>&amp;MadeUpEntity;</p>
static: |-
<p data-sourcepos="1:1-1:14" dir="auto">&amp;MadeUpEntity;</p>
wysiwyg: |-
<p>&amp;MadeUpEntity;</p>
-06_03__inlines__entity_and_numeric_character_references__07:
+06_03__inlines__entity_and_numeric_character_references__007:
canonical: |
<a href="&ouml;&ouml;.html">
static: |-
<a href="%C3%B6%C3%B6.html" rel="nofollow noreferrer noopener" target="_blank"></a>
wysiwyg: |-
<p></p>
-06_03__inlines__entity_and_numeric_character_references__08:
+06_03__inlines__entity_and_numeric_character_references__008:
canonical: |
<p><a href="/f%C3%B6%C3%B6" title="föö">foo</a></p>
static: |-
<p data-sourcepos="1:1-1:37" dir="auto"><a href="/f%C3%B6%C3%B6" title="föö">foo</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/f%C3%B6%C3%B6" title="föö">foo</a></p>
-06_03__inlines__entity_and_numeric_character_references__09:
+06_03__inlines__entity_and_numeric_character_references__009:
canonical: |
<p><a href="/f%C3%B6%C3%B6" title="föö">foo</a></p>
static: |-
<p data-sourcepos="1:1-1:5" dir="auto"><a href="/f%C3%B6%C3%B6" title="föö">foo</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/f%C3%B6%C3%B6" title="föö">foo</a></p>
-06_03__inlines__entity_and_numeric_character_references__10:
+06_03__inlines__entity_and_numeric_character_references__010:
canonical: |
<pre><code class="language-föö">foo
</code></pre>
@@ -3575,14 +3575,14 @@
<div class="gl-relative markdown-code-block js-markdown-code">&#x000A;<pre data-sourcepos="1:1-3:3" class="code highlight js-syntax-highlight language-plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">foo</span></code></pre>&#x000A;<copy-code></copy-code>&#x000A;</div>
wysiwyg: |-
<pre language="föö" class="content-editor-code-block undefined code highlight"><code>foo</code></pre>
-06_03__inlines__entity_and_numeric_character_references__11:
+06_03__inlines__entity_and_numeric_character_references__011:
canonical: |
<p><code>f&amp;ouml;&amp;ouml;</code></p>
static: |-
<p data-sourcepos="1:1-1:15" dir="auto"><code>f&amp;ouml;&amp;ouml;</code></p>
wysiwyg: |-
<p><code>f&amp;ouml;&amp;ouml;</code></p>
-06_03__inlines__entity_and_numeric_character_references__12:
+06_03__inlines__entity_and_numeric_character_references__012:
canonical: |
<pre><code>f&amp;ouml;f&amp;ouml;
</code></pre>
@@ -3590,7 +3590,7 @@
<div class="gl-relative markdown-code-block js-markdown-code">&#x000A;<pre data-sourcepos="1:5-1:18" class="code highlight js-syntax-highlight language-plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">f&amp;ouml;f&amp;ouml;</span></code></pre>&#x000A;<copy-code></copy-code>&#x000A;</div>
wysiwyg: |-
<pre class="content-editor-code-block undefined code highlight"><code>f&amp;ouml;f&amp;ouml;</code></pre>
-06_03__inlines__entity_and_numeric_character_references__13:
+06_03__inlines__entity_and_numeric_character_references__013:
canonical: |
<p>*foo*
<em>foo</em></p>
@@ -3599,7 +3599,7 @@
wysiwyg: |-
<p>*foo*
<em>foo</em></p>
-06_03__inlines__entity_and_numeric_character_references__14:
+06_03__inlines__entity_and_numeric_character_references__014:
canonical: |
<p>* foo</p>
<ul>
@@ -3609,7 +3609,7 @@
<p data-sourcepos="1:1-1:9" dir="auto">* foo</p>&#x000A;<ul data-sourcepos="3:1-3:5" dir="auto">&#x000A;<li data-sourcepos="3:1-3:5">foo</li>&#x000A;</ul>
wysiwyg: |-
<p>* foo</p>
-06_03__inlines__entity_and_numeric_character_references__15:
+06_03__inlines__entity_and_numeric_character_references__015:
canonical: |
<p>foo
@@ -3620,60 +3620,60 @@
<p>foo
bar</p>
-06_03__inlines__entity_and_numeric_character_references__16:
+06_03__inlines__entity_and_numeric_character_references__016:
canonical: "<p>\tfoo</p>\n"
static: "<p data-sourcepos=\"1:1-1:7\" dir=\"auto\">\tfoo</p>"
wysiwyg: "<p>\tfoo</p>"
-06_03__inlines__entity_and_numeric_character_references__17:
+06_03__inlines__entity_and_numeric_character_references__017:
canonical: |
<p>[a](url &quot;tit&quot;)</p>
static: |-
<p data-sourcepos="1:1-1:24" dir="auto"><a href="url" title="tit">a</a></p>
wysiwyg: |-
<p>[a](url "tit")</p>
-06_04__inlines__code_spans__01:
+06_04__inlines__code_spans__001:
canonical: |
<p><code>foo</code></p>
static: |-
<p data-sourcepos="1:1-1:5" dir="auto"><code>foo</code></p>
wysiwyg: |-
<p><code>foo</code></p>
-06_04__inlines__code_spans__02:
+06_04__inlines__code_spans__002:
canonical: |
<p><code>foo ` bar</code></p>
static: |-
<p data-sourcepos="1:1-1:15" dir="auto"><code>foo ` bar</code></p>
wysiwyg: |-
<p><code>foo ` bar</code></p>
-06_04__inlines__code_spans__03:
+06_04__inlines__code_spans__003:
canonical: |
<p><code>``</code></p>
static: |-
<p data-sourcepos="1:1-1:6" dir="auto"><code>``</code></p>
wysiwyg: |-
<p><code>``</code></p>
-06_04__inlines__code_spans__04:
+06_04__inlines__code_spans__004:
canonical: |
<p><code> `` </code></p>
static: |-
<p data-sourcepos="1:1-1:8" dir="auto"><code> `` </code></p>
wysiwyg: |-
<p><code> `` </code></p>
-06_04__inlines__code_spans__05:
+06_04__inlines__code_spans__005:
canonical: |
<p><code> a</code></p>
static: |-
<p data-sourcepos="1:1-1:4" dir="auto"><code> a</code></p>
wysiwyg: |-
<p><code> a</code></p>
-06_04__inlines__code_spans__06:
+06_04__inlines__code_spans__006:
canonical: |
<p><code> b </code></p>
static: |-
<p data-sourcepos="1:1-1:7" dir="auto"><code> b </code></p>
wysiwyg: |-
<p><code>&nbsp;b&nbsp;</code></p>
-06_04__inlines__code_spans__07:
+06_04__inlines__code_spans__007:
canonical: |
<p><code> </code>
<code> </code></p>
@@ -3681,224 +3681,224 @@
<p data-sourcepos="1:1-2:4" dir="auto"><code> </code>&#x000A;<code> </code></p>
wysiwyg: |-
<p></p>
-06_04__inlines__code_spans__08:
+06_04__inlines__code_spans__008:
canonical: |
<p><code>foo bar baz</code></p>
static: |-
<p data-sourcepos="1:1-5:2" dir="auto"><code>foo bar baz</code></p>
wysiwyg: |-
<p><code>foo bar baz</code></p>
-06_04__inlines__code_spans__09:
+06_04__inlines__code_spans__009:
canonical: |
<p><code>foo </code></p>
static: |-
<p data-sourcepos="1:1-3:2" dir="auto"><code>foo </code></p>
wysiwyg: |-
<p><code>foo </code></p>
-06_04__inlines__code_spans__10:
+06_04__inlines__code_spans__010:
canonical: |
<p><code>foo bar baz</code></p>
static: |-
<p data-sourcepos="1:1-2:4" dir="auto"><code>foo bar baz</code></p>
wysiwyg: |-
<p><code>foo bar baz</code></p>
-06_04__inlines__code_spans__11:
+06_04__inlines__code_spans__011:
canonical: |
<p><code>foo\</code>bar`</p>
static: |-
<p data-sourcepos="1:1-1:10" dir="auto"><code>foo\</code>bar`</p>
wysiwyg: |-
<p><code>foo\</code>bar`</p>
-06_04__inlines__code_spans__12:
+06_04__inlines__code_spans__012:
canonical: |
<p><code>foo`bar</code></p>
static: |-
<p data-sourcepos="1:1-1:11" dir="auto"><code>foo`bar</code></p>
wysiwyg: |-
<p><code>foo`bar</code></p>
-06_04__inlines__code_spans__13:
+06_04__inlines__code_spans__013:
canonical: |
<p><code>foo `` bar</code></p>
static: |-
<p data-sourcepos="1:1-1:14" dir="auto"><code>foo `` bar</code></p>
wysiwyg: |-
<p><code>foo `` bar</code></p>
-06_04__inlines__code_spans__14:
+06_04__inlines__code_spans__014:
canonical: |
<p>*foo<code>*</code></p>
static: |-
<p data-sourcepos="1:1-1:7" dir="auto">*foo<code>*</code></p>
wysiwyg: |-
<p>*foo<code>*</code></p>
-06_04__inlines__code_spans__15:
+06_04__inlines__code_spans__015:
canonical: |
<p>[not a <code>link](/foo</code>)</p>
static: |-
<p data-sourcepos="1:1-1:20" dir="auto">[not a <code>link](/foo</code>)</p>
wysiwyg: |-
<p>[not a <code>link](/foo</code>)</p>
-06_04__inlines__code_spans__16:
+06_04__inlines__code_spans__016:
canonical: |
<p><code>&lt;a href=&quot;</code>&quot;&gt;`</p>
static: |-
<p data-sourcepos="1:1-1:14" dir="auto"><code>&lt;a href="</code>"&gt;`</p>
wysiwyg: |-
<p><code>&lt;a href="</code>"&gt;`</p>
-06_04__inlines__code_spans__17:
+06_04__inlines__code_spans__017:
canonical: |
<p><a href="`">`</p>
static: |-
<p data-sourcepos="1:1-1:13" dir="auto"><a href="%60" rel="nofollow noreferrer noopener" target="_blank">`</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="`">`</a></p>
-06_04__inlines__code_spans__18:
+06_04__inlines__code_spans__018:
canonical: |
<p><code>&lt;http://foo.bar.</code>baz&gt;`</p>
static: |-
<p data-sourcepos="1:1-1:23" dir="auto"><code>&lt;http://foo.bar.</code>baz&gt;`</p>
wysiwyg: |-
<p><code>&lt;http://foo.bar.</code>baz&gt;`</p>
-06_04__inlines__code_spans__19:
+06_04__inlines__code_spans__019:
canonical: |
<p><a href="http://foo.bar.%60baz">http://foo.bar.`baz</a>`</p>
static: |-
<p data-sourcepos="1:1-1:22" dir="auto"><a href="http://foo.bar.%60baz" rel="nofollow noreferrer noopener" target="_blank">http://foo.bar.`baz</a>`</p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="http://foo.bar.%60baz">http://foo.bar.`baz</a>`</p>
-06_04__inlines__code_spans__20:
+06_04__inlines__code_spans__020:
canonical: |
<p>```foo``</p>
static: |-
<p data-sourcepos="1:1-1:8" dir="auto">```foo``</p>
wysiwyg: |-
<p>```foo``</p>
-06_04__inlines__code_spans__21:
+06_04__inlines__code_spans__021:
canonical: |
<p>`foo</p>
static: |-
<p data-sourcepos="1:1-1:4" dir="auto">`foo</p>
wysiwyg: |-
<p>`foo</p>
-06_04__inlines__code_spans__22:
+06_04__inlines__code_spans__022:
canonical: |
<p>`foo<code>bar</code></p>
static: |-
<p data-sourcepos="1:1-1:11" dir="auto">`foo<code>bar</code></p>
wysiwyg: |-
<p>`foo<code>bar</code></p>
-06_05__inlines__emphasis_and_strong_emphasis__01:
+06_05__inlines__emphasis_and_strong_emphasis__001:
canonical: |
<p><em>foo bar</em></p>
static: |-
<p data-sourcepos="1:1-1:9" dir="auto"><em>foo bar</em></p>
wysiwyg: |-
<p><em>foo bar</em></p>
-06_05__inlines__emphasis_and_strong_emphasis__02:
+06_05__inlines__emphasis_and_strong_emphasis__002:
canonical: |
<p>a * foo bar*</p>
static: |-
<p data-sourcepos="1:1-1:12" dir="auto">a * foo bar*</p>
wysiwyg: |-
<p>a * foo bar*</p>
-06_05__inlines__emphasis_and_strong_emphasis__03:
+06_05__inlines__emphasis_and_strong_emphasis__003:
canonical: |
<p>a*&quot;foo&quot;*</p>
static: |-
<p data-sourcepos="1:1-1:8" dir="auto">a*"foo"*</p>
wysiwyg: |-
<p>a*"foo"*</p>
-06_05__inlines__emphasis_and_strong_emphasis__04:
+06_05__inlines__emphasis_and_strong_emphasis__004:
canonical: |
<p>* a *</p>
static: |-
<p data-sourcepos="1:1-1:7" dir="auto">* a *</p>
wysiwyg: |-
<p>*&nbsp;a&nbsp;*</p>
-06_05__inlines__emphasis_and_strong_emphasis__05:
+06_05__inlines__emphasis_and_strong_emphasis__005:
canonical: |
<p>foo<em>bar</em></p>
static: |-
<p data-sourcepos="1:1-1:8" dir="auto">foo<em>bar</em></p>
wysiwyg: |-
<p>foo<em>bar</em></p>
-06_05__inlines__emphasis_and_strong_emphasis__06:
+06_05__inlines__emphasis_and_strong_emphasis__006:
canonical: |
<p>5<em>6</em>78</p>
static: |-
<p data-sourcepos="1:1-1:6" dir="auto">5<em>6</em>78</p>
wysiwyg: |-
<p>5<em>6</em>78</p>
-06_05__inlines__emphasis_and_strong_emphasis__07:
+06_05__inlines__emphasis_and_strong_emphasis__007:
canonical: |
<p><em>foo bar</em></p>
static: |-
<p data-sourcepos="1:1-1:9" dir="auto"><em>foo bar</em></p>
wysiwyg: |-
<p><em>foo bar</em></p>
-06_05__inlines__emphasis_and_strong_emphasis__08:
+06_05__inlines__emphasis_and_strong_emphasis__008:
canonical: |
<p>_ foo bar_</p>
static: |-
<p data-sourcepos="1:1-1:10" dir="auto">_ foo bar_</p>
wysiwyg: |-
<p>_ foo bar_</p>
-06_05__inlines__emphasis_and_strong_emphasis__09:
+06_05__inlines__emphasis_and_strong_emphasis__009:
canonical: |
<p>a_&quot;foo&quot;_</p>
static: |-
<p data-sourcepos="1:1-1:8" dir="auto">a_"foo"_</p>
wysiwyg: |-
<p>a_"foo"_</p>
-06_05__inlines__emphasis_and_strong_emphasis__10:
+06_05__inlines__emphasis_and_strong_emphasis__010:
canonical: |
<p>foo_bar_</p>
static: |-
<p data-sourcepos="1:1-1:8" dir="auto">foo_bar_</p>
wysiwyg: |-
<p>foo_bar_</p>
-06_05__inlines__emphasis_and_strong_emphasis__11:
+06_05__inlines__emphasis_and_strong_emphasis__011:
canonical: |
<p>5_6_78</p>
static: |-
<p data-sourcepos="1:1-1:6" dir="auto">5_6_78</p>
wysiwyg: |-
<p>5_6_78</p>
-06_05__inlines__emphasis_and_strong_emphasis__12:
+06_05__inlines__emphasis_and_strong_emphasis__012:
canonical: |
<p>пристаням_стремятся_</p>
static: |-
<p data-sourcepos="1:1-1:38" dir="auto">пристаням_стремятся_</p>
wysiwyg: |-
<p>пристаням_стремятся_</p>
-06_05__inlines__emphasis_and_strong_emphasis__13:
+06_05__inlines__emphasis_and_strong_emphasis__013:
canonical: |
<p>aa_&quot;bb&quot;_cc</p>
static: |-
<p data-sourcepos="1:1-1:10" dir="auto">aa_"bb"_cc</p>
wysiwyg: |-
<p>aa_"bb"_cc</p>
-06_05__inlines__emphasis_and_strong_emphasis__14:
+06_05__inlines__emphasis_and_strong_emphasis__014:
canonical: |
<p>foo-<em>(bar)</em></p>
static: |-
<p data-sourcepos="1:1-1:11" dir="auto">foo-<em>(bar)</em></p>
wysiwyg: |-
<p>foo-<em>(bar)</em></p>
-06_05__inlines__emphasis_and_strong_emphasis__15:
+06_05__inlines__emphasis_and_strong_emphasis__015:
canonical: |
<p>_foo*</p>
static: |-
<p data-sourcepos="1:1-1:5" dir="auto">_foo*</p>
wysiwyg: |-
<p>_foo*</p>
-06_05__inlines__emphasis_and_strong_emphasis__16:
+06_05__inlines__emphasis_and_strong_emphasis__016:
canonical: |
<p>*foo bar *</p>
static: |-
<p data-sourcepos="1:1-1:10" dir="auto">*foo bar *</p>
wysiwyg: |-
<p>*foo bar *</p>
-06_05__inlines__emphasis_and_strong_emphasis__17:
+06_05__inlines__emphasis_and_strong_emphasis__017:
canonical: |
<p>*foo bar
*</p>
@@ -3907,119 +3907,119 @@
wysiwyg: |-
<p>*foo bar
*</p>
-06_05__inlines__emphasis_and_strong_emphasis__18:
+06_05__inlines__emphasis_and_strong_emphasis__018:
canonical: |
<p>*(*foo)</p>
static: |-
<p data-sourcepos="1:1-1:7" dir="auto">*(*foo)</p>
wysiwyg: |-
<p>*(*foo)</p>
-06_05__inlines__emphasis_and_strong_emphasis__19:
+06_05__inlines__emphasis_and_strong_emphasis__019:
canonical: |
<p><em>(<em>foo</em>)</em></p>
static: |-
<p data-sourcepos="1:1-1:9" dir="auto"><em>(<em>foo</em>)</em></p>
wysiwyg: |-
<p><em>(foo</em>)</p>
-06_05__inlines__emphasis_and_strong_emphasis__20:
+06_05__inlines__emphasis_and_strong_emphasis__020:
canonical: |
<p><em>foo</em>bar</p>
static: |-
<p data-sourcepos="1:1-1:8" dir="auto"><em>foo</em>bar</p>
wysiwyg: |-
<p><em>foo</em>bar</p>
-06_05__inlines__emphasis_and_strong_emphasis__21:
+06_05__inlines__emphasis_and_strong_emphasis__021:
canonical: |
<p>_foo bar _</p>
static: |-
<p data-sourcepos="1:1-1:10" dir="auto">_foo bar _</p>
wysiwyg: |-
<p>_foo bar _</p>
-06_05__inlines__emphasis_and_strong_emphasis__22:
+06_05__inlines__emphasis_and_strong_emphasis__022:
canonical: |
<p>_(_foo)</p>
static: |-
<p data-sourcepos="1:1-1:7" dir="auto">_(_foo)</p>
wysiwyg: |-
<p>_(_foo)</p>
-06_05__inlines__emphasis_and_strong_emphasis__23:
+06_05__inlines__emphasis_and_strong_emphasis__023:
canonical: |
<p><em>(<em>foo</em>)</em></p>
static: |-
<p data-sourcepos="1:1-1:9" dir="auto"><em>(<em>foo</em>)</em></p>
wysiwyg: |-
<p><em>(foo</em>)</p>
-06_05__inlines__emphasis_and_strong_emphasis__24:
+06_05__inlines__emphasis_and_strong_emphasis__024:
canonical: |
<p>_foo_bar</p>
static: |-
<p data-sourcepos="1:1-1:8" dir="auto">_foo_bar</p>
wysiwyg: |-
<p>_foo_bar</p>
-06_05__inlines__emphasis_and_strong_emphasis__25:
+06_05__inlines__emphasis_and_strong_emphasis__025:
canonical: |
<p>_пристаням_стремятся</p>
static: |-
<p data-sourcepos="1:1-1:38" dir="auto">_пристаням_стремятся</p>
wysiwyg: |-
<p>_пристаням_стремятся</p>
-06_05__inlines__emphasis_and_strong_emphasis__26:
+06_05__inlines__emphasis_and_strong_emphasis__026:
canonical: |
<p><em>foo_bar_baz</em></p>
static: |-
<p data-sourcepos="1:1-1:13" dir="auto"><em>foo_bar_baz</em></p>
wysiwyg: |-
<p><em>foo_bar_baz</em></p>
-06_05__inlines__emphasis_and_strong_emphasis__27:
+06_05__inlines__emphasis_and_strong_emphasis__027:
canonical: |
<p><em>(bar)</em>.</p>
static: |-
<p data-sourcepos="1:1-1:8" dir="auto"><em>(bar)</em>.</p>
wysiwyg: |-
<p><em>(bar)</em>.</p>
-06_05__inlines__emphasis_and_strong_emphasis__28:
+06_05__inlines__emphasis_and_strong_emphasis__028:
canonical: |
<p><strong>foo bar</strong></p>
static: |-
<p data-sourcepos="1:1-1:11" dir="auto"><strong>foo bar</strong></p>
wysiwyg: |-
<p><strong>foo bar</strong></p>
-06_05__inlines__emphasis_and_strong_emphasis__29:
+06_05__inlines__emphasis_and_strong_emphasis__029:
canonical: |
<p>** foo bar**</p>
static: |-
<p data-sourcepos="1:1-1:12" dir="auto">** foo bar**</p>
wysiwyg: |-
<p>** foo bar**</p>
-06_05__inlines__emphasis_and_strong_emphasis__30:
+06_05__inlines__emphasis_and_strong_emphasis__030:
canonical: |
<p>a**&quot;foo&quot;**</p>
static: |-
<p data-sourcepos="1:1-1:10" dir="auto">a**"foo"**</p>
wysiwyg: |-
<p>a**"foo"**</p>
-06_05__inlines__emphasis_and_strong_emphasis__31:
+06_05__inlines__emphasis_and_strong_emphasis__031:
canonical: |
<p>foo<strong>bar</strong></p>
static: |-
<p data-sourcepos="1:1-1:10" dir="auto">foo<strong>bar</strong></p>
wysiwyg: |-
<p>foo<strong>bar</strong></p>
-06_05__inlines__emphasis_and_strong_emphasis__32:
+06_05__inlines__emphasis_and_strong_emphasis__032:
canonical: |
<p><strong>foo bar</strong></p>
static: |-
<p data-sourcepos="1:1-1:11" dir="auto"><strong>foo bar</strong></p>
wysiwyg: |-
<p><strong>foo bar</strong></p>
-06_05__inlines__emphasis_and_strong_emphasis__33:
+06_05__inlines__emphasis_and_strong_emphasis__033:
canonical: |
<p>__ foo bar__</p>
static: |-
<p data-sourcepos="1:1-1:12" dir="auto">__ foo bar__</p>
wysiwyg: |-
<p>__ foo bar__</p>
-06_05__inlines__emphasis_and_strong_emphasis__34:
+06_05__inlines__emphasis_and_strong_emphasis__034:
canonical: |
<p>__
foo bar__</p>
@@ -4028,70 +4028,70 @@
wysiwyg: |-
<p>__
foo bar__</p>
-06_05__inlines__emphasis_and_strong_emphasis__35:
+06_05__inlines__emphasis_and_strong_emphasis__035:
canonical: |
<p>a__&quot;foo&quot;__</p>
static: |-
<p data-sourcepos="1:1-1:10" dir="auto">a__"foo"__</p>
wysiwyg: |-
<p>a__"foo"__</p>
-06_05__inlines__emphasis_and_strong_emphasis__36:
+06_05__inlines__emphasis_and_strong_emphasis__036:
canonical: |
<p>foo__bar__</p>
static: |-
<p data-sourcepos="1:1-1:10" dir="auto">foo__bar__</p>
wysiwyg: |-
<p>foo__bar__</p>
-06_05__inlines__emphasis_and_strong_emphasis__37:
+06_05__inlines__emphasis_and_strong_emphasis__037:
canonical: |
<p>5__6__78</p>
static: |-
<p data-sourcepos="1:1-1:8" dir="auto">5__6__78</p>
wysiwyg: |-
<p>5__6__78</p>
-06_05__inlines__emphasis_and_strong_emphasis__38:
+06_05__inlines__emphasis_and_strong_emphasis__038:
canonical: |
<p>пристаням__стремятся__</p>
static: |-
<p data-sourcepos="1:1-1:40" dir="auto">пристаням__стремятся__</p>
wysiwyg: |-
<p>пристаням__стремятся__</p>
-06_05__inlines__emphasis_and_strong_emphasis__39:
+06_05__inlines__emphasis_and_strong_emphasis__039:
canonical: |
<p><strong>foo, <strong>bar</strong>, baz</strong></p>
static: |-
<p data-sourcepos="1:1-1:21" dir="auto"><strong>foo, <strong>bar</strong>, baz</strong></p>
wysiwyg: |-
<p><strong>foo, bar</strong>, baz</p>
-06_05__inlines__emphasis_and_strong_emphasis__40:
+06_05__inlines__emphasis_and_strong_emphasis__040:
canonical: |
<p>foo-<strong>(bar)</strong></p>
static: |-
<p data-sourcepos="1:1-1:13" dir="auto">foo-<strong>(bar)</strong></p>
wysiwyg: |-
<p>foo-<strong>(bar)</strong></p>
-06_05__inlines__emphasis_and_strong_emphasis__41:
+06_05__inlines__emphasis_and_strong_emphasis__041:
canonical: |
<p>**foo bar **</p>
static: |-
<p data-sourcepos="1:1-1:12" dir="auto">**foo bar **</p>
wysiwyg: |-
<p>**foo bar **</p>
-06_05__inlines__emphasis_and_strong_emphasis__42:
+06_05__inlines__emphasis_and_strong_emphasis__042:
canonical: |
<p>**(**foo)</p>
static: |-
<p data-sourcepos="1:1-1:9" dir="auto">**(**foo)</p>
wysiwyg: |-
<p>**(**foo)</p>
-06_05__inlines__emphasis_and_strong_emphasis__43:
+06_05__inlines__emphasis_and_strong_emphasis__043:
canonical: |
<p><em>(<strong>foo</strong>)</em></p>
static: |-
<p data-sourcepos="1:1-1:11" dir="auto"><em>(<strong>foo</strong>)</em></p>
wysiwyg: |-
<p><em>(</em><strong>foo</strong>)</p>
-06_05__inlines__emphasis_and_strong_emphasis__44:
+06_05__inlines__emphasis_and_strong_emphasis__044:
canonical: |
<p><strong>Gomphocarpus (<em>Gomphocarpus physocarpus</em>, syn.
<em>Asclepias physocarpa</em>)</strong></p>
@@ -4100,77 +4100,77 @@
wysiwyg: |-
<p><strong>Gomphocarpus (</strong><em>Gomphocarpus physocarpus</em>, syn.
<em>Asclepias physocarpa</em>)</p>
-06_05__inlines__emphasis_and_strong_emphasis__45:
+06_05__inlines__emphasis_and_strong_emphasis__045:
canonical: |
<p><strong>foo &quot;<em>bar</em>&quot; foo</strong></p>
static: |-
<p data-sourcepos="1:1-1:19" dir="auto"><strong>foo "<em>bar</em>" foo</strong></p>
wysiwyg: |-
<p><strong>foo "</strong><em>bar</em>" foo</p>
-06_05__inlines__emphasis_and_strong_emphasis__46:
+06_05__inlines__emphasis_and_strong_emphasis__046:
canonical: |
<p><strong>foo</strong>bar</p>
static: |-
<p data-sourcepos="1:1-1:10" dir="auto"><strong>foo</strong>bar</p>
wysiwyg: |-
<p><strong>foo</strong>bar</p>
-06_05__inlines__emphasis_and_strong_emphasis__47:
+06_05__inlines__emphasis_and_strong_emphasis__047:
canonical: |
<p>__foo bar __</p>
static: |-
<p data-sourcepos="1:1-1:12" dir="auto">__foo bar __</p>
wysiwyg: |-
<p>__foo bar __</p>
-06_05__inlines__emphasis_and_strong_emphasis__48:
+06_05__inlines__emphasis_and_strong_emphasis__048:
canonical: |
<p>__(__foo)</p>
static: |-
<p data-sourcepos="1:1-1:9" dir="auto">__(__foo)</p>
wysiwyg: |-
<p>__(__foo)</p>
-06_05__inlines__emphasis_and_strong_emphasis__49:
+06_05__inlines__emphasis_and_strong_emphasis__049:
canonical: |
<p><em>(<strong>foo</strong>)</em></p>
static: |-
<p data-sourcepos="1:1-1:11" dir="auto"><em>(<strong>foo</strong>)</em></p>
wysiwyg: |-
<p><em>(</em><strong>foo</strong>)</p>
-06_05__inlines__emphasis_and_strong_emphasis__50:
+06_05__inlines__emphasis_and_strong_emphasis__050:
canonical: |
<p>__foo__bar</p>
static: |-
<p data-sourcepos="1:1-1:10" dir="auto">__foo__bar</p>
wysiwyg: |-
<p>__foo__bar</p>
-06_05__inlines__emphasis_and_strong_emphasis__51:
+06_05__inlines__emphasis_and_strong_emphasis__051:
canonical: |
<p>__пристаням__стремятся</p>
static: |-
<p data-sourcepos="1:1-1:40" dir="auto">__пристаням__стремятся</p>
wysiwyg: |-
<p>__пристаням__стремятся</p>
-06_05__inlines__emphasis_and_strong_emphasis__52:
+06_05__inlines__emphasis_and_strong_emphasis__052:
canonical: |
<p><strong>foo__bar__baz</strong></p>
static: |-
<p data-sourcepos="1:1-1:17" dir="auto"><strong>foo__bar__baz</strong></p>
wysiwyg: |-
<p><strong>foo__bar__baz</strong></p>
-06_05__inlines__emphasis_and_strong_emphasis__53:
+06_05__inlines__emphasis_and_strong_emphasis__053:
canonical: |
<p><strong>(bar)</strong>.</p>
static: |-
<p data-sourcepos="1:1-1:10" dir="auto"><strong>(bar)</strong>.</p>
wysiwyg: |-
<p><strong>(bar)</strong>.</p>
-06_05__inlines__emphasis_and_strong_emphasis__54:
+06_05__inlines__emphasis_and_strong_emphasis__054:
canonical: |
<p><em>foo <a href="/url">bar</a></em></p>
static: |-
<p data-sourcepos="1:1-1:17" dir="auto"><em>foo <a href="/url">bar</a></em></p>
wysiwyg: |-
<p><em>foo </em><a target="_blank" rel="noopener noreferrer nofollow" href="/url">bar</a></p>
-06_05__inlines__emphasis_and_strong_emphasis__55:
+06_05__inlines__emphasis_and_strong_emphasis__055:
canonical: |
<p><em>foo
bar</em></p>
@@ -4179,126 +4179,126 @@
wysiwyg: |-
<p><em>foo
bar</em></p>
-06_05__inlines__emphasis_and_strong_emphasis__56:
+06_05__inlines__emphasis_and_strong_emphasis__056:
canonical: |
<p><em>foo <strong>bar</strong> baz</em></p>
static: |-
<p data-sourcepos="1:1-1:17" dir="auto"><em>foo <strong>bar</strong> baz</em></p>
wysiwyg: |-
<p><em>foo </em><strong>bar</strong> baz</p>
-06_05__inlines__emphasis_and_strong_emphasis__57:
+06_05__inlines__emphasis_and_strong_emphasis__057:
canonical: |
<p><em>foo <em>bar</em> baz</em></p>
static: |-
<p data-sourcepos="1:1-1:15" dir="auto"><em>foo <em>bar</em> baz</em></p>
wysiwyg: |-
<p><em>foo bar</em> baz</p>
-06_05__inlines__emphasis_and_strong_emphasis__58:
+06_05__inlines__emphasis_and_strong_emphasis__058:
canonical: |
<p><em><em>foo</em> bar</em></p>
static: |-
<p data-sourcepos="1:1-1:11" dir="auto"><em><em>foo</em> bar</em></p>
wysiwyg: |-
<p><em>foo</em> bar</p>
-06_05__inlines__emphasis_and_strong_emphasis__59:
+06_05__inlines__emphasis_and_strong_emphasis__059:
canonical: |
<p><em>foo <em>bar</em></em></p>
static: |-
<p data-sourcepos="1:1-1:11" dir="auto"><em>foo <em>bar</em></em></p>
wysiwyg: |-
<p><em>foo bar</em></p>
-06_05__inlines__emphasis_and_strong_emphasis__60:
+06_05__inlines__emphasis_and_strong_emphasis__060:
canonical: |
<p><em>foo <strong>bar</strong> baz</em></p>
static: |-
<p data-sourcepos="1:1-1:17" dir="auto"><em>foo <strong>bar</strong> baz</em></p>
wysiwyg: |-
<p><em>foo </em><strong>bar</strong> baz</p>
-06_05__inlines__emphasis_and_strong_emphasis__61:
+06_05__inlines__emphasis_and_strong_emphasis__061:
canonical: |
<p><em>foo<strong>bar</strong>baz</em></p>
static: |-
<p data-sourcepos="1:1-1:15" dir="auto"><em>foo<strong>bar</strong>baz</em></p>
wysiwyg: |-
<p><em>foo</em><strong>bar</strong>baz</p>
-06_05__inlines__emphasis_and_strong_emphasis__62:
+06_05__inlines__emphasis_and_strong_emphasis__062:
canonical: |
<p><em>foo**bar</em></p>
static: |-
<p data-sourcepos="1:1-1:10" dir="auto"><em>foo**bar</em></p>
wysiwyg: |-
<p><em>foo**bar</em></p>
-06_05__inlines__emphasis_and_strong_emphasis__63:
+06_05__inlines__emphasis_and_strong_emphasis__063:
canonical: |
<p><em><strong>foo</strong> bar</em></p>
static: |-
<p data-sourcepos="1:1-1:13" dir="auto"><em><strong>foo</strong> bar</em></p>
wysiwyg: |-
<p><strong><em>foo</em></strong> bar</p>
-06_05__inlines__emphasis_and_strong_emphasis__64:
+06_05__inlines__emphasis_and_strong_emphasis__064:
canonical: |
<p><em>foo <strong>bar</strong></em></p>
static: |-
<p data-sourcepos="1:1-1:13" dir="auto"><em>foo <strong>bar</strong></em></p>
wysiwyg: |-
<p><em>foo </em><strong>bar</strong></p>
-06_05__inlines__emphasis_and_strong_emphasis__65:
+06_05__inlines__emphasis_and_strong_emphasis__065:
canonical: |
<p><em>foo<strong>bar</strong></em></p>
static: |-
<p data-sourcepos="1:1-1:12" dir="auto"><em>foo<strong>bar</strong></em></p>
wysiwyg: |-
<p><em>foo</em><strong>bar</strong></p>
-06_05__inlines__emphasis_and_strong_emphasis__66:
+06_05__inlines__emphasis_and_strong_emphasis__066:
canonical: |
<p>foo<em><strong>bar</strong></em>baz</p>
static: |-
<p data-sourcepos="1:1-1:15" dir="auto">foo<em><strong>bar</strong></em>baz</p>
wysiwyg: |-
<p>foo<strong><em>bar</em></strong>baz</p>
-06_05__inlines__emphasis_and_strong_emphasis__67:
+06_05__inlines__emphasis_and_strong_emphasis__067:
canonical: |
<p>foo<strong><strong><strong>bar</strong></strong></strong>***baz</p>
static: |-
<p data-sourcepos="1:1-1:24" dir="auto">foo<strong><strong><strong>bar</strong></strong></strong>***baz</p>
wysiwyg: |-
<p>foo<strong>bar</strong>***baz</p>
-06_05__inlines__emphasis_and_strong_emphasis__68:
+06_05__inlines__emphasis_and_strong_emphasis__068:
canonical: |
<p><em>foo <strong>bar <em>baz</em> bim</strong> bop</em></p>
static: |-
<p data-sourcepos="1:1-1:27" dir="auto"><em>foo <strong>bar <em>baz</em> bim</strong> bop</em></p>
wysiwyg: |-
<p><em>foo </em><strong>bar </strong><em>baz</em> bim bop</p>
-06_05__inlines__emphasis_and_strong_emphasis__69:
+06_05__inlines__emphasis_and_strong_emphasis__069:
canonical: |
<p><em>foo <a href="/url"><em>bar</em></a></em></p>
static: |-
<p data-sourcepos="1:1-1:19" dir="auto"><em>foo <a href="/url"><em>bar</em></a></em></p>
wysiwyg: |-
<p><em>foo </em><a target="_blank" rel="noopener noreferrer nofollow" href="/url"><em>bar</em></a></p>
-06_05__inlines__emphasis_and_strong_emphasis__70:
+06_05__inlines__emphasis_and_strong_emphasis__070:
canonical: |
<p>** is not an empty emphasis</p>
static: |-
<p data-sourcepos="1:1-1:27" dir="auto">** is not an empty emphasis</p>
wysiwyg: |-
<p>** is not an empty emphasis</p>
-06_05__inlines__emphasis_and_strong_emphasis__71:
+06_05__inlines__emphasis_and_strong_emphasis__071:
canonical: |
<p>**** is not an empty strong emphasis</p>
static: |-
<p data-sourcepos="1:1-1:36" dir="auto">**** is not an empty strong emphasis</p>
wysiwyg: |-
<p>**** is not an empty strong emphasis</p>
-06_05__inlines__emphasis_and_strong_emphasis__72:
+06_05__inlines__emphasis_and_strong_emphasis__072:
canonical: |
<p><strong>foo <a href="/url">bar</a></strong></p>
static: |-
<p data-sourcepos="1:1-1:19" dir="auto"><strong>foo <a href="/url">bar</a></strong></p>
wysiwyg: |-
<p><strong>foo </strong><a target="_blank" rel="noopener noreferrer nofollow" href="/url">bar</a></p>
-06_05__inlines__emphasis_and_strong_emphasis__73:
+06_05__inlines__emphasis_and_strong_emphasis__073:
canonical: |
<p><strong>foo
bar</strong></p>
@@ -4307,63 +4307,63 @@
wysiwyg: |-
<p><strong>foo
bar</strong></p>
-06_05__inlines__emphasis_and_strong_emphasis__74:
+06_05__inlines__emphasis_and_strong_emphasis__074:
canonical: |
<p><strong>foo <em>bar</em> baz</strong></p>
static: |-
<p data-sourcepos="1:1-1:17" dir="auto"><strong>foo <em>bar</em> baz</strong></p>
wysiwyg: |-
<p><strong>foo </strong><em>bar</em> baz</p>
-06_05__inlines__emphasis_and_strong_emphasis__75:
+06_05__inlines__emphasis_and_strong_emphasis__075:
canonical: |
<p><strong>foo <strong>bar</strong> baz</strong></p>
static: |-
<p data-sourcepos="1:1-1:19" dir="auto"><strong>foo <strong>bar</strong> baz</strong></p>
wysiwyg: |-
<p><strong>foo bar</strong> baz</p>
-06_05__inlines__emphasis_and_strong_emphasis__76:
+06_05__inlines__emphasis_and_strong_emphasis__076:
canonical: |
<p><strong><strong>foo</strong> bar</strong></p>
static: |-
<p data-sourcepos="1:1-1:15" dir="auto"><strong><strong>foo</strong> bar</strong></p>
wysiwyg: |-
<p><strong>foo</strong> bar</p>
-06_05__inlines__emphasis_and_strong_emphasis__77:
+06_05__inlines__emphasis_and_strong_emphasis__077:
canonical: |
<p><strong>foo <strong>bar</strong></strong></p>
static: |-
<p data-sourcepos="1:1-1:15" dir="auto"><strong>foo <strong>bar</strong></strong></p>
wysiwyg: |-
<p><strong>foo bar</strong></p>
-06_05__inlines__emphasis_and_strong_emphasis__78:
+06_05__inlines__emphasis_and_strong_emphasis__078:
canonical: |
<p><strong>foo <em>bar</em> baz</strong></p>
static: |-
<p data-sourcepos="1:1-1:17" dir="auto"><strong>foo <em>bar</em> baz</strong></p>
wysiwyg: |-
<p><strong>foo </strong><em>bar</em> baz</p>
-06_05__inlines__emphasis_and_strong_emphasis__79:
+06_05__inlines__emphasis_and_strong_emphasis__079:
canonical: |
<p><strong>foo<em>bar</em>baz</strong></p>
static: |-
<p data-sourcepos="1:1-1:15" dir="auto"><strong>foo<em>bar</em>baz</strong></p>
wysiwyg: |-
<p><strong>foo</strong><em>bar</em>baz</p>
-06_05__inlines__emphasis_and_strong_emphasis__80:
+06_05__inlines__emphasis_and_strong_emphasis__080:
canonical: |
<p><strong><em>foo</em> bar</strong></p>
static: |-
<p data-sourcepos="1:1-1:13" dir="auto"><strong><em>foo</em> bar</strong></p>
wysiwyg: |-
<p><strong><em>foo</em></strong> bar</p>
-06_05__inlines__emphasis_and_strong_emphasis__81:
+06_05__inlines__emphasis_and_strong_emphasis__081:
canonical: |
<p><strong>foo <em>bar</em></strong></p>
static: |-
<p data-sourcepos="1:1-1:13" dir="auto"><strong>foo <em>bar</em></strong></p>
wysiwyg: |-
<p><strong>foo </strong><em>bar</em></p>
-06_05__inlines__emphasis_and_strong_emphasis__82:
+06_05__inlines__emphasis_and_strong_emphasis__082:
canonical: |
<p><strong>foo <em>bar <strong>baz</strong>
bim</em> bop</strong></p>
@@ -4372,119 +4372,119 @@
wysiwyg: |-
<p><strong>foo </strong><em>bar </em><strong>baz</strong>
bim bop</p>
-06_05__inlines__emphasis_and_strong_emphasis__83:
+06_05__inlines__emphasis_and_strong_emphasis__083:
canonical: |
<p><strong>foo <a href="/url"><em>bar</em></a></strong></p>
static: |-
<p data-sourcepos="1:1-1:21" dir="auto"><strong>foo <a href="/url"><em>bar</em></a></strong></p>
wysiwyg: |-
<p><strong>foo </strong><a target="_blank" rel="noopener noreferrer nofollow" href="/url"><em>bar</em></a></p>
-06_05__inlines__emphasis_and_strong_emphasis__84:
+06_05__inlines__emphasis_and_strong_emphasis__084:
canonical: |
<p>__ is not an empty emphasis</p>
static: |-
<p data-sourcepos="1:1-1:27" dir="auto">__ is not an empty emphasis</p>
wysiwyg: |-
<p>__ is not an empty emphasis</p>
-06_05__inlines__emphasis_and_strong_emphasis__85:
+06_05__inlines__emphasis_and_strong_emphasis__085:
canonical: |
<p>____ is not an empty strong emphasis</p>
static: |-
<p data-sourcepos="1:1-1:36" dir="auto">____ is not an empty strong emphasis</p>
wysiwyg: |-
<p>____ is not an empty strong emphasis</p>
-06_05__inlines__emphasis_and_strong_emphasis__86:
+06_05__inlines__emphasis_and_strong_emphasis__086:
canonical: |
<p>foo ***</p>
static: |-
<p data-sourcepos="1:1-1:7" dir="auto">foo ***</p>
wysiwyg: |-
<p>foo ***</p>
-06_05__inlines__emphasis_and_strong_emphasis__87:
+06_05__inlines__emphasis_and_strong_emphasis__087:
canonical: |
<p>foo <em>*</em></p>
static: |-
<p data-sourcepos="1:1-1:8" dir="auto">foo <em>*</em></p>
wysiwyg: |-
<p>foo <em>*</em></p>
-06_05__inlines__emphasis_and_strong_emphasis__88:
+06_05__inlines__emphasis_and_strong_emphasis__088:
canonical: |
<p>foo <em>_</em></p>
static: |-
<p data-sourcepos="1:1-1:7" dir="auto">foo <em>_</em></p>
wysiwyg: |-
<p>foo <em>_</em></p>
-06_05__inlines__emphasis_and_strong_emphasis__89:
+06_05__inlines__emphasis_and_strong_emphasis__089:
canonical: |
<p>foo *****</p>
static: |-
<p data-sourcepos="1:1-1:9" dir="auto">foo *****</p>
wysiwyg: |-
<p>foo *****</p>
-06_05__inlines__emphasis_and_strong_emphasis__90:
+06_05__inlines__emphasis_and_strong_emphasis__090:
canonical: |
<p>foo <strong>*</strong></p>
static: |-
<p data-sourcepos="1:1-1:10" dir="auto">foo <strong>*</strong></p>
wysiwyg: |-
<p>foo <strong>*</strong></p>
-06_05__inlines__emphasis_and_strong_emphasis__91:
+06_05__inlines__emphasis_and_strong_emphasis__091:
canonical: |
<p>foo <strong>_</strong></p>
static: |-
<p data-sourcepos="1:1-1:9" dir="auto">foo <strong>_</strong></p>
wysiwyg: |-
<p>foo <strong>_</strong></p>
-06_05__inlines__emphasis_and_strong_emphasis__92:
+06_05__inlines__emphasis_and_strong_emphasis__092:
canonical: |
<p>*<em>foo</em></p>
static: |-
<p data-sourcepos="1:1-1:6" dir="auto">*<em>foo</em></p>
wysiwyg: |-
<p>*<em>foo</em></p>
-06_05__inlines__emphasis_and_strong_emphasis__93:
+06_05__inlines__emphasis_and_strong_emphasis__093:
canonical: |
<p><em>foo</em>*</p>
static: |-
<p data-sourcepos="1:1-1:6" dir="auto"><em>foo</em>*</p>
wysiwyg: |-
<p><em>foo</em>*</p>
-06_05__inlines__emphasis_and_strong_emphasis__94:
+06_05__inlines__emphasis_and_strong_emphasis__094:
canonical: |
<p>*<strong>foo</strong></p>
static: |-
<p data-sourcepos="1:1-1:8" dir="auto">*<strong>foo</strong></p>
wysiwyg: |-
<p>*<strong>foo</strong></p>
-06_05__inlines__emphasis_and_strong_emphasis__95:
+06_05__inlines__emphasis_and_strong_emphasis__095:
canonical: |
<p>***<em>foo</em></p>
static: |-
<p data-sourcepos="1:1-1:8" dir="auto">***<em>foo</em></p>
wysiwyg: |-
<p>***<em>foo</em></p>
-06_05__inlines__emphasis_and_strong_emphasis__96:
+06_05__inlines__emphasis_and_strong_emphasis__096:
canonical: |
<p><strong>foo</strong>*</p>
static: |-
<p data-sourcepos="1:1-1:8" dir="auto"><strong>foo</strong>*</p>
wysiwyg: |-
<p><strong>foo</strong>*</p>
-06_05__inlines__emphasis_and_strong_emphasis__97:
+06_05__inlines__emphasis_and_strong_emphasis__097:
canonical: |
<p><em>foo</em>***</p>
static: |-
<p data-sourcepos="1:1-1:8" dir="auto"><em>foo</em>***</p>
wysiwyg: |-
<p><em>foo</em>***</p>
-06_05__inlines__emphasis_and_strong_emphasis__98:
+06_05__inlines__emphasis_and_strong_emphasis__098:
canonical: |
<p>foo ___</p>
static: |-
<p data-sourcepos="1:1-1:7" dir="auto">foo ___</p>
wysiwyg: |-
<p>foo ___</p>
-06_05__inlines__emphasis_and_strong_emphasis__99:
+06_05__inlines__emphasis_and_strong_emphasis__099:
canonical: |
<p>foo <em>_</em></p>
static: |-
@@ -4715,14 +4715,14 @@
<p data-sourcepos="1:1-1:25" dir="auto">__a<a href="http://foo.bar/?q=__" rel="nofollow noreferrer noopener" target="_blank">http://foo.bar/?q=__</a></p>
wysiwyg: |-
<p>__a<a target="_blank" rel="noopener noreferrer nofollow" href="http://foo.bar/?q=__">http://foo.bar/?q=__</a></p>
-06_06__inlines__strikethrough_extension__01:
+06_06__inlines__strikethrough_extension__001:
canonical: |
<p><del>Hi</del> Hello, world!</p>
static: |-
<p data-sourcepos="1:1-1:20" dir="auto"><del>Hi</del> Hello, world!</p>
wysiwyg: |-
<p>~~Hi~~ Hello, world!</p>
-06_06__inlines__strikethrough_extension__02:
+06_06__inlines__strikethrough_extension__002:
canonical: |
<p>This ~~has a</p>
<p>new paragraph~~.</p>
@@ -4730,49 +4730,49 @@
<p data-sourcepos="1:1-1:12" dir="auto">This ~~has a</p>&#x000A;<p data-sourcepos="3:1-3:16" dir="auto">new paragraph~~.</p>
wysiwyg: |-
<p>This ~~has a</p>
-06_07__inlines__links__01:
+06_07__inlines__links__001:
canonical: |
<p><a href="/uri" title="title">link</a></p>
static: |-
<p data-sourcepos="1:1-1:20" dir="auto"><a href="/uri" title="title">link</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/uri" title="title">link</a></p>
-06_07__inlines__links__02:
+06_07__inlines__links__002:
canonical: |
<p><a href="/uri">link</a></p>
static: |-
<p data-sourcepos="1:1-1:12" dir="auto"><a href="/uri">link</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/uri">link</a></p>
-06_07__inlines__links__03:
+06_07__inlines__links__003:
canonical: |
<p><a href="">link</a></p>
static: |-
<p data-sourcepos="1:1-1:8" dir="auto"><a href="">link</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="">link</a></p>
-06_07__inlines__links__04:
+06_07__inlines__links__004:
canonical: |
<p><a href="">link</a></p>
static: |-
<p data-sourcepos="1:1-1:10" dir="auto"><a href="">link</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="">link</a></p>
-06_07__inlines__links__05:
+06_07__inlines__links__005:
canonical: |
<p>[link](/my uri)</p>
static: |-
<p data-sourcepos="1:1-1:15" dir="auto"><a href="/my%20uri">link</a></p>
wysiwyg: |-
<p>[link](/my uri)</p>
-06_07__inlines__links__06:
+06_07__inlines__links__006:
canonical: |
<p><a href="/my%20uri">link</a></p>
static: |-
<p data-sourcepos="1:1-1:17" dir="auto"><a href="/my%20uri">link</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/my%20uri">link</a></p>
-06_07__inlines__links__07:
+06_07__inlines__links__007:
canonical: |
<p>[link](foo
bar)</p>
@@ -4781,7 +4781,7 @@
wysiwyg: |-
<p>[link](foo
bar)</p>
-06_07__inlines__links__08:
+06_07__inlines__links__008:
canonical: |
<p>[link](<foo
bar>)</p>
@@ -4790,21 +4790,21 @@
wysiwyg: |-
Error - check implementation:
Hast node of type "foo" not supported by this converter. Please, provide an specification.
-06_07__inlines__links__09:
+06_07__inlines__links__009:
canonical: |
<p><a href="b)c">a</a></p>
static: |-
<p data-sourcepos="1:1-1:10" dir="auto"><a href="b)c">a</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="b)c">a</a></p>
-06_07__inlines__links__10:
+06_07__inlines__links__010:
canonical: |
<p>[link](&lt;foo&gt;)</p>
static: |-
<p data-sourcepos="1:1-1:14" dir="auto"><a href="%3Cfoo%3E">link</a></p>
wysiwyg: |-
<p>[link](&lt;foo&gt;)</p>
-06_07__inlines__links__11:
+06_07__inlines__links__011:
canonical: |
<p>[a](&lt;b)c
[a](&lt;b)c&gt;
@@ -4815,42 +4815,42 @@
<p>[a](&lt;b)c
[a](&lt;b)c&gt;
[a](<strong>c)</strong></p>
-06_07__inlines__links__12:
+06_07__inlines__links__012:
canonical: |
<p><a href="(foo)">link</a></p>
static: |-
<p data-sourcepos="1:1-1:15" dir="auto"><a href="(foo)">link</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="(foo)">link</a></p>
-06_07__inlines__links__13:
+06_07__inlines__links__013:
canonical: |
<p><a href="foo(and(bar))">link</a></p>
static: |-
<p data-sourcepos="1:1-1:21" dir="auto"><a href="foo(and(bar))">link</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="foo(and(bar))">link</a></p>
-06_07__inlines__links__14:
+06_07__inlines__links__014:
canonical: |
<p><a href="foo(and(bar)">link</a></p>
static: |-
<p data-sourcepos="1:1-1:23" dir="auto"><a href="foo(and(bar)">link</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="foo(and(bar)">link</a></p>
-06_07__inlines__links__15:
+06_07__inlines__links__015:
canonical: |
<p><a href="foo(and(bar)">link</a></p>
static: |-
<p data-sourcepos="1:1-1:22" dir="auto"><a href="foo(and(bar)">link</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="foo(and(bar)">link</a></p>
-06_07__inlines__links__16:
+06_07__inlines__links__016:
canonical: |
<p><a href="foo):">link</a></p>
static: |-
<p data-sourcepos="1:1-1:15" dir="auto"><a>link</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="foo):">link</a></p>
-06_07__inlines__links__17:
+06_07__inlines__links__017:
canonical: |
<p><a href="#fragment">link</a></p>
<p><a href="http://example.com#fragment">link</a></p>
@@ -4859,28 +4859,28 @@
<p data-sourcepos="1:1-1:17" dir="auto"><a href="#fragment">link</a></p>&#x000A;<p data-sourcepos="3:1-3:35" dir="auto"><a href="http://example.com#fragment" rel="nofollow noreferrer noopener" target="_blank">link</a></p>&#x000A;<p data-sourcepos="5:1-5:37" dir="auto"><a href="http://example.com?foo=3#frag" rel="nofollow noreferrer noopener" target="_blank">link</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="#fragment">link</a></p>
-06_07__inlines__links__18:
+06_07__inlines__links__018:
canonical: |
<p><a href="foo%5Cbar">link</a></p>
static: |-
<p data-sourcepos="1:1-1:15" dir="auto"><a href="foo%5Cbar">link</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="foo%5Cbar">link</a></p>
-06_07__inlines__links__19:
+06_07__inlines__links__019:
canonical: |
<p><a href="foo%20b%C3%A4">link</a></p>
static: |-
<p data-sourcepos="1:1-1:21" dir="auto"><a href="foo%20b%C3%A4">link</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="foo%20b%C3%A4">link</a></p>
-06_07__inlines__links__20:
+06_07__inlines__links__020:
canonical: |
<p><a href="%22title%22">link</a></p>
static: |-
<p data-sourcepos="1:1-1:15" dir="auto"><a href="%22title%22">link</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="%22title%22">link</a></p>
-06_07__inlines__links__21:
+06_07__inlines__links__021:
canonical: |
<p><a href="/url" title="title">link</a>
<a href="/url" title="title">link</a>
@@ -4889,84 +4889,84 @@
<p data-sourcepos="1:1-3:20" dir="auto"><a href="/url" title="title">link</a>&#x000A;<a href="/url" title="title">link</a>&#x000A;<a href="/url" title="title">link</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/url" title="title">linklinklink</a></p>
-06_07__inlines__links__22:
+06_07__inlines__links__022:
canonical: |
<p><a href="/url" title="title &quot;&quot;">link</a></p>
static: |-
<p data-sourcepos="1:1-1:29" dir="auto"><a href="/url" title='title ""'>link</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/url" title="title &quot;&quot;">link</a></p>
-06_07__inlines__links__23:
+06_07__inlines__links__023:
canonical: |
<p><a href="/url%C2%A0%22title%22">link</a></p>
static: |-
<p data-sourcepos="1:1-1:21" dir="auto"><a href="/url%C2%A0%22title%22">link</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/url%C2%A0%22title%22">link</a></p>
-06_07__inlines__links__24:
+06_07__inlines__links__024:
canonical: |
<p>[link](/url &quot;title &quot;and&quot; title&quot;)</p>
static: |-
<p data-sourcepos="1:1-1:32" dir="auto">[link](/url "title "and" title")</p>
wysiwyg: |-
<p>[link](/url "title "and" title")</p>
-06_07__inlines__links__25:
+06_07__inlines__links__025:
canonical: |
<p><a href="/url" title="title &quot;and&quot; title">link</a></p>
static: |-
<p data-sourcepos="1:1-1:32" dir="auto"><a href="/url" title='title "and" title'>link</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/url" title="title &quot;and&quot; title">link</a></p>
-06_07__inlines__links__26:
+06_07__inlines__links__026:
canonical: |
<p><a href="/uri" title="title">link</a></p>
static: |-
<p data-sourcepos="1:1-2:12" dir="auto"><a href="/uri" title="title">link</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/uri" title="title">link</a></p>
-06_07__inlines__links__27:
+06_07__inlines__links__027:
canonical: |
<p>[link] (/uri)</p>
static: |-
<p data-sourcepos="1:1-1:13" dir="auto">[link] (/uri)</p>
wysiwyg: |-
<p>[link] (/uri)</p>
-06_07__inlines__links__28:
+06_07__inlines__links__028:
canonical: |
<p><a href="/uri">link [foo [bar]]</a></p>
static: |-
<p data-sourcepos="1:1-1:24" dir="auto"><a href="/uri">link [foo [bar]]</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/uri">link [foo [bar]]</a></p>
-06_07__inlines__links__29:
+06_07__inlines__links__029:
canonical: |
<p>[link] bar](/uri)</p>
static: |-
<p data-sourcepos="1:1-1:17" dir="auto">[link] bar](/uri)</p>
wysiwyg: |-
<p>[link] bar](/uri)</p>
-06_07__inlines__links__30:
+06_07__inlines__links__030:
canonical: |
<p>[link <a href="/uri">bar</a></p>
static: |-
<p data-sourcepos="1:1-1:17" dir="auto">[link <a href="/uri">bar</a></p>
wysiwyg: |-
<p>[link <a target="_blank" rel="noopener noreferrer nofollow" href="/uri">bar</a></p>
-06_07__inlines__links__31:
+06_07__inlines__links__031:
canonical: |
<p><a href="/uri">link [bar</a></p>
static: |-
<p data-sourcepos="1:1-1:18" dir="auto"><a href="/uri">link [bar</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/uri">link [bar</a></p>
-06_07__inlines__links__32:
+06_07__inlines__links__032:
canonical: |
<p><a href="/uri">link <em>foo <strong>bar</strong> <code>#</code></em></a></p>
static: |-
<p data-sourcepos="1:1-1:30" dir="auto"><a href="/uri">link <em>foo <strong>bar</strong> <code>#</code></em></a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/uri">link </a><em>foo </em><strong>bar</strong><code>#</code></p>
-06_07__inlines__links__33:
+06_07__inlines__links__033:
canonical: |
<p><a href="/uri"><img src="moon.jpg" alt="moon" /></a></p>
static: |-
@@ -4974,49 +4974,49 @@
wysiwyg: |-
Error - check implementation:
Cannot destructure property 'type' of 'this.stack.pop(...)' as it is undefined.
-06_07__inlines__links__34:
+06_07__inlines__links__034:
canonical: |
<p>[foo <a href="/uri">bar</a>](/uri)</p>
static: |-
<p data-sourcepos="1:1-1:23" dir="auto">[foo <a href="/uri">bar</a>](/uri)</p>
wysiwyg: |-
<p>[foo <a target="_blank" rel="noopener noreferrer nofollow" href="/uri">bar</a>](/uri)</p>
-06_07__inlines__links__35:
+06_07__inlines__links__035:
canonical: |
<p>[foo <em>[bar <a href="/uri">baz</a>](/uri)</em>](/uri)</p>
static: |-
<p data-sourcepos="1:1-1:37" dir="auto">[foo <em>[bar <a href="/uri">baz</a>](/uri)</em>](/uri)</p>
wysiwyg: |-
<p>[foo <em>[bar </em><a target="_blank" rel="noopener noreferrer nofollow" href="/uri">baz</a>](/uri)](/uri)</p>
-06_07__inlines__links__36:
+06_07__inlines__links__036:
canonical: |
<p><img src="uri3" alt="[foo](uri2)" /></p>
static: |-
<p data-sourcepos="1:1-1:28" dir="auto"><a class="no-attachment-icon" href="uri3" target="_blank" rel="noopener noreferrer"><img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="[foo](uri2)" decoding="async" class="lazy" data-src="uri3"></a></p>
wysiwyg: |-
<p><img src="uri3" alt="[foo](uri2)"></p>
-06_07__inlines__links__37:
+06_07__inlines__links__037:
canonical: |
<p>*<a href="/uri">foo*</a></p>
static: |-
<p data-sourcepos="1:1-1:13" dir="auto">*<a href="/uri">foo*</a></p>
wysiwyg: |-
<p>*<a target="_blank" rel="noopener noreferrer nofollow" href="/uri">foo*</a></p>
-06_07__inlines__links__38:
+06_07__inlines__links__038:
canonical: |
<p><a href="baz*">foo *bar</a></p>
static: |-
<p data-sourcepos="1:1-1:16" dir="auto"><a href="baz*">foo *bar</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="baz*">foo *bar</a></p>
-06_07__inlines__links__39:
+06_07__inlines__links__039:
canonical: |
<p><em>foo [bar</em> baz]</p>
static: |-
<p data-sourcepos="1:1-1:15" dir="auto"><em>foo [bar</em> baz]</p>
wysiwyg: |-
<p><em>foo [bar</em> baz]</p>
-06_07__inlines__links__40:
+06_07__inlines__links__040:
canonical: |
<p>[foo <bar attr="](baz)"></p>
static: |-
@@ -5024,49 +5024,49 @@
wysiwyg: |-
Error - check implementation:
Hast node of type "bar" not supported by this converter. Please, provide an specification.
-06_07__inlines__links__41:
+06_07__inlines__links__041:
canonical: |
<p>[foo<code>](/uri)</code></p>
static: |-
<p data-sourcepos="1:1-1:13" dir="auto">[foo<code>](/uri)</code></p>
wysiwyg: |-
<p>[foo<code>](/uri)</code></p>
-06_07__inlines__links__42:
+06_07__inlines__links__042:
canonical: |
<p>[foo<a href="http://example.com/?search=%5D(uri)">http://example.com/?search=](uri)</a></p>
static: |-
<p data-sourcepos="1:1-1:39" dir="auto">[foo<a href="http://example.com/?search=%5D(uri)" rel="nofollow noreferrer noopener" target="_blank">http://example.com/?search=](uri)</a></p>
wysiwyg: |-
<p>[foo<a target="_blank" rel="noopener noreferrer nofollow" href="http://example.com/?search=%5D(uri)">http://example.com/?search=](uri)</a></p>
-06_07__inlines__links__43:
+06_07__inlines__links__043:
canonical: |
<p><a href="/url" title="title">foo</a></p>
static: |-
<p data-sourcepos="1:1-1:10" dir="auto"><a href="/url" title="title">foo</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/url" title="title">foo</a></p>
-06_07__inlines__links__44:
+06_07__inlines__links__044:
canonical: |
<p><a href="/uri">link [foo [bar]]</a></p>
static: |-
<p data-sourcepos="1:1-1:23" dir="auto"><a href="/uri">link [foo [bar]]</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/uri">link [foo [bar]]</a></p>
-06_07__inlines__links__45:
+06_07__inlines__links__045:
canonical: |
<p><a href="/uri">link [bar</a></p>
static: |-
<p data-sourcepos="1:1-1:17" dir="auto"><a href="/uri">link [bar</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/uri">link [bar</a></p>
-06_07__inlines__links__46:
+06_07__inlines__links__046:
canonical: |
<p><a href="/uri">link <em>foo <strong>bar</strong> <code>#</code></em></a></p>
static: |-
<p data-sourcepos="1:1-1:29" dir="auto"><a href="/uri">link <em>foo <strong>bar</strong> <code>#</code></em></a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/uri">link </a><em>foo </em><strong>bar</strong><code>#</code></p>
-06_07__inlines__links__47:
+06_07__inlines__links__047:
canonical: |
<p><a href="/uri"><img src="moon.jpg" alt="moon" /></a></p>
static: |-
@@ -5074,35 +5074,35 @@
wysiwyg: |-
Error - check implementation:
Cannot destructure property 'type' of 'this.stack.pop(...)' as it is undefined.
-06_07__inlines__links__48:
+06_07__inlines__links__048:
canonical: |
<p>[foo <a href="/uri">bar</a>]<a href="/uri">ref</a></p>
static: |-
<p data-sourcepos="1:1-1:22" dir="auto">[foo <a href="/uri">bar</a>]<a href="/uri">ref</a></p>
wysiwyg: |-
<p>[foo <a target="_blank" rel="noopener noreferrer nofollow" href="/uri">bar</a>]<a target="_blank" rel="noopener noreferrer nofollow" href="/uri">ref</a></p>
-06_07__inlines__links__49:
+06_07__inlines__links__049:
canonical: |
<p>[foo <em>bar <a href="/uri">baz</a></em>]<a href="/uri">ref</a></p>
static: |-
<p data-sourcepos="1:1-1:27" dir="auto">[foo <em>bar <a href="/uri">baz</a></em>]<a href="/uri">ref</a></p>
wysiwyg: |-
<p>[foo <em>bar </em><a target="_blank" rel="noopener noreferrer nofollow" href="/uri">baz</a>]<a target="_blank" rel="noopener noreferrer nofollow" href="/uri">ref</a></p>
-06_07__inlines__links__50:
+06_07__inlines__links__050:
canonical: |
<p>*<a href="/uri">foo*</a></p>
static: |-
<p data-sourcepos="1:1-1:12" dir="auto">*<a href="/uri">foo*</a></p>
wysiwyg: |-
<p>*<a target="_blank" rel="noopener noreferrer nofollow" href="/uri">foo*</a></p>
-06_07__inlines__links__51:
+06_07__inlines__links__051:
canonical: |
<p><a href="/uri">foo *bar</a></p>
static: |-
<p data-sourcepos="1:1-1:15" dir="auto"><a href="/uri">foo *bar</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/uri">foo *bar</a></p>
-06_07__inlines__links__52:
+06_07__inlines__links__052:
canonical: |
<p>[foo <bar attr="][ref]"></p>
static: |-
@@ -5110,49 +5110,49 @@
wysiwyg: |-
Error - check implementation:
Hast node of type "bar" not supported by this converter. Please, provide an specification.
-06_07__inlines__links__53:
+06_07__inlines__links__053:
canonical: |
<p>[foo<code>][ref]</code></p>
static: |-
<p data-sourcepos="1:1-1:12" dir="auto">[foo<code>][ref]</code></p>
wysiwyg: |-
<p>[foo<code>][ref]</code></p>
-06_07__inlines__links__54:
+06_07__inlines__links__054:
canonical: |
<p>[foo<a href="http://example.com/?search=%5D%5Bref%5D">http://example.com/?search=][ref]</a></p>
static: |-
<p data-sourcepos="1:1-1:39" dir="auto">[foo<a href="http://example.com/?search=%5D%5Bref%5D" rel="nofollow noreferrer noopener" target="_blank">http://example.com/?search=][ref]</a></p>
wysiwyg: |-
<p>[foo<a target="_blank" rel="noopener noreferrer nofollow" href="http://example.com/?search=%5D%5Bref%5D">http://example.com/?search=][ref]</a></p>
-06_07__inlines__links__55:
+06_07__inlines__links__055:
canonical: |
<p><a href="/url" title="title">foo</a></p>
static: |-
<p data-sourcepos="1:1-1:10" dir="auto"><a href="/url" title="title">foo</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/url" title="title">foo</a></p>
-06_07__inlines__links__56:
+06_07__inlines__links__056:
canonical: |
<p><a href="/url">Толпой</a> is a Russian word.</p>
static: |-
<p data-sourcepos="1:1-1:47" dir="auto"><a href="/url">Толпой</a> is a Russian word.</p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/url">Толпой</a> is a Russian word.</p>
-06_07__inlines__links__57:
+06_07__inlines__links__057:
canonical: |
<p><a href="/url">Baz</a></p>
static: |-
<p data-sourcepos="4:1-4:14" dir="auto"><a href="/url">Baz</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/url">Baz</a></p>
-06_07__inlines__links__58:
+06_07__inlines__links__058:
canonical: |
<p>[foo] <a href="/url" title="title">bar</a></p>
static: |-
<p data-sourcepos="1:1-1:11" dir="auto">[foo] <a href="/url" title="title">bar</a></p>
wysiwyg: |-
<p>[foo] <a target="_blank" rel="noopener noreferrer nofollow" href="/url" title="title">bar</a></p>
-06_07__inlines__links__59:
+06_07__inlines__links__059:
canonical: |
<p>[foo]
<a href="/url" title="title">bar</a></p>
@@ -5161,21 +5161,21 @@
wysiwyg: |-
<p>[foo]
<a target="_blank" rel="noopener noreferrer nofollow" href="/url" title="title">bar</a></p>
-06_07__inlines__links__60:
+06_07__inlines__links__060:
canonical: |
<p><a href="/url1">bar</a></p>
static: |-
<p data-sourcepos="5:1-5:10" dir="auto"><a href="/url1">bar</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/url1">bar</a></p>
-06_07__inlines__links__61:
+06_07__inlines__links__061:
canonical: |
<p>[bar][foo!]</p>
static: |-
<p data-sourcepos="1:1-1:32" dir="auto">[bar][foo<span>!</span>]</p>
wysiwyg: |-
<p>[bar][foo!]</p>
-06_07__inlines__links__62:
+06_07__inlines__links__062:
canonical: |
<p>[foo][ref[]</p>
<p>[ref[]: /uri</p>
@@ -5183,7 +5183,7 @@
<p data-sourcepos="1:1-1:11" dir="auto">[foo][ref[]</p>&#x000A;<p data-sourcepos="3:1-3:12" dir="auto">[ref[]: /uri</p>
wysiwyg: |-
<p>[foo][ref[]</p>
-06_07__inlines__links__63:
+06_07__inlines__links__063:
canonical: |
<p>[foo][ref[bar]]</p>
<p>[ref[bar]]: /uri</p>
@@ -5191,7 +5191,7 @@
<p data-sourcepos="1:1-1:15" dir="auto">[foo][ref[bar]]</p>&#x000A;<p data-sourcepos="3:1-3:16" dir="auto">[ref[bar]]: /uri</p>
wysiwyg: |-
<p>[foo][ref[bar]]</p>
-06_07__inlines__links__64:
+06_07__inlines__links__064:
canonical: |
<p>[[[foo]]]</p>
<p>[[[foo]]]: /url</p>
@@ -5199,21 +5199,21 @@
<p data-sourcepos="1:1-1:9" dir="auto">[[[foo]]]</p>&#x000A;<p data-sourcepos="3:1-3:15" dir="auto">[[[foo]]]: /url</p>
wysiwyg: |-
<p>[[[foo]]]</p>
-06_07__inlines__links__65:
+06_07__inlines__links__065:
canonical: |
<p><a href="/uri">foo</a></p>
static: |-
<p data-sourcepos="1:1-1:12" dir="auto"><a href="/uri">foo</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/uri">foo</a></p>
-06_07__inlines__links__66:
+06_07__inlines__links__066:
canonical: |
<p><a href="/uri">bar\</a></p>
static: |-
<p data-sourcepos="3:1-3:7" dir="auto"><a href="/uri">bar\</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/uri">bar\</a></p>
-06_07__inlines__links__67:
+06_07__inlines__links__067:
canonical: |
<p>[]</p>
<p>[]: /uri</p>
@@ -5221,7 +5221,7 @@
<p data-sourcepos="1:1-1:2" dir="auto">[]</p>&#x000A;<p data-sourcepos="3:1-3:8" dir="auto">[]: /uri</p>
wysiwyg: |-
<p>[]</p>
-06_07__inlines__links__68:
+06_07__inlines__links__068:
canonical: |
<p>[
]</p>
@@ -5232,28 +5232,28 @@
wysiwyg: |-
<p>[
]</p>
-06_07__inlines__links__69:
+06_07__inlines__links__069:
canonical: |
<p><a href="/url" title="title">foo</a></p>
static: |-
<p data-sourcepos="1:1-1:7" dir="auto"><a href="/url" title="title">foo</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/url" title="title">foo</a></p>
-06_07__inlines__links__70:
+06_07__inlines__links__070:
canonical: |
<p><a href="/url" title="title"><em>foo</em> bar</a></p>
static: |-
<p data-sourcepos="1:1-1:13" dir="auto"><a href="/url" title="title"><em>foo</em> bar</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/url" title="title"><em>foo</em></a> bar</p>
-06_07__inlines__links__71:
+06_07__inlines__links__071:
canonical: |
<p><a href="/url" title="title">Foo</a></p>
static: |-
<p data-sourcepos="1:1-1:7" dir="auto"><a href="/url" title="title">Foo</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/url" title="title">Foo</a></p>
-06_07__inlines__links__72:
+06_07__inlines__links__072:
canonical: |
<p><a href="/url" title="title">foo</a>
[]</p>
@@ -5262,217 +5262,217 @@
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/url" title="title">foo</a>
[]</p>
-06_07__inlines__links__73:
+06_07__inlines__links__073:
canonical: |
<p><a href="/url" title="title">foo</a></p>
static: |-
<p data-sourcepos="1:1-1:5" dir="auto"><a href="/url" title="title">foo</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/url" title="title">foo</a></p>
-06_07__inlines__links__74:
+06_07__inlines__links__074:
canonical: |
<p><a href="/url" title="title"><em>foo</em> bar</a></p>
static: |-
<p data-sourcepos="1:1-1:11" dir="auto"><a href="/url" title="title"><em>foo</em> bar</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/url" title="title"><em>foo</em></a> bar</p>
-06_07__inlines__links__75:
+06_07__inlines__links__075:
canonical: |
<p>[<a href="/url" title="title"><em>foo</em> bar</a>]</p>
static: |-
<p data-sourcepos="1:1-1:13" dir="auto">[<a href="/url" title="title"><em>foo</em> bar</a>]</p>
wysiwyg: |-
<p>[<a target="_blank" rel="noopener noreferrer nofollow" href="/url" title="title"><em>foo</em></a> bar]</p>
-06_07__inlines__links__76:
+06_07__inlines__links__076:
canonical: |
<p>[[bar <a href="/url">foo</a></p>
static: |-
<p data-sourcepos="1:1-1:11" dir="auto">[[bar <a href="/url">foo</a></p>
wysiwyg: |-
<p>[[bar <a target="_blank" rel="noopener noreferrer nofollow" href="/url">foo</a></p>
-06_07__inlines__links__77:
+06_07__inlines__links__077:
canonical: |
<p><a href="/url" title="title">Foo</a></p>
static: |-
<p data-sourcepos="1:1-1:5" dir="auto"><a href="/url" title="title">Foo</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/url" title="title">Foo</a></p>
-06_07__inlines__links__78:
+06_07__inlines__links__078:
canonical: |
<p><a href="/url">foo</a> bar</p>
static: |-
<p data-sourcepos="1:1-1:9" dir="auto"><a href="/url">foo</a> bar</p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/url">foo</a> bar</p>
-06_07__inlines__links__79:
+06_07__inlines__links__079:
canonical: |
<p>[foo]</p>
static: |-
<p data-sourcepos="1:1-1:6" dir="auto">[foo]</p>
wysiwyg: |-
<p>[foo]</p>
-06_07__inlines__links__80:
+06_07__inlines__links__080:
canonical: |
<p>*<a href="/url">foo*</a></p>
static: |-
<p data-sourcepos="3:1-3:7" dir="auto">*<a href="/url">foo*</a></p>
wysiwyg: |-
<p>*<a target="_blank" rel="noopener noreferrer nofollow" href="/url">foo*</a></p>
-06_07__inlines__links__81:
+06_07__inlines__links__081:
canonical: |
<p><a href="/url2">foo</a></p>
static: |-
<p data-sourcepos="1:1-1:10" dir="auto"><a href="/url2">foo</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/url2">foo</a></p>
-06_07__inlines__links__82:
+06_07__inlines__links__082:
canonical: |
<p><a href="/url1">foo</a></p>
static: |-
<p data-sourcepos="1:1-1:7" dir="auto"><a href="/url1">foo</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/url1">foo</a></p>
-06_07__inlines__links__83:
+06_07__inlines__links__083:
canonical: |
<p><a href="">foo</a></p>
static: |-
<p data-sourcepos="1:1-1:7" dir="auto"><a href="">foo</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="">foo</a></p>
-06_07__inlines__links__84:
+06_07__inlines__links__084:
canonical: |
<p><a href="/url1">foo</a>(not a link)</p>
static: |-
<p data-sourcepos="1:1-1:17" dir="auto"><a href="/url1">foo</a>(not a link)</p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/url1">foo</a>(not a link)</p>
-06_07__inlines__links__85:
+06_07__inlines__links__085:
canonical: |
<p>[foo]<a href="/url">bar</a></p>
static: |-
<p data-sourcepos="1:1-1:15" dir="auto">[foo]<a href="/url">bar</a></p>
wysiwyg: |-
<p>[foo]<a target="_blank" rel="noopener noreferrer nofollow" href="/url">bar</a></p>
-06_07__inlines__links__86:
+06_07__inlines__links__086:
canonical: |
<p><a href="/url2">foo</a><a href="/url1">baz</a></p>
static: |-
<p data-sourcepos="1:1-1:15" dir="auto"><a href="/url2">foo</a><a href="/url1">baz</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/url2">foo</a><a target="_blank" rel="noopener noreferrer nofollow" href="/url1">baz</a></p>
-06_07__inlines__links__87:
+06_07__inlines__links__087:
canonical: |
<p>[foo]<a href="/url1">bar</a></p>
static: |-
<p data-sourcepos="1:1-1:15" dir="auto">[foo]<a href="/url1">bar</a></p>
wysiwyg: |-
<p>[foo]<a target="_blank" rel="noopener noreferrer nofollow" href="/url1">bar</a></p>
-06_08__inlines__images__01:
+06_08__inlines__images__001:
canonical: |
<p><img src="/url" alt="foo" title="title" /></p>
static: |-
<p data-sourcepos="1:1-1:20" dir="auto"><a class="no-attachment-icon" href="/url" target="_blank" rel="noopener noreferrer"><img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="foo" title="title" decoding="async" class="lazy" data-src="/url"></a></p>
wysiwyg: |-
<p><img src="/url" alt="foo" title="title"></p>
-06_08__inlines__images__02:
+06_08__inlines__images__002:
canonical: |
<p><img src="train.jpg" alt="foo bar" title="train &amp; tracks" /></p>
static: |-
<p data-sourcepos="1:1-1:12" dir="auto"><a class="no-attachment-icon" href="train.jpg" target="_blank" rel="noopener noreferrer"><img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="foo bar" title="train &amp; tracks" decoding="async" class="lazy" data-src="train.jpg"></a></p>
wysiwyg: |-
<p><img src="train.jpg" alt="foo bar" title="train &amp; tracks"></p>
-06_08__inlines__images__03:
+06_08__inlines__images__003:
canonical: |
<p><img src="/url2" alt="foo bar" /></p>
static: |-
<p data-sourcepos="1:1-1:26" dir="auto"><a class="no-attachment-icon" href="/url2" target="_blank" rel="noopener noreferrer"><img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="foo bar" decoding="async" class="lazy" data-src="/url2"></a></p>
wysiwyg: |-
<p><img src="/url2" alt="foo bar"></p>
-06_08__inlines__images__04:
+06_08__inlines__images__004:
canonical: |
<p><img src="/url2" alt="foo bar" /></p>
static: |-
<p data-sourcepos="1:1-1:25" dir="auto"><a class="no-attachment-icon" href="/url2" target="_blank" rel="noopener noreferrer"><img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="foo bar" decoding="async" class="lazy" data-src="/url2"></a></p>
wysiwyg: |-
<p><img src="/url2" alt="foo bar"></p>
-06_08__inlines__images__05:
+06_08__inlines__images__005:
canonical: |
<p><img src="train.jpg" alt="foo bar" title="train &amp; tracks" /></p>
static: |-
<p data-sourcepos="1:1-1:14" dir="auto"><a class="no-attachment-icon" href="train.jpg" target="_blank" rel="noopener noreferrer"><img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="foo bar" title="train &amp; tracks" decoding="async" class="lazy" data-src="train.jpg"></a></p>
wysiwyg: |-
<p><img src="train.jpg" alt="foo bar" title="train &amp; tracks"></p>
-06_08__inlines__images__06:
+06_08__inlines__images__006:
canonical: |
<p><img src="train.jpg" alt="foo bar" title="train &amp; tracks" /></p>
static: |-
<p data-sourcepos="1:1-1:20" dir="auto"><a class="no-attachment-icon" href="train.jpg" target="_blank" rel="noopener noreferrer"><img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="foo bar" title="train &amp; tracks" decoding="async" class="lazy" data-src="train.jpg"></a></p>
wysiwyg: |-
<p><img src="train.jpg" alt="foo bar" title="train &amp; tracks"></p>
-06_08__inlines__images__07:
+06_08__inlines__images__007:
canonical: |
<p><img src="train.jpg" alt="foo" /></p>
static: |-
<p data-sourcepos="1:1-1:17" dir="auto"><a class="no-attachment-icon" href="train.jpg" target="_blank" rel="noopener noreferrer"><img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="foo" decoding="async" class="lazy" data-src="train.jpg"></a></p>
wysiwyg: |-
<p><img src="train.jpg" alt="foo"></p>
-06_08__inlines__images__08:
+06_08__inlines__images__008:
canonical: |
<p>My <img src="/path/to/train.jpg" alt="foo bar" title="title" /></p>
static: |-
<p data-sourcepos="1:1-1:45" dir="auto">My <a class="no-attachment-icon" href="/path/to/train.jpg" target="_blank" rel="noopener noreferrer"><img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="foo bar" title="title" decoding="async" class="lazy" data-src="/path/to/train.jpg"></a></p>
wysiwyg: |-
<p>My <img src="/path/to/train.jpg" alt="foo bar" title="title"></p>
-06_08__inlines__images__09:
+06_08__inlines__images__009:
canonical: |
<p><img src="url" alt="foo" /></p>
static: |-
<p data-sourcepos="1:1-1:13" dir="auto"><a class="no-attachment-icon" href="url" target="_blank" rel="noopener noreferrer"><img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="foo" decoding="async" class="lazy" data-src="url"></a></p>
wysiwyg: |-
<p><img src="url" alt="foo"></p>
-06_08__inlines__images__10:
+06_08__inlines__images__010:
canonical: |
<p><img src="/url" alt="" /></p>
static: |-
<p data-sourcepos="1:1-1:9" dir="auto"><a class="no-attachment-icon" href="/url" target="_blank" rel="noopener noreferrer"><img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="" decoding="async" class="lazy" data-src="/url"></a></p>
wysiwyg: |-
<p><img src="/url" alt=""></p>
-06_08__inlines__images__11:
+06_08__inlines__images__011:
canonical: |
<p><img src="/url" alt="foo" /></p>
static: |-
<p data-sourcepos="1:1-1:11" dir="auto"><a class="no-attachment-icon" href="/url" target="_blank" rel="noopener noreferrer"><img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="foo" decoding="async" class="lazy" data-src="/url"></a></p>
wysiwyg: |-
<p><img src="/url" alt="foo"></p>
-06_08__inlines__images__12:
+06_08__inlines__images__012:
canonical: |
<p><img src="/url" alt="foo" /></p>
static: |-
<p data-sourcepos="1:1-1:11" dir="auto"><a class="no-attachment-icon" href="/url" target="_blank" rel="noopener noreferrer"><img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="foo" decoding="async" class="lazy" data-src="/url"></a></p>
wysiwyg: |-
<p><img src="/url" alt="foo"></p>
-06_08__inlines__images__13:
+06_08__inlines__images__013:
canonical: |
<p><img src="/url" alt="foo" title="title" /></p>
static: |-
<p data-sourcepos="1:1-1:8" dir="auto"><a class="no-attachment-icon" href="/url" target="_blank" rel="noopener noreferrer"><img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="foo" title="title" decoding="async" class="lazy" data-src="/url"></a></p>
wysiwyg: |-
<p><img src="/url" alt="foo" title="title"></p>
-06_08__inlines__images__14:
+06_08__inlines__images__014:
canonical: |
<p><img src="/url" alt="foo bar" title="title" /></p>
static: |-
<p data-sourcepos="1:1-1:14" dir="auto"><a class="no-attachment-icon" href="/url" target="_blank" rel="noopener noreferrer"><img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="foo bar" title="title" decoding="async" class="lazy" data-src="/url"></a></p>
wysiwyg: |-
<p><img src="/url" alt="foo bar" title="title"></p>
-06_08__inlines__images__15:
+06_08__inlines__images__015:
canonical: |
<p><img src="/url" alt="Foo" title="title" /></p>
static: |-
<p data-sourcepos="1:1-1:8" dir="auto"><a class="no-attachment-icon" href="/url" target="_blank" rel="noopener noreferrer"><img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Foo" title="title" decoding="async" class="lazy" data-src="/url"></a></p>
wysiwyg: |-
<p><img src="/url" alt="Foo" title="title"></p>
-06_08__inlines__images__16:
+06_08__inlines__images__016:
canonical: |
<p><img src="/url" alt="foo" title="title" />
[]</p>
@@ -5481,21 +5481,21 @@
wysiwyg: |-
<p><img src="/url" alt="foo" title="title">
[]</p>
-06_08__inlines__images__17:
+06_08__inlines__images__017:
canonical: |
<p><img src="/url" alt="foo" title="title" /></p>
static: |-
<p data-sourcepos="1:1-1:6" dir="auto"><a class="no-attachment-icon" href="/url" target="_blank" rel="noopener noreferrer"><img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="foo" title="title" decoding="async" class="lazy" data-src="/url"></a></p>
wysiwyg: |-
<p><img src="/url" alt="foo" title="title"></p>
-06_08__inlines__images__18:
+06_08__inlines__images__018:
canonical: |
<p><img src="/url" alt="foo bar" title="title" /></p>
static: |-
<p data-sourcepos="1:1-1:12" dir="auto"><a class="no-attachment-icon" href="/url" target="_blank" rel="noopener noreferrer"><img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="foo bar" title="title" decoding="async" class="lazy" data-src="/url"></a></p>
wysiwyg: |-
<p><img src="/url" alt="foo bar" title="title"></p>
-06_08__inlines__images__19:
+06_08__inlines__images__019:
canonical: |
<p>![[foo]]</p>
<p>[[foo]]: /url &quot;title&quot;</p>
@@ -5503,175 +5503,175 @@
<p data-sourcepos="1:1-1:8" dir="auto">![[foo]]</p>&#x000A;<p data-sourcepos="3:1-3:21" dir="auto">[[foo]]: /url "title"</p>
wysiwyg: |-
<p>![[foo]]</p>
-06_08__inlines__images__20:
+06_08__inlines__images__020:
canonical: |
<p><img src="/url" alt="Foo" title="title" /></p>
static: |-
<p data-sourcepos="1:1-1:6" dir="auto"><a class="no-attachment-icon" href="/url" target="_blank" rel="noopener noreferrer"><img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Foo" title="title" decoding="async" class="lazy" data-src="/url"></a></p>
wysiwyg: |-
<p><img src="/url" alt="Foo" title="title"></p>
-06_08__inlines__images__21:
+06_08__inlines__images__021:
canonical: |
<p>![foo]</p>
static: |-
<p data-sourcepos="1:1-1:7" dir="auto">![foo]</p>
wysiwyg: |-
<p>![foo]</p>
-06_08__inlines__images__22:
+06_08__inlines__images__022:
canonical: |
<p>!<a href="/url" title="title">foo</a></p>
static: |-
<p data-sourcepos="1:1-1:27" dir="auto"><span>!</span><a href="/url" title="title">foo</a></p>
wysiwyg: |-
<p>!<a target="_blank" rel="noopener noreferrer nofollow" href="/url" title="title">foo</a></p>
-06_09__inlines__autolinks__01:
+06_09__inlines__autolinks__001:
canonical: |
<p><a href="http://foo.bar.baz">http://foo.bar.baz</a></p>
static: |-
<p data-sourcepos="1:1-1:20" dir="auto"><a href="http://foo.bar.baz" rel="nofollow noreferrer noopener" target="_blank">http://foo.bar.baz</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="http://foo.bar.baz">http://foo.bar.baz</a></p>
-06_09__inlines__autolinks__02:
+06_09__inlines__autolinks__002:
canonical: |
<p><a href="http://foo.bar.baz/test?q=hello&amp;id=22&amp;boolean">http://foo.bar.baz/test?q=hello&amp;id=22&amp;boolean</a></p>
static: |-
<p data-sourcepos="1:1-1:47" dir="auto"><a href="http://foo.bar.baz/test?q=hello&amp;id=22&amp;boolean" rel="nofollow noreferrer noopener" target="_blank">http://foo.bar.baz/test?q=hello&amp;id=22&amp;boolean</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="http://foo.bar.baz/test?q=hello&amp;id=22&amp;boolean">http://foo.bar.baz/test?q=hello&amp;id=22&amp;boolean</a></p>
-06_09__inlines__autolinks__03:
+06_09__inlines__autolinks__003:
canonical: |
<p><a href="irc://foo.bar:2233/baz">irc://foo.bar:2233/baz</a></p>
static: |-
<p data-sourcepos="1:1-1:24" dir="auto"><a href="irc://foo.bar:2233/baz">irc://foo.bar:2233/baz</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="irc://foo.bar:2233/baz">irc://foo.bar:2233/baz</a></p>
-06_09__inlines__autolinks__04:
+06_09__inlines__autolinks__004:
canonical: |
<p><a href="MAILTO:FOO@BAR.BAZ">MAILTO:FOO@BAR.BAZ</a></p>
static: |-
<p data-sourcepos="1:1-1:20" dir="auto"><a href="mailto:FOO@BAR.BAZ">MAILTO:FOO@BAR.BAZ</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="MAILTO:FOO@BAR.BAZ">MAILTO:FOO@BAR.BAZ</a></p>
-06_09__inlines__autolinks__05:
+06_09__inlines__autolinks__005:
canonical: |
<p><a href="a+b+c:d">a+b+c:d</a></p>
static: |-
<p data-sourcepos="1:1-1:9" dir="auto"><a href="a+b+c:d">a+b+c:d</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="a+b+c:d">a+b+c:d</a></p>
-06_09__inlines__autolinks__06:
+06_09__inlines__autolinks__006:
canonical: |
<p><a href="made-up-scheme://foo,bar">made-up-scheme://foo,bar</a></p>
static: |-
<p data-sourcepos="1:1-1:26" dir="auto"><a href="made-up-scheme://foo,bar">made-up-scheme://foo,bar</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="made-up-scheme://foo,bar">made-up-scheme://foo,bar</a></p>
-06_09__inlines__autolinks__07:
+06_09__inlines__autolinks__007:
canonical: |
<p><a href="http://../">http://../</a></p>
static: |-
<p data-sourcepos="1:1-1:12" dir="auto"><a href="http://../" rel="nofollow noreferrer noopener" target="_blank">http://../</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="http://../">http://../</a></p>
-06_09__inlines__autolinks__08:
+06_09__inlines__autolinks__008:
canonical: |
<p><a href="localhost:5001/foo">localhost:5001/foo</a></p>
static: |-
<p data-sourcepos="1:1-1:20" dir="auto"><a href="localhost:5001/foo">localhost:5001/foo</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="localhost:5001/foo">localhost:5001/foo</a></p>
-06_09__inlines__autolinks__09:
+06_09__inlines__autolinks__009:
canonical: |
<p>&lt;http://foo.bar/baz bim&gt;</p>
static: |-
<p data-sourcepos="1:1-1:24" dir="auto">&lt;<a href="http://foo.bar/baz" rel="nofollow noreferrer noopener" target="_blank">http://foo.bar/baz</a> bim&gt;</p>
wysiwyg: |-
<p>&lt;http://foo.bar/baz bim&gt;</p>
-06_09__inlines__autolinks__10:
+06_09__inlines__autolinks__010:
canonical: |
<p><a href="http://example.com/%5C%5B%5C">http://example.com/\[\</a></p>
static: |-
<p data-sourcepos="1:1-1:24" dir="auto"><a href="http://example.com/%5C%5B%5C" rel="nofollow noreferrer noopener" target="_blank">http://example.com/\[\</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="http://example.com/%5C%5B%5C">http://example.com/\[\</a></p>
-06_09__inlines__autolinks__11:
+06_09__inlines__autolinks__011:
canonical: |
<p><a href="mailto:foo@bar.example.com">foo@bar.example.com</a></p>
static: |-
<p data-sourcepos="1:1-1:21" dir="auto"><a href="mailto:foo@bar.example.com">foo@bar.example.com</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="mailto:foo@bar.example.com">foo@bar.example.com</a></p>
-06_09__inlines__autolinks__12:
+06_09__inlines__autolinks__012:
canonical: |
<p><a href="mailto:foo+special@Bar.baz-bar0.com">foo+special@Bar.baz-bar0.com</a></p>
static: |-
<p data-sourcepos="1:1-1:30" dir="auto"><a href="mailto:foo+special@Bar.baz-bar0.com">foo+special@Bar.baz-bar0.com</a></p>
wysiwyg: |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="mailto:foo+special@Bar.baz-bar0.com">foo+special@Bar.baz-bar0.com</a></p>
-06_09__inlines__autolinks__13:
+06_09__inlines__autolinks__013:
canonical: |
<p>&lt;foo+@bar.example.com&gt;</p>
static: |-
<p data-sourcepos="1:1-1:23" dir="auto">&lt;<a href="mailto:foo+@bar.example.com">foo+@bar.example.com</a>&gt;</p>
wysiwyg: |-
<p>&lt;foo+@bar.example.com&gt;</p>
-06_09__inlines__autolinks__14:
+06_09__inlines__autolinks__014:
canonical: |
<p>&lt;&gt;</p>
static: |-
<p data-sourcepos="1:1-1:2" dir="auto">&lt;&gt;</p>
wysiwyg: |-
<p>&lt;&gt;</p>
-06_09__inlines__autolinks__15:
+06_09__inlines__autolinks__015:
canonical: |
<p>&lt; http://foo.bar &gt;</p>
static: |-
<p data-sourcepos="1:1-1:18" dir="auto">&lt; <a href="http://foo.bar" rel="nofollow noreferrer noopener" target="_blank">http://foo.bar</a> &gt;</p>
wysiwyg: |-
<p>&lt; http://foo.bar &gt;</p>
-06_09__inlines__autolinks__16:
+06_09__inlines__autolinks__016:
canonical: |
<p>&lt;m:abc&gt;</p>
static: |-
<p data-sourcepos="1:1-1:7" dir="auto">&lt;m:abc&gt;</p>
wysiwyg: |-
<p>&lt;m:abc&gt;</p>
-06_09__inlines__autolinks__17:
+06_09__inlines__autolinks__017:
canonical: |
<p>&lt;foo.bar.baz&gt;</p>
static: |-
<p data-sourcepos="1:1-1:13" dir="auto">&lt;foo.bar.baz&gt;</p>
wysiwyg: |-
<p>&lt;foo.bar.baz&gt;</p>
-06_09__inlines__autolinks__18:
+06_09__inlines__autolinks__018:
canonical: |
<p>http://example.com</p>
static: |-
<p data-sourcepos="1:1-1:18" dir="auto"><a href="http://example.com" rel="nofollow noreferrer noopener" target="_blank">http://example.com</a></p>
wysiwyg: |-
<p>http://example.com</p>
-06_09__inlines__autolinks__19:
+06_09__inlines__autolinks__019:
canonical: |
<p>foo@bar.example.com</p>
static: |-
<p data-sourcepos="1:1-1:19" dir="auto"><a href="mailto:foo@bar.example.com">foo@bar.example.com</a></p>
wysiwyg: |-
<p>foo@bar.example.com</p>
-06_10__inlines__autolinks_extension__01:
+06_10__inlines__autolinks_extension__001:
canonical: |
<p><a href="http://www.commonmark.org">www.commonmark.org</a></p>
static: |-
<p data-sourcepos="1:1-1:18" dir="auto"><a href="http://www.commonmark.org" rel="nofollow noreferrer noopener" target="_blank">www.commonmark.org</a></p>
wysiwyg: |-
<p>www.commonmark.org</p>
-06_10__inlines__autolinks_extension__02:
+06_10__inlines__autolinks_extension__002:
canonical: |
<p>Visit <a href="http://www.commonmark.org/help">www.commonmark.org/help</a> for more information.</p>
static: |-
<p data-sourcepos="1:1-1:51" dir="auto">Visit <a href="http://www.commonmark.org/help" rel="nofollow noreferrer noopener" target="_blank">www.commonmark.org/help</a> for more information.</p>
wysiwyg: |-
<p>Visit www.commonmark.org/help for more information.</p>
-06_10__inlines__autolinks_extension__03:
+06_10__inlines__autolinks_extension__003:
canonical: |
<p>Visit <a href="http://www.commonmark.org">www.commonmark.org</a>.</p>
<p>Visit <a href="http://www.commonmark.org/a.b">www.commonmark.org/a.b</a>.</p>
@@ -5679,7 +5679,7 @@
<p data-sourcepos="1:1-1:25" dir="auto">Visit <a href="http://www.commonmark.org" rel="nofollow noreferrer noopener" target="_blank">www.commonmark.org</a>.</p>&#x000A;<p data-sourcepos="3:1-3:29" dir="auto">Visit <a href="http://www.commonmark.org/a.b" rel="nofollow noreferrer noopener" target="_blank">www.commonmark.org/a.b</a>.</p>
wysiwyg: |-
<p>Visit www.commonmark.org.</p>
-06_10__inlines__autolinks_extension__04:
+06_10__inlines__autolinks_extension__004:
canonical: |
<p><a href="http://www.google.com/search?q=Markup+(business)">www.google.com/search?q=Markup+(business)</a></p>
<p><a href="http://www.google.com/search?q=Markup+(business)">www.google.com/search?q=Markup+(business)</a>))</p>
@@ -5689,14 +5689,14 @@
<p data-sourcepos="1:1-1:41" dir="auto"><a href="http://www.google.com/search?q=Markup+(business)" rel="nofollow noreferrer noopener" target="_blank">www.google.com/search?q=Markup+(business)</a></p>&#x000A;<p data-sourcepos="3:1-3:43" dir="auto"><a href="http://www.google.com/search?q=Markup+(business)" rel="nofollow noreferrer noopener" target="_blank">www.google.com/search?q=Markup+(business)</a>))</p>&#x000A;<p data-sourcepos="5:1-5:43" dir="auto">(<a href="http://www.google.com/search?q=Markup+(business)" rel="nofollow noreferrer noopener" target="_blank">www.google.com/search?q=Markup+(business)</a>)</p>&#x000A;<p data-sourcepos="7:1-7:42" dir="auto">(<a href="http://www.google.com/search?q=Markup+(business)" rel="nofollow noreferrer noopener" target="_blank">www.google.com/search?q=Markup+(business)</a></p>
wysiwyg: |-
<p>www.google.com/search?q=Markup+(business)</p>
-06_10__inlines__autolinks_extension__05:
+06_10__inlines__autolinks_extension__005:
canonical: |
<p><a href="http://www.google.com/search?q=(business))+ok">www.google.com/search?q=(business))+ok</a></p>
static: |-
<p data-sourcepos="1:1-1:38" dir="auto"><a href="http://www.google.com/search?q=(business))+ok" rel="nofollow noreferrer noopener" target="_blank">www.google.com/search?q=(business))+ok</a></p>
wysiwyg: |-
<p>www.google.com/search?q=(business))+ok</p>
-06_10__inlines__autolinks_extension__06:
+06_10__inlines__autolinks_extension__006:
canonical: |
<p><a href="http://www.google.com/search?q=commonmark&amp;hl=en">www.google.com/search?q=commonmark&amp;hl=en</a></p>
<p><a href="http://www.google.com/search?q=commonmark">www.google.com/search?q=commonmark</a>&amp;hl;</p>
@@ -5704,14 +5704,14 @@
<p data-sourcepos="1:1-1:40" dir="auto"><a href="http://www.google.com/search?q=commonmark&amp;hl=en" rel="nofollow noreferrer noopener" target="_blank">www.google.com/search?q=commonmark&amp;hl=en</a></p>&#x000A;<p data-sourcepos="3:1-3:38" dir="auto"><a href="http://www.google.com/search?q=commonmark" rel="nofollow noreferrer noopener" target="_blank">www.google.com/search?q=commonmark</a>&amp;hl;</p>
wysiwyg: |-
<p>www.google.com/search?q=commonmark&amp;hl=en</p>
-06_10__inlines__autolinks_extension__07:
+06_10__inlines__autolinks_extension__007:
canonical: |
<p><a href="http://www.commonmark.org/he">www.commonmark.org/he</a>&lt;lp</p>
static: |-
<p data-sourcepos="1:1-1:24" dir="auto"><a href="http://www.commonmark.org/he" rel="nofollow noreferrer noopener" target="_blank">www.commonmark.org/he</a>&lt;lp</p>
wysiwyg: |-
<p>www.commonmark.org/he&lt;lp</p>
-06_10__inlines__autolinks_extension__08:
+06_10__inlines__autolinks_extension__008:
canonical: |
<p><a href="http://commonmark.org">http://commonmark.org</a></p>
<p>(Visit <a href="https://encrypted.google.com/search?q=Markup+(business)">https://encrypted.google.com/search?q=Markup+(business)</a>)</p>
@@ -5720,21 +5720,21 @@
<p data-sourcepos="1:1-1:21" dir="auto"><a href="http://commonmark.org" rel="nofollow noreferrer noopener" target="_blank">http://commonmark.org</a></p>&#x000A;<p data-sourcepos="3:1-3:63" dir="auto">(Visit <a href="https://encrypted.google.com/search?q=Markup+(business)" rel="nofollow noreferrer noopener" target="_blank">https://encrypted.google.com/search?q=Markup+(business)</a>)</p>&#x000A;<p data-sourcepos="5:1-5:48" dir="auto">Anonymous FTP is available at <a href="ftp://foo.bar.baz/">ftp://foo.bar.baz</a>.</p>
wysiwyg: |-
<p>http://commonmark.org</p>
-06_10__inlines__autolinks_extension__09:
+06_10__inlines__autolinks_extension__009:
canonical: |
<p><a href="mailto:foo@bar.baz">foo@bar.baz</a></p>
static: |-
<p data-sourcepos="1:1-1:11" dir="auto"><a href="mailto:foo@bar.baz">foo@bar.baz</a></p>
wysiwyg: |-
<p>foo@bar.baz</p>
-06_10__inlines__autolinks_extension__10:
+06_10__inlines__autolinks_extension__010:
canonical: |
<p>hello@mail+xyz.example isn't valid, but <a href="mailto:hello+xyz@mail.example">hello+xyz@mail.example</a> is.</p>
static: |-
<p data-sourcepos="1:1-1:66" dir="auto">hello@mail+xyz.example isn't valid, but <a href="mailto:hello+xyz@mail.example">hello+xyz@mail.example</a> is.</p>
wysiwyg: |-
<p>hello@mail+xyz.example isn't valid, but hello+xyz@mail.example is.</p>
-06_10__inlines__autolinks_extension__11:
+06_10__inlines__autolinks_extension__011:
canonical: |
<p><a href="mailto:a.b-c_d@a.b">a.b-c_d@a.b</a></p>
<p><a href="mailto:a.b-c_d@a.b">a.b-c_d@a.b</a>.</p>
@@ -5744,7 +5744,7 @@
<p data-sourcepos="1:1-1:11" dir="auto"><a href="mailto:a.b-c_d@a.b">a.b-c_d@a.b</a></p>&#x000A;<p data-sourcepos="3:1-3:12" dir="auto"><a href="mailto:a.b-c_d@a.b">a.b-c_d@a.b</a>.</p>&#x000A;<p data-sourcepos="5:1-5:12" dir="auto">a.b-c_d@a.b-</p>&#x000A;<p data-sourcepos="7:1-7:12" dir="auto">a.b-c_d@a.b_</p>
wysiwyg: |-
<p>a.b-c_d@a.b</p>
-06_11__inlines__raw_html__01:
+06_11__inlines__raw_html__001:
canonical: |
<p><a><bab><c2c></p>
static: |-
@@ -5752,7 +5752,7 @@
wysiwyg: |-
Error - check implementation:
Hast node of type "bab" not supported by this converter. Please, provide an specification.
-06_11__inlines__raw_html__02:
+06_11__inlines__raw_html__002:
canonical: |
<p><a/><b2/></p>
static: |-
@@ -5760,7 +5760,7 @@
wysiwyg: |-
Error - check implementation:
Hast node of type "b2" not supported by this converter. Please, provide an specification.
-06_11__inlines__raw_html__03:
+06_11__inlines__raw_html__003:
canonical: |
<p><a /><b2
data="foo" ></p>
@@ -5769,7 +5769,7 @@
wysiwyg: |-
Error - check implementation:
Hast node of type "b2" not supported by this converter. Please, provide an specification.
-06_11__inlines__raw_html__04:
+06_11__inlines__raw_html__004:
canonical: |
<p><a foo="bar" bam = 'baz <em>"</em>'
_boolean zoop:33=zoop:33 /></p>
@@ -5777,7 +5777,7 @@
<p data-sourcepos="1:1-2:27" dir="auto"><a></a></p>
wysiwyg: |-
<p></p>
-06_11__inlines__raw_html__05:
+06_11__inlines__raw_html__005:
canonical: |
<p>Foo <responsive-image src="foo.jpg" /></p>
static: |-
@@ -5785,28 +5785,28 @@
wysiwyg: |-
Error - check implementation:
Hast node of type "responsive-image" not supported by this converter. Please, provide an specification.
-06_11__inlines__raw_html__06:
+06_11__inlines__raw_html__006:
canonical: |
<p>&lt;33&gt; &lt;__&gt;</p>
static: |-
<p data-sourcepos="1:1-1:9" dir="auto">&lt;33&gt; &lt;__&gt;</p>
wysiwyg: |-
<p>&lt;33&gt; &lt;__&gt;</p>
-06_11__inlines__raw_html__07:
+06_11__inlines__raw_html__007:
canonical: |
<p>&lt;a h*#ref=&quot;hi&quot;&gt;</p>
static: |-
<p data-sourcepos="1:1-1:15" dir="auto">&lt;a h*#ref="hi"&gt;</p>
wysiwyg: |-
<p>&lt;a h*#ref="hi"&gt;</p>
-06_11__inlines__raw_html__08:
+06_11__inlines__raw_html__008:
canonical: |
<p>&lt;a href=&quot;hi'&gt; &lt;a href=hi'&gt;</p>
static: |-
<p data-sourcepos="1:1-1:26" dir="auto">&lt;a href="hi'&gt; &lt;a href=hi'&gt;</p>
wysiwyg: |-
<p>&lt;a href="hi'&gt; &lt;a href=hi'&gt;</p>
-06_11__inlines__raw_html__09:
+06_11__inlines__raw_html__009:
canonical: |
<p>&lt; a&gt;&lt;
foo&gt;&lt;bar/ &gt;
@@ -5819,28 +5819,28 @@
foo&gt;&lt;bar/ &gt;
&lt;foo bar=baz
bim!bop /&gt;</p>
-06_11__inlines__raw_html__10:
+06_11__inlines__raw_html__010:
canonical: |
<p>&lt;a href='bar'title=title&gt;</p>
static: |-
<p data-sourcepos="1:1-1:25" dir="auto">&lt;a href='bar'title=title&gt;</p>
wysiwyg: |-
<p>&lt;a href='bar'title=title&gt;</p>
-06_11__inlines__raw_html__11:
+06_11__inlines__raw_html__011:
canonical: |
<p></a></foo ></p>
static: |-
<p data-sourcepos="1:1-1:11" dir="auto"></p>
wysiwyg: |-
<p></p>
-06_11__inlines__raw_html__12:
+06_11__inlines__raw_html__012:
canonical: |
<p>&lt;/a href=&quot;foo&quot;&gt;</p>
static: |-
<p data-sourcepos="1:1-1:15" dir="auto">&lt;/a href="foo"&gt;</p>
wysiwyg: |-
<p>&lt;/a href="foo"&gt;</p>
-06_11__inlines__raw_html__13:
+06_11__inlines__raw_html__013:
canonical: |
<p>foo <!-- this is a
comment - with hyphen --></p>
@@ -5849,14 +5849,14 @@
wysiwyg: |-
Error - check implementation:
Hast node of type "comment" not supported by this converter. Please, provide an specification.
-06_11__inlines__raw_html__14:
+06_11__inlines__raw_html__014:
canonical: |
<p>foo &lt;!-- not a comment -- two hyphens --&gt;</p>
static: |-
<p data-sourcepos="1:1-1:41" dir="auto">foo &lt;!-- not a comment -- two hyphens --&gt;</p>
wysiwyg: |-
<p>foo &lt;!-- not a comment -- two hyphens --&gt;</p>
-06_11__inlines__raw_html__15:
+06_11__inlines__raw_html__015:
canonical: |
<p>foo &lt;!--&gt; foo --&gt;</p>
<p>foo &lt;!-- foo---&gt;</p>
@@ -5864,7 +5864,7 @@
<p data-sourcepos="1:1-1:17" dir="auto">foo &lt;!--&gt; foo --&gt;</p>&#x000A;<p data-sourcepos="3:1-3:16" dir="auto">foo &lt;!-- foo---&gt;</p>
wysiwyg: |-
<p>foo &lt;!--&gt; foo --&gt;</p>
-06_11__inlines__raw_html__16:
+06_11__inlines__raw_html__016:
canonical: |
<p>foo <?php echo $a; ?></p>
static: |-
@@ -5872,7 +5872,7 @@
wysiwyg: |-
Error - check implementation:
Hast node of type "comment" not supported by this converter. Please, provide an specification.
-06_11__inlines__raw_html__17:
+06_11__inlines__raw_html__017:
canonical: |
<p>foo <!ELEMENT br EMPTY></p>
static: |-
@@ -5880,7 +5880,7 @@
wysiwyg: |-
Error - check implementation:
Hast node of type "comment" not supported by this converter. Please, provide an specification.
-06_11__inlines__raw_html__18:
+06_11__inlines__raw_html__018:
canonical: |
<p>foo <![CDATA[>&<]]></p>
static: |-
@@ -5888,28 +5888,28 @@
wysiwyg: |-
Error - check implementation:
Hast node of type "comment" not supported by this converter. Please, provide an specification.
-06_11__inlines__raw_html__19:
+06_11__inlines__raw_html__019:
canonical: |
<p>foo <a href="&ouml;"></p>
static: |-
<p data-sourcepos="1:1-1:21" dir="auto">foo <a href="%C3%B6" rel="nofollow noreferrer noopener" target="_blank"></a></p>
wysiwyg: |-
<p>foo </p>
-06_11__inlines__raw_html__20:
+06_11__inlines__raw_html__020:
canonical: |
<p>foo <a href="\*"></p>
static: |-
<p data-sourcepos="1:1-1:17" dir="auto">foo <a href="%5C*" rel="nofollow noreferrer noopener" target="_blank"></a></p>
wysiwyg: |-
<p>foo </p>
-06_11__inlines__raw_html__21:
+06_11__inlines__raw_html__021:
canonical: |
<p>&lt;a href=&quot;&quot;&quot;&gt;</p>
static: |-
<p data-sourcepos="1:1-1:13" dir="auto">&lt;a href="""&gt;</p>
wysiwyg: |-
<p>&lt;a href="""&gt;</p>
-06_12__inlines__disallowed_raw_html_extension__01:
+06_12__inlines__disallowed_raw_html_extension__001:
canonical: |
<p><strong> &lt;title> &lt;style> <em></p>
<blockquote>
@@ -5920,7 +5920,7 @@
wysiwyg: |-
Error - check implementation:
Hast node of type "title" not supported by this converter. Please, provide an specification.
-06_13__inlines__hard_line_breaks__01:
+06_13__inlines__hard_line_breaks__001:
canonical: |
<p>foo<br />
baz</p>
@@ -5929,7 +5929,7 @@
wysiwyg: |-
<p>foo<br>
baz</p>
-06_13__inlines__hard_line_breaks__02:
+06_13__inlines__hard_line_breaks__002:
canonical: |
<p>foo<br />
baz</p>
@@ -5938,7 +5938,7 @@
wysiwyg: |-
<p>foo<br>
baz</p>
-06_13__inlines__hard_line_breaks__03:
+06_13__inlines__hard_line_breaks__003:
canonical: |
<p>foo<br />
baz</p>
@@ -5947,7 +5947,7 @@
wysiwyg: |-
<p>foo<br>
baz</p>
-06_13__inlines__hard_line_breaks__04:
+06_13__inlines__hard_line_breaks__004:
canonical: |
<p>foo<br />
bar</p>
@@ -5956,7 +5956,7 @@
wysiwyg: |-
<p>foo<br>
bar</p>
-06_13__inlines__hard_line_breaks__05:
+06_13__inlines__hard_line_breaks__005:
canonical: |
<p>foo<br />
bar</p>
@@ -5965,7 +5965,7 @@
wysiwyg: |-
<p>foo<br>
bar</p>
-06_13__inlines__hard_line_breaks__06:
+06_13__inlines__hard_line_breaks__006:
canonical: |
<p><em>foo<br />
bar</em></p>
@@ -5974,7 +5974,7 @@
wysiwyg: |-
Error - check implementation:
Cannot destructure property 'type' of 'this.stack.pop(...)' as it is undefined.
-06_13__inlines__hard_line_breaks__07:
+06_13__inlines__hard_line_breaks__007:
canonical: |
<p><em>foo<br />
bar</em></p>
@@ -5983,27 +5983,27 @@
wysiwyg: |-
Error - check implementation:
Cannot destructure property 'type' of 'this.stack.pop(...)' as it is undefined.
-06_13__inlines__hard_line_breaks__08:
+06_13__inlines__hard_line_breaks__008:
canonical: |
<p><code>code span</code></p>
static: |-
<p data-sourcepos="1:1-2:5" dir="auto"><code>code span</code></p>
wysiwyg: |-
<p><code>code span</code></p>
-06_13__inlines__hard_line_breaks__09:
+06_13__inlines__hard_line_breaks__009:
canonical: |
<p><code>code\ span</code></p>
static: |-
<p data-sourcepos="1:1-2:5" dir="auto"><code>code\ span</code></p>
wysiwyg: |-
<p><code>code\ span</code></p>
-06_13__inlines__hard_line_breaks__10:
+06_13__inlines__hard_line_breaks__010:
canonical: "<p><a href=\"foo \nbar\"></p>\n"
static: |-
<p data-sourcepos="1:1-2:5" dir="auto"><a href="foo%20%20%0Abar" rel="nofollow noreferrer noopener" target="_blank"></a></p>
wysiwyg: |-
<p></p>
-06_13__inlines__hard_line_breaks__11:
+06_13__inlines__hard_line_breaks__011:
canonical: |
<p><a href="foo\
bar"></p>
@@ -6011,35 +6011,35 @@
<p data-sourcepos="1:1-2:5" dir="auto"><a href="foo%5C%0Abar" rel="nofollow noreferrer noopener" target="_blank"></a></p>
wysiwyg: |-
<p></p>
-06_13__inlines__hard_line_breaks__12:
+06_13__inlines__hard_line_breaks__012:
canonical: |
<p>foo\</p>
static: |-
<p data-sourcepos="1:1-1:4" dir="auto">foo\</p>
wysiwyg: |-
<p>foo\</p>
-06_13__inlines__hard_line_breaks__13:
+06_13__inlines__hard_line_breaks__013:
canonical: |
<p>foo</p>
static: |-
<p data-sourcepos="1:1-1:5" dir="auto">foo</p>
wysiwyg: |-
<p>foo</p>
-06_13__inlines__hard_line_breaks__14:
+06_13__inlines__hard_line_breaks__014:
canonical: |
<h3>foo\</h3>
static: |-
<h3 data-sourcepos="1:1-1:8" dir="auto">&#x000A;<a id="user-content-foo" class="anchor" href="#foo" aria-hidden="true"></a>foo\</h3>
wysiwyg: |-
<h3>foo\</h3>
-06_13__inlines__hard_line_breaks__15:
+06_13__inlines__hard_line_breaks__015:
canonical: |
<h3>foo</h3>
static: |-
<h3 data-sourcepos="1:1-1:7" dir="auto">&#x000A;<a id="user-content-foo" class="anchor" href="#foo" aria-hidden="true"></a>foo</h3>
wysiwyg: |-
<h3>foo</h3>
-06_14__inlines__soft_line_breaks__01:
+06_14__inlines__soft_line_breaks__001:
canonical: |
<p>foo
baz</p>
@@ -6048,7 +6048,7 @@
wysiwyg: |-
<p>foo
baz</p>
-06_14__inlines__soft_line_breaks__02:
+06_14__inlines__soft_line_breaks__002:
canonical: |
<p>foo
baz</p>
@@ -6057,35 +6057,35 @@
wysiwyg: |-
<p>foo
baz</p>
-06_15__inlines__textual_content__01:
+06_15__inlines__textual_content__001:
canonical: |
<p>hello $.;'there</p>
static: |-
<p data-sourcepos="1:1-1:15" dir="auto">hello $.;'there</p>
wysiwyg: |-
<p>hello $.;'there</p>
-06_15__inlines__textual_content__02:
+06_15__inlines__textual_content__002:
canonical: |
<p>Foo χρῆν</p>
static: |-
<p data-sourcepos="1:1-1:13" dir="auto">Foo χρῆν</p>
wysiwyg: |-
<p>Foo χρῆν</p>
-06_15__inlines__textual_content__03:
+06_15__inlines__textual_content__003:
canonical: |
<p>Multiple spaces</p>
static: |-
<p data-sourcepos="1:1-1:19" dir="auto">Multiple spaces</p>
wysiwyg: |-
<p>Multiple spaces</p>
-07_01__first_gitlab_specific_section_with_examples__strong_but_with_two_asterisks__01:
+07_01__first_gitlab_specific_section_with_examples__strong_but_with_two_asterisks__001:
canonical: |
<p><strong>bold</strong></p>
static: |-
<p data-sourcepos="1:1-1:8" dir="auto"><strong>bold</strong></p>
wysiwyg: |-
<p><strong>bold</strong></p>
-08_01__second_gitlab_specific_section_with_examples__strong_but_with_html__01:
+08_01__second_gitlab_specific_section_with_examples__strong_but_with_html__001:
canonical: |
<p><strong>
bold
diff --git a/spec/fixtures/glfm/example_snapshots/markdown.yml b/spec/fixtures/glfm/example_snapshots/markdown.yml
index 8232b158050..f3a4de8e90d 100644
--- a/spec/fixtures/glfm/example_snapshots/markdown.yml
+++ b/spec/fixtures/glfm/example_snapshots/markdown.yml
@@ -1,144 +1,144 @@
---
-02_01__preliminaries__tabs__01: "\tfoo\tbaz\t\tbim\n"
-02_01__preliminaries__tabs__02: " \tfoo\tbaz\t\tbim\n"
-02_01__preliminaries__tabs__03: " a\ta\n ὐ\ta\n"
-02_01__preliminaries__tabs__04: " - foo\n\n\tbar\n"
-02_01__preliminaries__tabs__05: "- foo\n\n\t\tbar\n"
-02_01__preliminaries__tabs__06: ">\t\tfoo\n"
-02_01__preliminaries__tabs__07: "-\t\tfoo\n"
-02_01__preliminaries__tabs__08: " foo\n\tbar\n"
-02_01__preliminaries__tabs__09: " - foo\n - bar\n\t - baz\n"
-02_01__preliminaries__tabs__10: "#\tFoo\n"
-02_01__preliminaries__tabs__11: "*\t*\t*\t\n"
-03_01__blocks_and_inlines__precedence__01: |
+02_01__preliminaries__tabs__001: "\tfoo\tbaz\t\tbim\n"
+02_01__preliminaries__tabs__002: " \tfoo\tbaz\t\tbim\n"
+02_01__preliminaries__tabs__003: " a\ta\n ὐ\ta\n"
+02_01__preliminaries__tabs__004: " - foo\n\n\tbar\n"
+02_01__preliminaries__tabs__005: "- foo\n\n\t\tbar\n"
+02_01__preliminaries__tabs__006: ">\t\tfoo\n"
+02_01__preliminaries__tabs__007: "-\t\tfoo\n"
+02_01__preliminaries__tabs__008: " foo\n\tbar\n"
+02_01__preliminaries__tabs__009: " - foo\n - bar\n\t - baz\n"
+02_01__preliminaries__tabs__010: "#\tFoo\n"
+02_01__preliminaries__tabs__011: "*\t*\t*\t\n"
+03_01__blocks_and_inlines__precedence__001: |
- `one
- two`
-04_01__leaf_blocks__thematic_breaks__01: |
+04_01__leaf_blocks__thematic_breaks__001: |
***
---
___
-04_01__leaf_blocks__thematic_breaks__02: |
+04_01__leaf_blocks__thematic_breaks__002: |
+++
-04_01__leaf_blocks__thematic_breaks__03: |
+04_01__leaf_blocks__thematic_breaks__003: |
===
-04_01__leaf_blocks__thematic_breaks__04: |
+04_01__leaf_blocks__thematic_breaks__004: |
--
**
__
-04_01__leaf_blocks__thematic_breaks__05: |2
+04_01__leaf_blocks__thematic_breaks__005: |2
***
***
***
-04_01__leaf_blocks__thematic_breaks__06: |2
+04_01__leaf_blocks__thematic_breaks__006: |2
***
-04_01__leaf_blocks__thematic_breaks__07: |
+04_01__leaf_blocks__thematic_breaks__007: |
Foo
***
-04_01__leaf_blocks__thematic_breaks__08: |
+04_01__leaf_blocks__thematic_breaks__008: |
_____________________________________
-04_01__leaf_blocks__thematic_breaks__09: |2
+04_01__leaf_blocks__thematic_breaks__009: |2
- - -
-04_01__leaf_blocks__thematic_breaks__10: |2
+04_01__leaf_blocks__thematic_breaks__010: |2
** * ** * ** * **
-04_01__leaf_blocks__thematic_breaks__11: |
+04_01__leaf_blocks__thematic_breaks__011: |
- - - -
-04_01__leaf_blocks__thematic_breaks__12: "- - - - \n"
-04_01__leaf_blocks__thematic_breaks__13: |
+04_01__leaf_blocks__thematic_breaks__012: "- - - - \n"
+04_01__leaf_blocks__thematic_breaks__013: |
_ _ _ _ a
a------
---a---
-04_01__leaf_blocks__thematic_breaks__14: |2
+04_01__leaf_blocks__thematic_breaks__014: |2
*-*
-04_01__leaf_blocks__thematic_breaks__15: |
+04_01__leaf_blocks__thematic_breaks__015: |
- foo
***
- bar
-04_01__leaf_blocks__thematic_breaks__16: |
+04_01__leaf_blocks__thematic_breaks__016: |
Foo
***
bar
-04_01__leaf_blocks__thematic_breaks__17: |
+04_01__leaf_blocks__thematic_breaks__017: |
Foo
---
bar
-04_01__leaf_blocks__thematic_breaks__18: |
+04_01__leaf_blocks__thematic_breaks__018: |
* Foo
* * *
* Bar
-04_01__leaf_blocks__thematic_breaks__19: |
+04_01__leaf_blocks__thematic_breaks__019: |
- Foo
- * * *
-04_02__leaf_blocks__atx_headings__01: |
+04_02__leaf_blocks__atx_headings__001: |
# foo
## foo
### foo
#### foo
##### foo
###### foo
-04_02__leaf_blocks__atx_headings__02: |
+04_02__leaf_blocks__atx_headings__002: |
####### foo
-04_02__leaf_blocks__atx_headings__03: |
+04_02__leaf_blocks__atx_headings__003: |
#5 bolt
#hashtag
-04_02__leaf_blocks__atx_headings__04: |
+04_02__leaf_blocks__atx_headings__004: |
\## foo
-04_02__leaf_blocks__atx_headings__05: |
+04_02__leaf_blocks__atx_headings__005: |
# foo *bar* \*baz\*
-04_02__leaf_blocks__atx_headings__06: "# foo \n"
-04_02__leaf_blocks__atx_headings__07: |2
+04_02__leaf_blocks__atx_headings__006: "# foo \n"
+04_02__leaf_blocks__atx_headings__007: |2
### foo
## foo
# foo
-04_02__leaf_blocks__atx_headings__08: |2
+04_02__leaf_blocks__atx_headings__008: |2
# foo
-04_02__leaf_blocks__atx_headings__09: |
+04_02__leaf_blocks__atx_headings__009: |
foo
# bar
-04_02__leaf_blocks__atx_headings__10: |
+04_02__leaf_blocks__atx_headings__010: |
## foo ##
### bar ###
-04_02__leaf_blocks__atx_headings__11: |
+04_02__leaf_blocks__atx_headings__011: |
# foo ##################################
##### foo ##
-04_02__leaf_blocks__atx_headings__12: "### foo ### \n"
-04_02__leaf_blocks__atx_headings__13: |
+04_02__leaf_blocks__atx_headings__012: "### foo ### \n"
+04_02__leaf_blocks__atx_headings__013: |
### foo ### b
-04_02__leaf_blocks__atx_headings__14: |
+04_02__leaf_blocks__atx_headings__014: |
# foo#
-04_02__leaf_blocks__atx_headings__15: |
+04_02__leaf_blocks__atx_headings__015: |
### foo \###
## foo #\##
# foo \#
-04_02__leaf_blocks__atx_headings__16: |
+04_02__leaf_blocks__atx_headings__016: |
****
## foo
****
-04_02__leaf_blocks__atx_headings__17: |
+04_02__leaf_blocks__atx_headings__017: |
Foo bar
# baz
Bar foo
-04_02__leaf_blocks__atx_headings__18: "## \n#\n### ###\n"
-04_03__leaf_blocks__setext_headings__01: |
+04_02__leaf_blocks__atx_headings__018: "## \n#\n### ###\n"
+04_03__leaf_blocks__setext_headings__001: |
Foo *bar*
=========
Foo *bar*
---------
-04_03__leaf_blocks__setext_headings__02: |
+04_03__leaf_blocks__setext_headings__002: |
Foo *bar
baz*
====
-04_03__leaf_blocks__setext_headings__03: " Foo *bar\nbaz*\t\n====\n"
-04_03__leaf_blocks__setext_headings__04: |
+04_03__leaf_blocks__setext_headings__003: " Foo *bar\nbaz*\t\n====\n"
+04_03__leaf_blocks__setext_headings__004: |
Foo
-------------------------
Foo
=
-04_03__leaf_blocks__setext_headings__05: |2
+04_03__leaf_blocks__setext_headings__005: |2
Foo
---
@@ -147,27 +147,27 @@
Foo
===
-04_03__leaf_blocks__setext_headings__06: |2
+04_03__leaf_blocks__setext_headings__006: |2
Foo
---
Foo
---
-04_03__leaf_blocks__setext_headings__07: "Foo\n ---- \n"
-04_03__leaf_blocks__setext_headings__08: |
+04_03__leaf_blocks__setext_headings__007: "Foo\n ---- \n"
+04_03__leaf_blocks__setext_headings__008: |
Foo
---
-04_03__leaf_blocks__setext_headings__09: |
+04_03__leaf_blocks__setext_headings__009: |
Foo
= =
Foo
--- -
-04_03__leaf_blocks__setext_headings__10: "Foo \n-----\n"
-04_03__leaf_blocks__setext_headings__11: |
+04_03__leaf_blocks__setext_headings__010: "Foo \n-----\n"
+04_03__leaf_blocks__setext_headings__011: |
Foo\
----
-04_03__leaf_blocks__setext_headings__12: |
+04_03__leaf_blocks__setext_headings__012: |
`Foo
----
`
@@ -175,236 +175,236 @@
<a title="a lot
---
of dashes"/>
-04_03__leaf_blocks__setext_headings__13: |
+04_03__leaf_blocks__setext_headings__013: |
> Foo
---
-04_03__leaf_blocks__setext_headings__14: |
+04_03__leaf_blocks__setext_headings__014: |
> foo
bar
===
-04_03__leaf_blocks__setext_headings__15: |
+04_03__leaf_blocks__setext_headings__015: |
- Foo
---
-04_03__leaf_blocks__setext_headings__16: |
+04_03__leaf_blocks__setext_headings__016: |
Foo
Bar
---
-04_03__leaf_blocks__setext_headings__17: |
+04_03__leaf_blocks__setext_headings__017: |
---
Foo
---
Bar
---
Baz
-04_03__leaf_blocks__setext_headings__18: |2
+04_03__leaf_blocks__setext_headings__018: |2
====
-04_03__leaf_blocks__setext_headings__19: |
+04_03__leaf_blocks__setext_headings__019: |
---
---
-04_03__leaf_blocks__setext_headings__20: |
+04_03__leaf_blocks__setext_headings__020: |
- foo
-----
-04_03__leaf_blocks__setext_headings__21: |2
+04_03__leaf_blocks__setext_headings__021: |2
foo
---
-04_03__leaf_blocks__setext_headings__22: |
+04_03__leaf_blocks__setext_headings__022: |
> foo
-----
-04_03__leaf_blocks__setext_headings__23: |
+04_03__leaf_blocks__setext_headings__023: |
\> foo
------
-04_03__leaf_blocks__setext_headings__24: |
+04_03__leaf_blocks__setext_headings__024: |
Foo
bar
---
baz
-04_03__leaf_blocks__setext_headings__25: |
+04_03__leaf_blocks__setext_headings__025: |
Foo
bar
---
baz
-04_03__leaf_blocks__setext_headings__26: |
+04_03__leaf_blocks__setext_headings__026: |
Foo
bar
* * *
baz
-04_03__leaf_blocks__setext_headings__27: |
+04_03__leaf_blocks__setext_headings__027: |
Foo
bar
\---
baz
-04_04__leaf_blocks__indented_code_blocks__01: |2
+04_04__leaf_blocks__indented_code_blocks__001: |2
a simple
indented code block
-04_04__leaf_blocks__indented_code_blocks__02: |2
+04_04__leaf_blocks__indented_code_blocks__002: |2
- foo
bar
-04_04__leaf_blocks__indented_code_blocks__03: |
+04_04__leaf_blocks__indented_code_blocks__003: |
1. foo
- bar
-04_04__leaf_blocks__indented_code_blocks__04: |2
+04_04__leaf_blocks__indented_code_blocks__004: |2
<a/>
*hi*
- one
-04_04__leaf_blocks__indented_code_blocks__05: " chunk1\n\n chunk2\n \n \n \n
- \ chunk3\n"
-04_04__leaf_blocks__indented_code_blocks__06: " chunk1\n \n chunk2\n"
-04_04__leaf_blocks__indented_code_blocks__07: |+
+04_04__leaf_blocks__indented_code_blocks__005: " chunk1\n\n chunk2\n \n \n
+ \n chunk3\n"
+04_04__leaf_blocks__indented_code_blocks__006: " chunk1\n \n chunk2\n"
+04_04__leaf_blocks__indented_code_blocks__007: |+
Foo
bar
-04_04__leaf_blocks__indented_code_blocks__08: |2
+04_04__leaf_blocks__indented_code_blocks__008: |2
foo
bar
-04_04__leaf_blocks__indented_code_blocks__09: |
+04_04__leaf_blocks__indented_code_blocks__009: |
# Heading
foo
Heading
------
foo
----
-04_04__leaf_blocks__indented_code_blocks__10: |2
+04_04__leaf_blocks__indented_code_blocks__010: |2
foo
bar
-04_04__leaf_blocks__indented_code_blocks__11: "\n \n foo\n \n\n"
-04_04__leaf_blocks__indented_code_blocks__12: " foo \n"
-04_05__leaf_blocks__fenced_code_blocks__01: |
+04_04__leaf_blocks__indented_code_blocks__011: "\n \n foo\n \n\n"
+04_04__leaf_blocks__indented_code_blocks__012: " foo \n"
+04_05__leaf_blocks__fenced_code_blocks__001: |
```
<
>
```
-04_05__leaf_blocks__fenced_code_blocks__02: |
+04_05__leaf_blocks__fenced_code_blocks__002: |
~~~
<
>
~~~
-04_05__leaf_blocks__fenced_code_blocks__03: |
+04_05__leaf_blocks__fenced_code_blocks__003: |
``
foo
``
-04_05__leaf_blocks__fenced_code_blocks__04: |
+04_05__leaf_blocks__fenced_code_blocks__004: |
```
aaa
~~~
```
-04_05__leaf_blocks__fenced_code_blocks__05: |
+04_05__leaf_blocks__fenced_code_blocks__005: |
~~~
aaa
```
~~~
-04_05__leaf_blocks__fenced_code_blocks__06: |
+04_05__leaf_blocks__fenced_code_blocks__006: |
````
aaa
```
``````
-04_05__leaf_blocks__fenced_code_blocks__07: |
+04_05__leaf_blocks__fenced_code_blocks__007: |
~~~~
aaa
~~~
~~~~
-04_05__leaf_blocks__fenced_code_blocks__08: |
+04_05__leaf_blocks__fenced_code_blocks__008: |
```
-04_05__leaf_blocks__fenced_code_blocks__09: |
+04_05__leaf_blocks__fenced_code_blocks__009: |
`````
```
aaa
-04_05__leaf_blocks__fenced_code_blocks__10: |
+04_05__leaf_blocks__fenced_code_blocks__010: |
> ```
> aaa
bbb
-04_05__leaf_blocks__fenced_code_blocks__11: "```\n\n \n```\n"
-04_05__leaf_blocks__fenced_code_blocks__12: |
+04_05__leaf_blocks__fenced_code_blocks__011: "```\n\n \n```\n"
+04_05__leaf_blocks__fenced_code_blocks__012: |
```
```
-04_05__leaf_blocks__fenced_code_blocks__13: |2
+04_05__leaf_blocks__fenced_code_blocks__013: |2
```
aaa
aaa
```
-04_05__leaf_blocks__fenced_code_blocks__14: |2
+04_05__leaf_blocks__fenced_code_blocks__014: |2
```
aaa
aaa
aaa
```
-04_05__leaf_blocks__fenced_code_blocks__15: |2
+04_05__leaf_blocks__fenced_code_blocks__015: |2
```
aaa
aaa
aaa
```
-04_05__leaf_blocks__fenced_code_blocks__16: |2
+04_05__leaf_blocks__fenced_code_blocks__016: |2
```
aaa
```
-04_05__leaf_blocks__fenced_code_blocks__17: |
+04_05__leaf_blocks__fenced_code_blocks__017: |
```
aaa
```
-04_05__leaf_blocks__fenced_code_blocks__18: |2
+04_05__leaf_blocks__fenced_code_blocks__018: |2
```
aaa
```
-04_05__leaf_blocks__fenced_code_blocks__19: |
+04_05__leaf_blocks__fenced_code_blocks__019: |
```
aaa
```
-04_05__leaf_blocks__fenced_code_blocks__20: |
+04_05__leaf_blocks__fenced_code_blocks__020: |
``` ```
aaa
-04_05__leaf_blocks__fenced_code_blocks__21: |
+04_05__leaf_blocks__fenced_code_blocks__021: |
~~~~~~
aaa
~~~ ~~
-04_05__leaf_blocks__fenced_code_blocks__22: |
+04_05__leaf_blocks__fenced_code_blocks__022: |
foo
```
bar
```
baz
-04_05__leaf_blocks__fenced_code_blocks__23: |
+04_05__leaf_blocks__fenced_code_blocks__023: |
foo
---
~~~
bar
~~~
# baz
-04_05__leaf_blocks__fenced_code_blocks__24: |
+04_05__leaf_blocks__fenced_code_blocks__024: |
```ruby
def foo(x)
return 3
end
```
-04_05__leaf_blocks__fenced_code_blocks__25: |
+04_05__leaf_blocks__fenced_code_blocks__025: |
~~~~ ruby startline=3 $%@#$
def foo(x)
return 3
end
~~~~~~~
-04_05__leaf_blocks__fenced_code_blocks__26: |
+04_05__leaf_blocks__fenced_code_blocks__026: |
````;
````
-04_05__leaf_blocks__fenced_code_blocks__27: |
+04_05__leaf_blocks__fenced_code_blocks__027: |
``` aa ```
foo
-04_05__leaf_blocks__fenced_code_blocks__28: |
+04_05__leaf_blocks__fenced_code_blocks__028: |
~~~ aa ``` ~~~
foo
~~~
-04_05__leaf_blocks__fenced_code_blocks__29: |
+04_05__leaf_blocks__fenced_code_blocks__029: |
```
``` aaa
```
-04_06__leaf_blocks__html_blocks__01: |
+04_06__leaf_blocks__html_blocks__001: |
<table><tr><td>
<pre>
**Hello**,
@@ -412,7 +412,7 @@
_world_.
</pre>
</td></tr></table>
-04_06__leaf_blocks__html_blocks__02: |
+04_06__leaf_blocks__html_blocks__002: |
<table>
<tr>
<td>
@@ -422,80 +422,80 @@
</table>
okay.
-04_06__leaf_blocks__html_blocks__03: |2
+04_06__leaf_blocks__html_blocks__003: |2
<div>
*hello*
<foo><a>
-04_06__leaf_blocks__html_blocks__04: |
+04_06__leaf_blocks__html_blocks__004: |
</div>
*foo*
-04_06__leaf_blocks__html_blocks__05: |
+04_06__leaf_blocks__html_blocks__005: |
<DIV CLASS="foo">
*Markdown*
</DIV>
-04_06__leaf_blocks__html_blocks__06: |
+04_06__leaf_blocks__html_blocks__006: |
<div id="foo"
class="bar">
</div>
-04_06__leaf_blocks__html_blocks__07: |
+04_06__leaf_blocks__html_blocks__007: |
<div id="foo" class="bar
baz">
</div>
-04_06__leaf_blocks__html_blocks__08: |
+04_06__leaf_blocks__html_blocks__008: |
<div>
*foo*
*bar*
-04_06__leaf_blocks__html_blocks__09: |
+04_06__leaf_blocks__html_blocks__009: |
<div id="foo"
*hi*
-04_06__leaf_blocks__html_blocks__10: |
+04_06__leaf_blocks__html_blocks__010: |
<div class
foo
-04_06__leaf_blocks__html_blocks__11: |
+04_06__leaf_blocks__html_blocks__011: |
<div *???-&&&-<---
*foo*
-04_06__leaf_blocks__html_blocks__12: |
+04_06__leaf_blocks__html_blocks__012: |
<div><a href="bar">*foo*</a></div>
-04_06__leaf_blocks__html_blocks__13: |
+04_06__leaf_blocks__html_blocks__013: |
<table><tr><td>
foo
</td></tr></table>
-04_06__leaf_blocks__html_blocks__14: |
+04_06__leaf_blocks__html_blocks__014: |
<div></div>
``` c
int x = 33;
```
-04_06__leaf_blocks__html_blocks__15: |
+04_06__leaf_blocks__html_blocks__015: |
<a href="foo">
*bar*
</a>
-04_06__leaf_blocks__html_blocks__16: |
+04_06__leaf_blocks__html_blocks__016: |
<Warning>
*bar*
</Warning>
-04_06__leaf_blocks__html_blocks__17: |
+04_06__leaf_blocks__html_blocks__017: |
<i class="foo">
*bar*
</i>
-04_06__leaf_blocks__html_blocks__18: |
+04_06__leaf_blocks__html_blocks__018: |
</ins>
*bar*
-04_06__leaf_blocks__html_blocks__19: |
+04_06__leaf_blocks__html_blocks__019: |
<del>
*foo*
</del>
-04_06__leaf_blocks__html_blocks__20: |
+04_06__leaf_blocks__html_blocks__020: |
<del>
*foo*
</del>
-04_06__leaf_blocks__html_blocks__21: |
+04_06__leaf_blocks__html_blocks__021: |
<del>*foo*</del>
-04_06__leaf_blocks__html_blocks__22: |
+04_06__leaf_blocks__html_blocks__022: |
<pre language="haskell"><code>
import Text.HTML.TagSoup
@@ -503,14 +503,14 @@
main = print $ parseTags tags
</code></pre>
okay
-04_06__leaf_blocks__html_blocks__23: |
+04_06__leaf_blocks__html_blocks__023: |
<script type="text/javascript">
// JavaScript example
document.getElementById("demo").innerHTML = "Hello JavaScript!";
</script>
okay
-04_06__leaf_blocks__html_blocks__24: |
+04_06__leaf_blocks__html_blocks__024: |
<style
type="text/css">
h1 {color:red;}
@@ -518,45 +518,45 @@
p {color:blue;}
</style>
okay
-04_06__leaf_blocks__html_blocks__25: |
+04_06__leaf_blocks__html_blocks__025: |
<style
type="text/css">
foo
-04_06__leaf_blocks__html_blocks__26: |
+04_06__leaf_blocks__html_blocks__026: |
> <div>
> foo
bar
-04_06__leaf_blocks__html_blocks__27: |
+04_06__leaf_blocks__html_blocks__027: |
- <div>
- foo
-04_06__leaf_blocks__html_blocks__28: |
+04_06__leaf_blocks__html_blocks__028: |
<style>p{color:red;}</style>
*foo*
-04_06__leaf_blocks__html_blocks__29: |
+04_06__leaf_blocks__html_blocks__029: |
<!-- foo -->*bar*
*baz*
-04_06__leaf_blocks__html_blocks__30: |
+04_06__leaf_blocks__html_blocks__030: |
<script>
foo
</script>1. *bar*
-04_06__leaf_blocks__html_blocks__31: |
+04_06__leaf_blocks__html_blocks__031: |
<!-- Foo
bar
baz -->
okay
-04_06__leaf_blocks__html_blocks__32: |
+04_06__leaf_blocks__html_blocks__032: |
<?php
echo '>';
?>
okay
-04_06__leaf_blocks__html_blocks__33: |
+04_06__leaf_blocks__html_blocks__033: |
<!DOCTYPE html>
-04_06__leaf_blocks__html_blocks__34: |
+04_06__leaf_blocks__html_blocks__034: |
<![CDATA[
function matchwo(a,b)
{
@@ -570,39 +570,39 @@
}
]]>
okay
-04_06__leaf_blocks__html_blocks__35: |2
+04_06__leaf_blocks__html_blocks__035: |2
<!-- foo -->
<!-- foo -->
-04_06__leaf_blocks__html_blocks__36: |2
+04_06__leaf_blocks__html_blocks__036: |2
<div>
<div>
-04_06__leaf_blocks__html_blocks__37: |
+04_06__leaf_blocks__html_blocks__037: |
Foo
<div>
bar
</div>
-04_06__leaf_blocks__html_blocks__38: |
+04_06__leaf_blocks__html_blocks__038: |
<div>
bar
</div>
*foo*
-04_06__leaf_blocks__html_blocks__39: |
+04_06__leaf_blocks__html_blocks__039: |
Foo
<a href="bar">
baz
-04_06__leaf_blocks__html_blocks__40: |
+04_06__leaf_blocks__html_blocks__040: |
<div>
*Emphasized* text.
</div>
-04_06__leaf_blocks__html_blocks__41: |
+04_06__leaf_blocks__html_blocks__041: |
<div>
*Emphasized* text.
</div>
-04_06__leaf_blocks__html_blocks__42: |
+04_06__leaf_blocks__html_blocks__042: |
<table>
<tr>
@@ -614,7 +614,7 @@
</tr>
</table>
-04_06__leaf_blocks__html_blocks__43: |
+04_06__leaf_blocks__html_blocks__043: |
<table>
<tr>
@@ -626,23 +626,23 @@
</tr>
</table>
-04_07__leaf_blocks__link_reference_definitions__01: |
+04_07__leaf_blocks__link_reference_definitions__001: |
[foo]: /url "title"
[foo]
-04_07__leaf_blocks__link_reference_definitions__02: " [foo]: \n /url \n 'the
+04_07__leaf_blocks__link_reference_definitions__002: " [foo]: \n /url \n 'the
title' \n\n[foo]\n"
-04_07__leaf_blocks__link_reference_definitions__03: |
+04_07__leaf_blocks__link_reference_definitions__003: |
[Foo*bar\]]:my_(url) 'title (with parens)'
[Foo*bar\]]
-04_07__leaf_blocks__link_reference_definitions__04: |
+04_07__leaf_blocks__link_reference_definitions__004: |
[Foo bar]:
<my url>
'title'
[Foo bar]
-04_07__leaf_blocks__link_reference_definitions__05: |
+04_07__leaf_blocks__link_reference_definitions__005: |
[foo]: /url '
title
line1
@@ -650,91 +650,91 @@
'
[foo]
-04_07__leaf_blocks__link_reference_definitions__06: |
+04_07__leaf_blocks__link_reference_definitions__006: |
[foo]: /url 'title
with blank line'
[foo]
-04_07__leaf_blocks__link_reference_definitions__07: |
+04_07__leaf_blocks__link_reference_definitions__007: |
[foo]:
/url
[foo]
-04_07__leaf_blocks__link_reference_definitions__08: |
+04_07__leaf_blocks__link_reference_definitions__008: |
[foo]:
[foo]
-04_07__leaf_blocks__link_reference_definitions__09: |
+04_07__leaf_blocks__link_reference_definitions__009: |
[foo]: <>
[foo]
-04_07__leaf_blocks__link_reference_definitions__10: |
+04_07__leaf_blocks__link_reference_definitions__010: |
[foo]: <bar>(baz)
[foo]
-04_07__leaf_blocks__link_reference_definitions__11: |
+04_07__leaf_blocks__link_reference_definitions__011: |
[foo]: /url\bar\*baz "foo\"bar\baz"
[foo]
-04_07__leaf_blocks__link_reference_definitions__12: |
+04_07__leaf_blocks__link_reference_definitions__012: |
[foo]
[foo]: url
-04_07__leaf_blocks__link_reference_definitions__13: |
+04_07__leaf_blocks__link_reference_definitions__013: |
[foo]
[foo]: first
[foo]: second
-04_07__leaf_blocks__link_reference_definitions__14: |
+04_07__leaf_blocks__link_reference_definitions__014: |
[FOO]: /url
[Foo]
-04_07__leaf_blocks__link_reference_definitions__15: |
+04_07__leaf_blocks__link_reference_definitions__015: |
[ΑΓΩ]: /φου
[αγω]
-04_07__leaf_blocks__link_reference_definitions__16: |
+04_07__leaf_blocks__link_reference_definitions__016: |
[foo]: /url
-04_07__leaf_blocks__link_reference_definitions__17: |
+04_07__leaf_blocks__link_reference_definitions__017: |
[
foo
]: /url
bar
-04_07__leaf_blocks__link_reference_definitions__18: |
+04_07__leaf_blocks__link_reference_definitions__018: |
[foo]: /url "title" ok
-04_07__leaf_blocks__link_reference_definitions__19: |
+04_07__leaf_blocks__link_reference_definitions__019: |
[foo]: /url
"title" ok
-04_07__leaf_blocks__link_reference_definitions__20: |2
+04_07__leaf_blocks__link_reference_definitions__020: |2
[foo]: /url "title"
[foo]
-04_07__leaf_blocks__link_reference_definitions__21: |
+04_07__leaf_blocks__link_reference_definitions__021: |
```
[foo]: /url
```
[foo]
-04_07__leaf_blocks__link_reference_definitions__22: |
+04_07__leaf_blocks__link_reference_definitions__022: |
Foo
[bar]: /baz
[bar]
-04_07__leaf_blocks__link_reference_definitions__23: |
+04_07__leaf_blocks__link_reference_definitions__023: |
# [Foo]
[foo]: /url
> bar
-04_07__leaf_blocks__link_reference_definitions__24: |
+04_07__leaf_blocks__link_reference_definitions__024: |
[foo]: /url
bar
===
[foo]
-04_07__leaf_blocks__link_reference_definitions__25: |
+04_07__leaf_blocks__link_reference_definitions__025: |
[foo]: /url
===
[foo]
-04_07__leaf_blocks__link_reference_definitions__26: |
+04_07__leaf_blocks__link_reference_definitions__026: |
[foo]: /foo-url "foo"
[bar]: /bar-url
"bar"
@@ -743,211 +743,211 @@
[foo],
[bar],
[baz]
-04_07__leaf_blocks__link_reference_definitions__27: |
+04_07__leaf_blocks__link_reference_definitions__027: |
[foo]
> [foo]: /url
-04_07__leaf_blocks__link_reference_definitions__28: |
+04_07__leaf_blocks__link_reference_definitions__028: |
[foo]: /url
-04_08__leaf_blocks__paragraphs__01: |
+04_08__leaf_blocks__paragraphs__001: |
aaa
bbb
-04_08__leaf_blocks__paragraphs__02: |
+04_08__leaf_blocks__paragraphs__002: |
aaa
bbb
ccc
ddd
-04_08__leaf_blocks__paragraphs__03: |
+04_08__leaf_blocks__paragraphs__003: |
aaa
bbb
-04_08__leaf_blocks__paragraphs__04: |2
+04_08__leaf_blocks__paragraphs__004: |2
aaa
bbb
-04_08__leaf_blocks__paragraphs__05: |
+04_08__leaf_blocks__paragraphs__005: |
aaa
bbb
ccc
-04_08__leaf_blocks__paragraphs__06: |2
+04_08__leaf_blocks__paragraphs__006: |2
aaa
bbb
-04_08__leaf_blocks__paragraphs__07: |2
+04_08__leaf_blocks__paragraphs__007: |2
aaa
bbb
-04_08__leaf_blocks__paragraphs__08: "aaa \nbbb \n"
-04_09__leaf_blocks__blank_lines__01: " \n\naaa\n \n\n# aaa\n\n \n"
-04_10__leaf_blocks__tables_extension__01: |
+04_08__leaf_blocks__paragraphs__008: "aaa \nbbb \n"
+04_09__leaf_blocks__blank_lines__001: " \n\naaa\n \n\n# aaa\n\n \n"
+04_10__leaf_blocks__tables_extension__001: |
| foo | bar |
| --- | --- |
| baz | bim |
-04_10__leaf_blocks__tables_extension__02: |
+04_10__leaf_blocks__tables_extension__002: |
| abc | defghi |
:-: | -----------:
bar | baz
-04_10__leaf_blocks__tables_extension__03: |
+04_10__leaf_blocks__tables_extension__003: |
| f\|oo |
| ------ |
| b `\|` az |
| b **\|** im |
-04_10__leaf_blocks__tables_extension__04: |
+04_10__leaf_blocks__tables_extension__004: |
| abc | def |
| --- | --- |
| bar | baz |
> bar
-04_10__leaf_blocks__tables_extension__05: |
+04_10__leaf_blocks__tables_extension__005: |
| abc | def |
| --- | --- |
| bar | baz |
bar
bar
-04_10__leaf_blocks__tables_extension__06: |
+04_10__leaf_blocks__tables_extension__006: |
| abc | def |
| --- |
| bar |
-04_10__leaf_blocks__tables_extension__07: |
+04_10__leaf_blocks__tables_extension__007: |
| abc | def |
| --- | --- |
| bar |
| bar | baz | boo |
-04_10__leaf_blocks__tables_extension__08: |
+04_10__leaf_blocks__tables_extension__008: |
| abc | def |
| --- | --- |
-05_01__container_blocks__block_quotes__01: |
+05_01__container_blocks__block_quotes__001: |
> # Foo
> bar
> baz
-05_01__container_blocks__block_quotes__02: |
+05_01__container_blocks__block_quotes__002: |
># Foo
>bar
> baz
-05_01__container_blocks__block_quotes__03: |2
+05_01__container_blocks__block_quotes__003: |2
> # Foo
> bar
> baz
-05_01__container_blocks__block_quotes__04: |2
+05_01__container_blocks__block_quotes__004: |2
> # Foo
> bar
> baz
-05_01__container_blocks__block_quotes__05: |
+05_01__container_blocks__block_quotes__005: |
> # Foo
> bar
baz
-05_01__container_blocks__block_quotes__06: |
+05_01__container_blocks__block_quotes__006: |
> bar
baz
> foo
-05_01__container_blocks__block_quotes__07: |
+05_01__container_blocks__block_quotes__007: |
> foo
---
-05_01__container_blocks__block_quotes__08: |
+05_01__container_blocks__block_quotes__008: |
> - foo
- bar
-05_01__container_blocks__block_quotes__09: |
+05_01__container_blocks__block_quotes__009: |
> foo
bar
-05_01__container_blocks__block_quotes__10: |
+05_01__container_blocks__block_quotes__010: |
> ```
foo
```
-05_01__container_blocks__block_quotes__11: |
+05_01__container_blocks__block_quotes__011: |
> foo
- bar
-05_01__container_blocks__block_quotes__12: |
+05_01__container_blocks__block_quotes__012: |
>
-05_01__container_blocks__block_quotes__13: ">\n> \n> \n"
-05_01__container_blocks__block_quotes__14: ">\n> foo\n> \n"
-05_01__container_blocks__block_quotes__15: |
+05_01__container_blocks__block_quotes__013: ">\n> \n> \n"
+05_01__container_blocks__block_quotes__014: ">\n> foo\n> \n"
+05_01__container_blocks__block_quotes__015: |
> foo
> bar
-05_01__container_blocks__block_quotes__16: |
+05_01__container_blocks__block_quotes__016: |
> foo
> bar
-05_01__container_blocks__block_quotes__17: |
+05_01__container_blocks__block_quotes__017: |
> foo
>
> bar
-05_01__container_blocks__block_quotes__18: |
+05_01__container_blocks__block_quotes__018: |
foo
> bar
-05_01__container_blocks__block_quotes__19: |
+05_01__container_blocks__block_quotes__019: |
> aaa
***
> bbb
-05_01__container_blocks__block_quotes__20: |
+05_01__container_blocks__block_quotes__020: |
> bar
baz
-05_01__container_blocks__block_quotes__21: |
+05_01__container_blocks__block_quotes__021: |
> bar
baz
-05_01__container_blocks__block_quotes__22: |
+05_01__container_blocks__block_quotes__022: |
> bar
>
baz
-05_01__container_blocks__block_quotes__23: |
+05_01__container_blocks__block_quotes__023: |
> > > foo
bar
-05_01__container_blocks__block_quotes__24: |
+05_01__container_blocks__block_quotes__024: |
>>> foo
> bar
>>baz
-05_01__container_blocks__block_quotes__25: |
+05_01__container_blocks__block_quotes__025: |
> code
> not code
-05_02__container_blocks__list_items__01: |
+05_02__container_blocks__list_items__001: |
A paragraph
with two lines.
indented code
> A block quote.
-05_02__container_blocks__list_items__02: |
+05_02__container_blocks__list_items__002: |
1. A paragraph
with two lines.
indented code
> A block quote.
-05_02__container_blocks__list_items__03: |
+05_02__container_blocks__list_items__003: |
- one
two
-05_02__container_blocks__list_items__04: |
+05_02__container_blocks__list_items__004: |
- one
two
-05_02__container_blocks__list_items__05: |2
+05_02__container_blocks__list_items__005: |2
- one
two
-05_02__container_blocks__list_items__06: |2
+05_02__container_blocks__list_items__006: |2
- one
two
-05_02__container_blocks__list_items__07: |2
+05_02__container_blocks__list_items__007: |2
> > 1. one
>>
>> two
-05_02__container_blocks__list_items__08: |
+05_02__container_blocks__list_items__008: |
>>- one
>>
> > two
-05_02__container_blocks__list_items__09: |
+05_02__container_blocks__list_items__009: |
-one
2.two
-05_02__container_blocks__list_items__10: |
+05_02__container_blocks__list_items__010: |
- foo
bar
-05_02__container_blocks__list_items__11: |
+05_02__container_blocks__list_items__011: |
1. foo
```
@@ -957,62 +957,62 @@
baz
> bam
-05_02__container_blocks__list_items__12: |
+05_02__container_blocks__list_items__012: |
- Foo
bar
baz
-05_02__container_blocks__list_items__13: |
+05_02__container_blocks__list_items__013: |
123456789. ok
-05_02__container_blocks__list_items__14: |
+05_02__container_blocks__list_items__014: |
1234567890. not ok
-05_02__container_blocks__list_items__15: |
+05_02__container_blocks__list_items__015: |
0. ok
-05_02__container_blocks__list_items__16: |
+05_02__container_blocks__list_items__016: |
003. ok
-05_02__container_blocks__list_items__17: |
+05_02__container_blocks__list_items__017: |
-1. not ok
-05_02__container_blocks__list_items__18: |
+05_02__container_blocks__list_items__018: |
- foo
bar
-05_02__container_blocks__list_items__19: |2
+05_02__container_blocks__list_items__019: |2
10. foo
bar
-05_02__container_blocks__list_items__20: |2
+05_02__container_blocks__list_items__020: |2
indented code
paragraph
more code
-05_02__container_blocks__list_items__21: |
+05_02__container_blocks__list_items__021: |
1. indented code
paragraph
more code
-05_02__container_blocks__list_items__22: |
+05_02__container_blocks__list_items__022: |
1. indented code
paragraph
more code
-05_02__container_blocks__list_items__23: |2
+05_02__container_blocks__list_items__023: |2
foo
bar
-05_02__container_blocks__list_items__24: |
+05_02__container_blocks__list_items__024: |
- foo
bar
-05_02__container_blocks__list_items__25: |
+05_02__container_blocks__list_items__025: |
- foo
bar
-05_02__container_blocks__list_items__26: |
+05_02__container_blocks__list_items__026: |
-
foo
-
@@ -1021,98 +1021,98 @@
```
-
baz
-05_02__container_blocks__list_items__27: "- \n foo\n"
-05_02__container_blocks__list_items__28: |
+05_02__container_blocks__list_items__027: "- \n foo\n"
+05_02__container_blocks__list_items__028: |
-
foo
-05_02__container_blocks__list_items__29: |
+05_02__container_blocks__list_items__029: |
- foo
-
- bar
-05_02__container_blocks__list_items__30: "- foo\n- \n- bar\n"
-05_02__container_blocks__list_items__31: |
+05_02__container_blocks__list_items__030: "- foo\n- \n- bar\n"
+05_02__container_blocks__list_items__031: |
1. foo
2.
3. bar
-05_02__container_blocks__list_items__32: |
+05_02__container_blocks__list_items__032: |
*
-05_02__container_blocks__list_items__33: |
+05_02__container_blocks__list_items__033: |
foo
*
foo
1.
-05_02__container_blocks__list_items__34: |2
+05_02__container_blocks__list_items__034: |2
1. A paragraph
with two lines.
indented code
> A block quote.
-05_02__container_blocks__list_items__35: |2
+05_02__container_blocks__list_items__035: |2
1. A paragraph
with two lines.
indented code
> A block quote.
-05_02__container_blocks__list_items__36: |2
+05_02__container_blocks__list_items__036: |2
1. A paragraph
with two lines.
indented code
> A block quote.
-05_02__container_blocks__list_items__37: |2
+05_02__container_blocks__list_items__037: |2
1. A paragraph
with two lines.
indented code
> A block quote.
-05_02__container_blocks__list_items__38: |2
+05_02__container_blocks__list_items__038: |2
1. A paragraph
with two lines.
indented code
> A block quote.
-05_02__container_blocks__list_items__39: |2
+05_02__container_blocks__list_items__039: |2
1. A paragraph
with two lines.
-05_02__container_blocks__list_items__40: |
+05_02__container_blocks__list_items__040: |
> 1. > Blockquote
continued here.
-05_02__container_blocks__list_items__41: |
+05_02__container_blocks__list_items__041: |
> 1. > Blockquote
> continued here.
-05_02__container_blocks__list_items__42: |
+05_02__container_blocks__list_items__042: |
- foo
- bar
- baz
- boo
-05_02__container_blocks__list_items__43: |
+05_02__container_blocks__list_items__043: |
- foo
- bar
- baz
- boo
-05_02__container_blocks__list_items__44: |
+05_02__container_blocks__list_items__044: |
10) foo
- bar
-05_02__container_blocks__list_items__45: |
+05_02__container_blocks__list_items__045: |
10) foo
- bar
-05_02__container_blocks__list_items__46: |
+05_02__container_blocks__list_items__046: |
- - foo
-05_02__container_blocks__list_items__47: |
+05_02__container_blocks__list_items__047: |
1. - 2. foo
-05_02__container_blocks__list_items__48: |
+05_02__container_blocks__list_items__048: |
- # Foo
- Bar
---
baz
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__49: |
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__049: |
- [ ] foo
- [x] bar
- [x] foo
@@ -1122,35 +1122,35 @@
- foo
- bar
+ baz
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__50: |
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__050: |
1. foo
2. bar
3) baz
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__51: |
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__051: |
Foo
- bar
- baz
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__52: |
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__052: |
The number of windows in my house is
14. The number of doors is 6.
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__53: |
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__053: |
The number of windows in my house is
1. The number of doors is 6.
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__54: |
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__054: |
- foo
- bar
- baz
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__55: |
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__055: |
- foo
- bar
- baz
bim
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__56: |
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__056: |
- foo
- bar
@@ -1158,7 +1158,7 @@
- baz
- bim
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__57: |
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__057: |
- foo
notcode
@@ -1168,7 +1168,7 @@
<!-- -->
code
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__58: |
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__058: |
- a
- b
- c
@@ -1176,47 +1176,47 @@
- e
- f
- g
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__59: |
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__059: |
1. a
2. b
3. c
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__60: |
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__060: |
- a
- b
- c
- d
- e
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__61: |
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__061: |
1. a
2. b
3. c
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__62: |
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__062: |
- a
- b
- c
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__63: |
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__063: |
* a
*
* c
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__64: |
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__064: |
- a
- b
c
- d
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__65: |
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__065: |
- a
- b
[ref]: /url
- d
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__66: |
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__066: |
- a
- ```
b
@@ -1224,41 +1224,41 @@
```
- c
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__67: |
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__067: |
- a
- b
c
- d
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__68: |
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__068: |
* a
> b
>
* c
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__69: |
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__069: |
- a
> b
```
c
```
- d
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__70: |
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__070: |
- a
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__71: |
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__071: |
- a
- b
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__72: |
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__072: |
1. ```
foo
```
bar
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__73: |
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__073: |
* foo
* bar
baz
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__74: |
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__074: |
- a
- b
- c
@@ -1266,12 +1266,12 @@
- d
- e
- f
-06_01__inlines__01: |
+06_01__inlines__001: |
`hi`lo`
-06_02__inlines__backslash_escapes__01: |
+06_02__inlines__backslash_escapes__001: |
\!\"\#\$\%\&\'\(\)\*\+\,\-\.\/\:\;\<\=\>\?\@\[\\\]\^\_\`\{\|\}\~
-06_02__inlines__backslash_escapes__02: "\\\t\\A\\a\\ \\3\\φ\\«\n"
-06_02__inlines__backslash_escapes__03: |
+06_02__inlines__backslash_escapes__002: "\\\t\\A\\a\\ \\3\\φ\\«\n"
+06_02__inlines__backslash_escapes__003: |
\*not emphasized*
\<br/> not a tag
\[not a link](/foo)
@@ -1281,324 +1281,324 @@
\# not a heading
\[foo]: /url "not a reference"
\&ouml; not a character entity
-06_02__inlines__backslash_escapes__04: |
+06_02__inlines__backslash_escapes__004: |
\\*emphasis*
-06_02__inlines__backslash_escapes__05: |
+06_02__inlines__backslash_escapes__005: |
foo\
bar
-06_02__inlines__backslash_escapes__06: |
+06_02__inlines__backslash_escapes__006: |
`` \[\` ``
-06_02__inlines__backslash_escapes__07: |2
+06_02__inlines__backslash_escapes__007: |2
\[\]
-06_02__inlines__backslash_escapes__08: |
+06_02__inlines__backslash_escapes__008: |
~~~
\[\]
~~~
-06_02__inlines__backslash_escapes__09: |
+06_02__inlines__backslash_escapes__009: |
<http://example.com?find=\*>
-06_02__inlines__backslash_escapes__10: |
+06_02__inlines__backslash_escapes__010: |
<a href="/bar\/)">
-06_02__inlines__backslash_escapes__11: |
+06_02__inlines__backslash_escapes__011: |
[foo](/bar\* "ti\*tle")
-06_02__inlines__backslash_escapes__12: |
+06_02__inlines__backslash_escapes__012: |
[foo]
[foo]: /bar\* "ti\*tle"
-06_02__inlines__backslash_escapes__13: |
+06_02__inlines__backslash_escapes__013: |
``` foo\+bar
foo
```
-06_03__inlines__entity_and_numeric_character_references__01: |
+06_03__inlines__entity_and_numeric_character_references__001: |
&nbsp; &amp; &copy; &AElig; &Dcaron;
&frac34; &HilbertSpace; &DifferentialD;
&ClockwiseContourIntegral; &ngE;
-06_03__inlines__entity_and_numeric_character_references__02: |
+06_03__inlines__entity_and_numeric_character_references__002: |
&#35; &#1234; &#992; &#0;
-06_03__inlines__entity_and_numeric_character_references__03: |
+06_03__inlines__entity_and_numeric_character_references__003: |
&#X22; &#XD06; &#xcab;
-06_03__inlines__entity_and_numeric_character_references__04: |
+06_03__inlines__entity_and_numeric_character_references__004: |
&nbsp &x; &#; &#x;
&#987654321;
&#abcdef0;
&ThisIsNotDefined; &hi?;
-06_03__inlines__entity_and_numeric_character_references__05: |
+06_03__inlines__entity_and_numeric_character_references__005: |
&copy
-06_03__inlines__entity_and_numeric_character_references__06: |
+06_03__inlines__entity_and_numeric_character_references__006: |
&MadeUpEntity;
-06_03__inlines__entity_and_numeric_character_references__07: |
+06_03__inlines__entity_and_numeric_character_references__007: |
<a href="&ouml;&ouml;.html">
-06_03__inlines__entity_and_numeric_character_references__08: |
+06_03__inlines__entity_and_numeric_character_references__008: |
[foo](/f&ouml;&ouml; "f&ouml;&ouml;")
-06_03__inlines__entity_and_numeric_character_references__09: |
+06_03__inlines__entity_and_numeric_character_references__009: |
[foo]
[foo]: /f&ouml;&ouml; "f&ouml;&ouml;"
-06_03__inlines__entity_and_numeric_character_references__10: |
+06_03__inlines__entity_and_numeric_character_references__010: |
``` f&ouml;&ouml;
foo
```
-06_03__inlines__entity_and_numeric_character_references__11: |
+06_03__inlines__entity_and_numeric_character_references__011: |
`f&ouml;&ouml;`
-06_03__inlines__entity_and_numeric_character_references__12: |2
+06_03__inlines__entity_and_numeric_character_references__012: |2
f&ouml;f&ouml;
-06_03__inlines__entity_and_numeric_character_references__13: |
+06_03__inlines__entity_and_numeric_character_references__013: |
&#42;foo&#42;
*foo*
-06_03__inlines__entity_and_numeric_character_references__14: |
+06_03__inlines__entity_and_numeric_character_references__014: |
&#42; foo
* foo
-06_03__inlines__entity_and_numeric_character_references__15: |
+06_03__inlines__entity_and_numeric_character_references__015: |
foo&#10;&#10;bar
-06_03__inlines__entity_and_numeric_character_references__16: |
+06_03__inlines__entity_and_numeric_character_references__016: |
&#9;foo
-06_03__inlines__entity_and_numeric_character_references__17: |
+06_03__inlines__entity_and_numeric_character_references__017: |
[a](url &quot;tit&quot;)
-06_04__inlines__code_spans__01: |
+06_04__inlines__code_spans__001: |
`foo`
-06_04__inlines__code_spans__02: |
+06_04__inlines__code_spans__002: |
`` foo ` bar ``
-06_04__inlines__code_spans__03: |
+06_04__inlines__code_spans__003: |
` `` `
-06_04__inlines__code_spans__04: |
+06_04__inlines__code_spans__004: |
` `` `
-06_04__inlines__code_spans__05: |
+06_04__inlines__code_spans__005: |
` a`
-06_04__inlines__code_spans__06: |
+06_04__inlines__code_spans__006: |
` b `
-06_04__inlines__code_spans__07: |
+06_04__inlines__code_spans__007: |
` `
` `
-06_04__inlines__code_spans__08: "``\nfoo\nbar \nbaz\n``\n"
-06_04__inlines__code_spans__09: "``\nfoo \n``\n"
-06_04__inlines__code_spans__10: "`foo bar \nbaz`\n"
-06_04__inlines__code_spans__11: |
+06_04__inlines__code_spans__008: "``\nfoo\nbar \nbaz\n``\n"
+06_04__inlines__code_spans__009: "``\nfoo \n``\n"
+06_04__inlines__code_spans__010: "`foo bar \nbaz`\n"
+06_04__inlines__code_spans__011: |
`foo\`bar`
-06_04__inlines__code_spans__12: |
+06_04__inlines__code_spans__012: |
``foo`bar``
-06_04__inlines__code_spans__13: |
+06_04__inlines__code_spans__013: |
` foo `` bar `
-06_04__inlines__code_spans__14: |
+06_04__inlines__code_spans__014: |
*foo`*`
-06_04__inlines__code_spans__15: |
+06_04__inlines__code_spans__015: |
[not a `link](/foo`)
-06_04__inlines__code_spans__16: |
+06_04__inlines__code_spans__016: |
`<a href="`">`
-06_04__inlines__code_spans__17: |
+06_04__inlines__code_spans__017: |
<a href="`">`
-06_04__inlines__code_spans__18: |
+06_04__inlines__code_spans__018: |
`<http://foo.bar.`baz>`
-06_04__inlines__code_spans__19: |
+06_04__inlines__code_spans__019: |
<http://foo.bar.`baz>`
-06_04__inlines__code_spans__20: |
+06_04__inlines__code_spans__020: |
```foo``
-06_04__inlines__code_spans__21: |
+06_04__inlines__code_spans__021: |
`foo
-06_04__inlines__code_spans__22: |
+06_04__inlines__code_spans__022: |
`foo``bar``
-06_05__inlines__emphasis_and_strong_emphasis__01: |
+06_05__inlines__emphasis_and_strong_emphasis__001: |
*foo bar*
-06_05__inlines__emphasis_and_strong_emphasis__02: |
+06_05__inlines__emphasis_and_strong_emphasis__002: |
a * foo bar*
-06_05__inlines__emphasis_and_strong_emphasis__03: |
+06_05__inlines__emphasis_and_strong_emphasis__003: |
a*"foo"*
-06_05__inlines__emphasis_and_strong_emphasis__04: |
+06_05__inlines__emphasis_and_strong_emphasis__004: |
* a *
-06_05__inlines__emphasis_and_strong_emphasis__05: |
+06_05__inlines__emphasis_and_strong_emphasis__005: |
foo*bar*
-06_05__inlines__emphasis_and_strong_emphasis__06: |
+06_05__inlines__emphasis_and_strong_emphasis__006: |
5*6*78
-06_05__inlines__emphasis_and_strong_emphasis__07: |
+06_05__inlines__emphasis_and_strong_emphasis__007: |
_foo bar_
-06_05__inlines__emphasis_and_strong_emphasis__08: |
+06_05__inlines__emphasis_and_strong_emphasis__008: |
_ foo bar_
-06_05__inlines__emphasis_and_strong_emphasis__09: |
+06_05__inlines__emphasis_and_strong_emphasis__009: |
a_"foo"_
-06_05__inlines__emphasis_and_strong_emphasis__10: |
+06_05__inlines__emphasis_and_strong_emphasis__010: |
foo_bar_
-06_05__inlines__emphasis_and_strong_emphasis__11: |
+06_05__inlines__emphasis_and_strong_emphasis__011: |
5_6_78
-06_05__inlines__emphasis_and_strong_emphasis__12: |
+06_05__inlines__emphasis_and_strong_emphasis__012: |
пристаням_стремятся_
-06_05__inlines__emphasis_and_strong_emphasis__13: |
+06_05__inlines__emphasis_and_strong_emphasis__013: |
aa_"bb"_cc
-06_05__inlines__emphasis_and_strong_emphasis__14: |
+06_05__inlines__emphasis_and_strong_emphasis__014: |
foo-_(bar)_
-06_05__inlines__emphasis_and_strong_emphasis__15: |
+06_05__inlines__emphasis_and_strong_emphasis__015: |
_foo*
-06_05__inlines__emphasis_and_strong_emphasis__16: |
+06_05__inlines__emphasis_and_strong_emphasis__016: |
*foo bar *
-06_05__inlines__emphasis_and_strong_emphasis__17: |
+06_05__inlines__emphasis_and_strong_emphasis__017: |
*foo bar
*
-06_05__inlines__emphasis_and_strong_emphasis__18: |
+06_05__inlines__emphasis_and_strong_emphasis__018: |
*(*foo)
-06_05__inlines__emphasis_and_strong_emphasis__19: |
+06_05__inlines__emphasis_and_strong_emphasis__019: |
*(*foo*)*
-06_05__inlines__emphasis_and_strong_emphasis__20: |
+06_05__inlines__emphasis_and_strong_emphasis__020: |
*foo*bar
-06_05__inlines__emphasis_and_strong_emphasis__21: |
+06_05__inlines__emphasis_and_strong_emphasis__021: |
_foo bar _
-06_05__inlines__emphasis_and_strong_emphasis__22: |
+06_05__inlines__emphasis_and_strong_emphasis__022: |
_(_foo)
-06_05__inlines__emphasis_and_strong_emphasis__23: |
+06_05__inlines__emphasis_and_strong_emphasis__023: |
_(_foo_)_
-06_05__inlines__emphasis_and_strong_emphasis__24: |
+06_05__inlines__emphasis_and_strong_emphasis__024: |
_foo_bar
-06_05__inlines__emphasis_and_strong_emphasis__25: |
+06_05__inlines__emphasis_and_strong_emphasis__025: |
_пристаням_стремятся
-06_05__inlines__emphasis_and_strong_emphasis__26: |
+06_05__inlines__emphasis_and_strong_emphasis__026: |
_foo_bar_baz_
-06_05__inlines__emphasis_and_strong_emphasis__27: |
+06_05__inlines__emphasis_and_strong_emphasis__027: |
_(bar)_.
-06_05__inlines__emphasis_and_strong_emphasis__28: |
+06_05__inlines__emphasis_and_strong_emphasis__028: |
**foo bar**
-06_05__inlines__emphasis_and_strong_emphasis__29: |
+06_05__inlines__emphasis_and_strong_emphasis__029: |
** foo bar**
-06_05__inlines__emphasis_and_strong_emphasis__30: |
+06_05__inlines__emphasis_and_strong_emphasis__030: |
a**"foo"**
-06_05__inlines__emphasis_and_strong_emphasis__31: |
+06_05__inlines__emphasis_and_strong_emphasis__031: |
foo**bar**
-06_05__inlines__emphasis_and_strong_emphasis__32: |
+06_05__inlines__emphasis_and_strong_emphasis__032: |
__foo bar__
-06_05__inlines__emphasis_and_strong_emphasis__33: |
+06_05__inlines__emphasis_and_strong_emphasis__033: |
__ foo bar__
-06_05__inlines__emphasis_and_strong_emphasis__34: |
+06_05__inlines__emphasis_and_strong_emphasis__034: |
__
foo bar__
-06_05__inlines__emphasis_and_strong_emphasis__35: |
+06_05__inlines__emphasis_and_strong_emphasis__035: |
a__"foo"__
-06_05__inlines__emphasis_and_strong_emphasis__36: |
+06_05__inlines__emphasis_and_strong_emphasis__036: |
foo__bar__
-06_05__inlines__emphasis_and_strong_emphasis__37: |
+06_05__inlines__emphasis_and_strong_emphasis__037: |
5__6__78
-06_05__inlines__emphasis_and_strong_emphasis__38: |
+06_05__inlines__emphasis_and_strong_emphasis__038: |
пристаням__стремятся__
-06_05__inlines__emphasis_and_strong_emphasis__39: |
+06_05__inlines__emphasis_and_strong_emphasis__039: |
__foo, __bar__, baz__
-06_05__inlines__emphasis_and_strong_emphasis__40: |
+06_05__inlines__emphasis_and_strong_emphasis__040: |
foo-__(bar)__
-06_05__inlines__emphasis_and_strong_emphasis__41: |
+06_05__inlines__emphasis_and_strong_emphasis__041: |
**foo bar **
-06_05__inlines__emphasis_and_strong_emphasis__42: |
+06_05__inlines__emphasis_and_strong_emphasis__042: |
**(**foo)
-06_05__inlines__emphasis_and_strong_emphasis__43: |
+06_05__inlines__emphasis_and_strong_emphasis__043: |
*(**foo**)*
-06_05__inlines__emphasis_and_strong_emphasis__44: |
+06_05__inlines__emphasis_and_strong_emphasis__044: |
**Gomphocarpus (*Gomphocarpus physocarpus*, syn.
*Asclepias physocarpa*)**
-06_05__inlines__emphasis_and_strong_emphasis__45: |
+06_05__inlines__emphasis_and_strong_emphasis__045: |
**foo "*bar*" foo**
-06_05__inlines__emphasis_and_strong_emphasis__46: |
+06_05__inlines__emphasis_and_strong_emphasis__046: |
**foo**bar
-06_05__inlines__emphasis_and_strong_emphasis__47: |
+06_05__inlines__emphasis_and_strong_emphasis__047: |
__foo bar __
-06_05__inlines__emphasis_and_strong_emphasis__48: |
+06_05__inlines__emphasis_and_strong_emphasis__048: |
__(__foo)
-06_05__inlines__emphasis_and_strong_emphasis__49: |
+06_05__inlines__emphasis_and_strong_emphasis__049: |
_(__foo__)_
-06_05__inlines__emphasis_and_strong_emphasis__50: |
+06_05__inlines__emphasis_and_strong_emphasis__050: |
__foo__bar
-06_05__inlines__emphasis_and_strong_emphasis__51: |
+06_05__inlines__emphasis_and_strong_emphasis__051: |
__пристаням__стремятся
-06_05__inlines__emphasis_and_strong_emphasis__52: |
+06_05__inlines__emphasis_and_strong_emphasis__052: |
__foo__bar__baz__
-06_05__inlines__emphasis_and_strong_emphasis__53: |
+06_05__inlines__emphasis_and_strong_emphasis__053: |
__(bar)__.
-06_05__inlines__emphasis_and_strong_emphasis__54: |
+06_05__inlines__emphasis_and_strong_emphasis__054: |
*foo [bar](/url)*
-06_05__inlines__emphasis_and_strong_emphasis__55: |
+06_05__inlines__emphasis_and_strong_emphasis__055: |
*foo
bar*
-06_05__inlines__emphasis_and_strong_emphasis__56: |
+06_05__inlines__emphasis_and_strong_emphasis__056: |
_foo __bar__ baz_
-06_05__inlines__emphasis_and_strong_emphasis__57: |
+06_05__inlines__emphasis_and_strong_emphasis__057: |
_foo _bar_ baz_
-06_05__inlines__emphasis_and_strong_emphasis__58: |
+06_05__inlines__emphasis_and_strong_emphasis__058: |
__foo_ bar_
-06_05__inlines__emphasis_and_strong_emphasis__59: |
+06_05__inlines__emphasis_and_strong_emphasis__059: |
*foo *bar**
-06_05__inlines__emphasis_and_strong_emphasis__60: |
+06_05__inlines__emphasis_and_strong_emphasis__060: |
*foo **bar** baz*
-06_05__inlines__emphasis_and_strong_emphasis__61: |
+06_05__inlines__emphasis_and_strong_emphasis__061: |
*foo**bar**baz*
-06_05__inlines__emphasis_and_strong_emphasis__62: |
+06_05__inlines__emphasis_and_strong_emphasis__062: |
*foo**bar*
-06_05__inlines__emphasis_and_strong_emphasis__63: |
+06_05__inlines__emphasis_and_strong_emphasis__063: |
***foo** bar*
-06_05__inlines__emphasis_and_strong_emphasis__64: |
+06_05__inlines__emphasis_and_strong_emphasis__064: |
*foo **bar***
-06_05__inlines__emphasis_and_strong_emphasis__65: |
+06_05__inlines__emphasis_and_strong_emphasis__065: |
*foo**bar***
-06_05__inlines__emphasis_and_strong_emphasis__66: |
+06_05__inlines__emphasis_and_strong_emphasis__066: |
foo***bar***baz
-06_05__inlines__emphasis_and_strong_emphasis__67: |
+06_05__inlines__emphasis_and_strong_emphasis__067: |
foo******bar*********baz
-06_05__inlines__emphasis_and_strong_emphasis__68: |
+06_05__inlines__emphasis_and_strong_emphasis__068: |
*foo **bar *baz* bim** bop*
-06_05__inlines__emphasis_and_strong_emphasis__69: |
+06_05__inlines__emphasis_and_strong_emphasis__069: |
*foo [*bar*](/url)*
-06_05__inlines__emphasis_and_strong_emphasis__70: |
+06_05__inlines__emphasis_and_strong_emphasis__070: |
** is not an empty emphasis
-06_05__inlines__emphasis_and_strong_emphasis__71: |
+06_05__inlines__emphasis_and_strong_emphasis__071: |
**** is not an empty strong emphasis
-06_05__inlines__emphasis_and_strong_emphasis__72: |
+06_05__inlines__emphasis_and_strong_emphasis__072: |
**foo [bar](/url)**
-06_05__inlines__emphasis_and_strong_emphasis__73: |
+06_05__inlines__emphasis_and_strong_emphasis__073: |
**foo
bar**
-06_05__inlines__emphasis_and_strong_emphasis__74: |
+06_05__inlines__emphasis_and_strong_emphasis__074: |
__foo _bar_ baz__
-06_05__inlines__emphasis_and_strong_emphasis__75: |
+06_05__inlines__emphasis_and_strong_emphasis__075: |
__foo __bar__ baz__
-06_05__inlines__emphasis_and_strong_emphasis__76: |
+06_05__inlines__emphasis_and_strong_emphasis__076: |
____foo__ bar__
-06_05__inlines__emphasis_and_strong_emphasis__77: |
+06_05__inlines__emphasis_and_strong_emphasis__077: |
**foo **bar****
-06_05__inlines__emphasis_and_strong_emphasis__78: |
+06_05__inlines__emphasis_and_strong_emphasis__078: |
**foo *bar* baz**
-06_05__inlines__emphasis_and_strong_emphasis__79: |
+06_05__inlines__emphasis_and_strong_emphasis__079: |
**foo*bar*baz**
-06_05__inlines__emphasis_and_strong_emphasis__80: |
+06_05__inlines__emphasis_and_strong_emphasis__080: |
***foo* bar**
-06_05__inlines__emphasis_and_strong_emphasis__81: |
+06_05__inlines__emphasis_and_strong_emphasis__081: |
**foo *bar***
-06_05__inlines__emphasis_and_strong_emphasis__82: |
+06_05__inlines__emphasis_and_strong_emphasis__082: |
**foo *bar **baz**
bim* bop**
-06_05__inlines__emphasis_and_strong_emphasis__83: |
+06_05__inlines__emphasis_and_strong_emphasis__083: |
**foo [*bar*](/url)**
-06_05__inlines__emphasis_and_strong_emphasis__84: |
+06_05__inlines__emphasis_and_strong_emphasis__084: |
__ is not an empty emphasis
-06_05__inlines__emphasis_and_strong_emphasis__85: |
+06_05__inlines__emphasis_and_strong_emphasis__085: |
____ is not an empty strong emphasis
-06_05__inlines__emphasis_and_strong_emphasis__86: |
+06_05__inlines__emphasis_and_strong_emphasis__086: |
foo ***
-06_05__inlines__emphasis_and_strong_emphasis__87: |
+06_05__inlines__emphasis_and_strong_emphasis__087: |
foo *\**
-06_05__inlines__emphasis_and_strong_emphasis__88: |
+06_05__inlines__emphasis_and_strong_emphasis__088: |
foo *_*
-06_05__inlines__emphasis_and_strong_emphasis__89: |
+06_05__inlines__emphasis_and_strong_emphasis__089: |
foo *****
-06_05__inlines__emphasis_and_strong_emphasis__90: |
+06_05__inlines__emphasis_and_strong_emphasis__090: |
foo **\***
-06_05__inlines__emphasis_and_strong_emphasis__91: |
+06_05__inlines__emphasis_and_strong_emphasis__091: |
foo **_**
-06_05__inlines__emphasis_and_strong_emphasis__92: |
+06_05__inlines__emphasis_and_strong_emphasis__092: |
**foo*
-06_05__inlines__emphasis_and_strong_emphasis__93: |
+06_05__inlines__emphasis_and_strong_emphasis__093: |
*foo**
-06_05__inlines__emphasis_and_strong_emphasis__94: |
+06_05__inlines__emphasis_and_strong_emphasis__094: |
***foo**
-06_05__inlines__emphasis_and_strong_emphasis__95: |
+06_05__inlines__emphasis_and_strong_emphasis__095: |
****foo*
-06_05__inlines__emphasis_and_strong_emphasis__96: |
+06_05__inlines__emphasis_and_strong_emphasis__096: |
**foo***
-06_05__inlines__emphasis_and_strong_emphasis__97: |
+06_05__inlines__emphasis_and_strong_emphasis__097: |
*foo****
-06_05__inlines__emphasis_and_strong_emphasis__98: |
+06_05__inlines__emphasis_and_strong_emphasis__098: |
foo ___
-06_05__inlines__emphasis_and_strong_emphasis__99: |
+06_05__inlines__emphasis_and_strong_emphasis__099: |
foo _\__
06_05__inlines__emphasis_and_strong_emphasis__100: |
foo _*_
@@ -1664,411 +1664,411 @@
**a<http://foo.bar/?q=**>
06_05__inlines__emphasis_and_strong_emphasis__131: |
__a<http://foo.bar/?q=__>
-06_06__inlines__strikethrough_extension__01: |
+06_06__inlines__strikethrough_extension__001: |
~~Hi~~ Hello, world!
-06_06__inlines__strikethrough_extension__02: |
+06_06__inlines__strikethrough_extension__002: |
This ~~has a
new paragraph~~.
-06_07__inlines__links__01: |
+06_07__inlines__links__001: |
[link](/uri "title")
-06_07__inlines__links__02: |
+06_07__inlines__links__002: |
[link](/uri)
-06_07__inlines__links__03: |
+06_07__inlines__links__003: |
[link]()
-06_07__inlines__links__04: |
+06_07__inlines__links__004: |
[link](<>)
-06_07__inlines__links__05: |
+06_07__inlines__links__005: |
[link](/my uri)
-06_07__inlines__links__06: |
+06_07__inlines__links__006: |
[link](</my uri>)
-06_07__inlines__links__07: |
+06_07__inlines__links__007: |
[link](foo
bar)
-06_07__inlines__links__08: |
+06_07__inlines__links__008: |
[link](<foo
bar>)
-06_07__inlines__links__09: |
+06_07__inlines__links__009: |
[a](<b)c>)
-06_07__inlines__links__10: |
+06_07__inlines__links__010: |
[link](<foo\>)
-06_07__inlines__links__11: |
+06_07__inlines__links__011: |
[a](<b)c
[a](<b)c>
[a](<b>c)
-06_07__inlines__links__12: |
+06_07__inlines__links__012: |
[link](\(foo\))
-06_07__inlines__links__13: |
+06_07__inlines__links__013: |
[link](foo(and(bar)))
-06_07__inlines__links__14: |
+06_07__inlines__links__014: |
[link](foo\(and\(bar\))
-06_07__inlines__links__15: |
+06_07__inlines__links__015: |
[link](<foo(and(bar)>)
-06_07__inlines__links__16: |
+06_07__inlines__links__016: |
[link](foo\)\:)
-06_07__inlines__links__17: |
+06_07__inlines__links__017: |
[link](#fragment)
[link](http://example.com#fragment)
[link](http://example.com?foo=3#frag)
-06_07__inlines__links__18: |
+06_07__inlines__links__018: |
[link](foo\bar)
-06_07__inlines__links__19: |
+06_07__inlines__links__019: |
[link](foo%20b&auml;)
-06_07__inlines__links__20: |
+06_07__inlines__links__020: |
[link]("title")
-06_07__inlines__links__21: |
+06_07__inlines__links__021: |
[link](/url "title")
[link](/url 'title')
[link](/url (title))
-06_07__inlines__links__22: |
+06_07__inlines__links__022: |
[link](/url "title \"&quot;")
-06_07__inlines__links__23: |
+06_07__inlines__links__023: |
[link](/url "title")
-06_07__inlines__links__24: |
+06_07__inlines__links__024: |
[link](/url "title "and" title")
-06_07__inlines__links__25: |
+06_07__inlines__links__025: |
[link](/url 'title "and" title')
-06_07__inlines__links__26: |
+06_07__inlines__links__026: |
[link]( /uri
"title" )
-06_07__inlines__links__27: |
+06_07__inlines__links__027: |
[link] (/uri)
-06_07__inlines__links__28: |
+06_07__inlines__links__028: |
[link [foo [bar]]](/uri)
-06_07__inlines__links__29: |
+06_07__inlines__links__029: |
[link] bar](/uri)
-06_07__inlines__links__30: |
+06_07__inlines__links__030: |
[link [bar](/uri)
-06_07__inlines__links__31: |
+06_07__inlines__links__031: |
[link \[bar](/uri)
-06_07__inlines__links__32: |
+06_07__inlines__links__032: |
[link *foo **bar** `#`*](/uri)
-06_07__inlines__links__33: |
+06_07__inlines__links__033: |
[![moon](moon.jpg)](/uri)
-06_07__inlines__links__34: |
+06_07__inlines__links__034: |
[foo [bar](/uri)](/uri)
-06_07__inlines__links__35: |
+06_07__inlines__links__035: |
[foo *[bar [baz](/uri)](/uri)*](/uri)
-06_07__inlines__links__36: |
+06_07__inlines__links__036: |
![[[foo](uri1)](uri2)](uri3)
-06_07__inlines__links__37: |
+06_07__inlines__links__037: |
*[foo*](/uri)
-06_07__inlines__links__38: |
+06_07__inlines__links__038: |
[foo *bar](baz*)
-06_07__inlines__links__39: |
+06_07__inlines__links__039: |
*foo [bar* baz]
-06_07__inlines__links__40: |
+06_07__inlines__links__040: |
[foo <bar attr="](baz)">
-06_07__inlines__links__41: |
+06_07__inlines__links__041: |
[foo`](/uri)`
-06_07__inlines__links__42: |
+06_07__inlines__links__042: |
[foo<http://example.com/?search=](uri)>
-06_07__inlines__links__43: |
+06_07__inlines__links__043: |
[foo][bar]
[bar]: /url "title"
-06_07__inlines__links__44: |
+06_07__inlines__links__044: |
[link [foo [bar]]][ref]
[ref]: /uri
-06_07__inlines__links__45: |
+06_07__inlines__links__045: |
[link \[bar][ref]
[ref]: /uri
-06_07__inlines__links__46: |
+06_07__inlines__links__046: |
[link *foo **bar** `#`*][ref]
[ref]: /uri
-06_07__inlines__links__47: |
+06_07__inlines__links__047: |
[![moon](moon.jpg)][ref]
[ref]: /uri
-06_07__inlines__links__48: |
+06_07__inlines__links__048: |
[foo [bar](/uri)][ref]
[ref]: /uri
-06_07__inlines__links__49: |
+06_07__inlines__links__049: |
[foo *bar [baz][ref]*][ref]
[ref]: /uri
-06_07__inlines__links__50: |
+06_07__inlines__links__050: |
*[foo*][ref]
[ref]: /uri
-06_07__inlines__links__51: |
+06_07__inlines__links__051: |
[foo *bar][ref]
[ref]: /uri
-06_07__inlines__links__52: |
+06_07__inlines__links__052: |
[foo <bar attr="][ref]">
[ref]: /uri
-06_07__inlines__links__53: |
+06_07__inlines__links__053: |
[foo`][ref]`
[ref]: /uri
-06_07__inlines__links__54: |
+06_07__inlines__links__054: |
[foo<http://example.com/?search=][ref]>
[ref]: /uri
-06_07__inlines__links__55: |
+06_07__inlines__links__055: |
[foo][BaR]
[bar]: /url "title"
-06_07__inlines__links__56: |
+06_07__inlines__links__056: |
[Толпой][Толпой] is a Russian word.
[ТОЛПОЙ]: /url
-06_07__inlines__links__57: |
+06_07__inlines__links__057: |
[Foo
bar]: /url
[Baz][Foo bar]
-06_07__inlines__links__58: |
+06_07__inlines__links__058: |
[foo] [bar]
[bar]: /url "title"
-06_07__inlines__links__59: |
+06_07__inlines__links__059: |
[foo]
[bar]
[bar]: /url "title"
-06_07__inlines__links__60: |
+06_07__inlines__links__060: |
[foo]: /url1
[foo]: /url2
[bar][foo]
-06_07__inlines__links__61: |
+06_07__inlines__links__061: |
[bar][foo\!]
[foo!]: /url
-06_07__inlines__links__62: |
+06_07__inlines__links__062: |
[foo][ref[]
[ref[]: /uri
-06_07__inlines__links__63: |
+06_07__inlines__links__063: |
[foo][ref[bar]]
[ref[bar]]: /uri
-06_07__inlines__links__64: |
+06_07__inlines__links__064: |
[[[foo]]]
[[[foo]]]: /url
-06_07__inlines__links__65: |
+06_07__inlines__links__065: |
[foo][ref\[]
[ref\[]: /uri
-06_07__inlines__links__66: |
+06_07__inlines__links__066: |
[bar\\]: /uri
[bar\\]
-06_07__inlines__links__67: |
+06_07__inlines__links__067: |
[]
[]: /uri
-06_07__inlines__links__68: |
+06_07__inlines__links__068: |
[
]
[
]: /uri
-06_07__inlines__links__69: |
+06_07__inlines__links__069: |
[foo][]
[foo]: /url "title"
-06_07__inlines__links__70: |
+06_07__inlines__links__070: |
[*foo* bar][]
[*foo* bar]: /url "title"
-06_07__inlines__links__71: |
+06_07__inlines__links__071: |
[Foo][]
[foo]: /url "title"
-06_07__inlines__links__72: "[foo] \n[]\n\n[foo]: /url \"title\"\n"
-06_07__inlines__links__73: |
+06_07__inlines__links__072: "[foo] \n[]\n\n[foo]: /url \"title\"\n"
+06_07__inlines__links__073: |
[foo]
[foo]: /url "title"
-06_07__inlines__links__74: |
+06_07__inlines__links__074: |
[*foo* bar]
[*foo* bar]: /url "title"
-06_07__inlines__links__75: |
+06_07__inlines__links__075: |
[[*foo* bar]]
[*foo* bar]: /url "title"
-06_07__inlines__links__76: |
+06_07__inlines__links__076: |
[[bar [foo]
[foo]: /url
-06_07__inlines__links__77: |
+06_07__inlines__links__077: |
[Foo]
[foo]: /url "title"
-06_07__inlines__links__78: |
+06_07__inlines__links__078: |
[foo] bar
[foo]: /url
-06_07__inlines__links__79: |
+06_07__inlines__links__079: |
\[foo]
[foo]: /url "title"
-06_07__inlines__links__80: |
+06_07__inlines__links__080: |
[foo*]: /url
*[foo*]
-06_07__inlines__links__81: |
+06_07__inlines__links__081: |
[foo][bar]
[foo]: /url1
[bar]: /url2
-06_07__inlines__links__82: |
+06_07__inlines__links__082: |
[foo][]
[foo]: /url1
-06_07__inlines__links__83: |
+06_07__inlines__links__083: |
[foo]()
[foo]: /url1
-06_07__inlines__links__84: |
+06_07__inlines__links__084: |
[foo](not a link)
[foo]: /url1
-06_07__inlines__links__85: |
+06_07__inlines__links__085: |
[foo][bar][baz]
[baz]: /url
-06_07__inlines__links__86: |
+06_07__inlines__links__086: |
[foo][bar][baz]
[baz]: /url1
[bar]: /url2
-06_07__inlines__links__87: |
+06_07__inlines__links__087: |
[foo][bar][baz]
[baz]: /url1
[foo]: /url2
-06_08__inlines__images__01: |
+06_08__inlines__images__001: |
![foo](/url "title")
-06_08__inlines__images__02: |
+06_08__inlines__images__002: |
![foo *bar*]
[foo *bar*]: train.jpg "train & tracks"
-06_08__inlines__images__03: |
+06_08__inlines__images__003: |
![foo ![bar](/url)](/url2)
-06_08__inlines__images__04: |
+06_08__inlines__images__004: |
![foo [bar](/url)](/url2)
-06_08__inlines__images__05: |
+06_08__inlines__images__005: |
![foo *bar*][]
[foo *bar*]: train.jpg "train & tracks"
-06_08__inlines__images__06: |
+06_08__inlines__images__006: |
![foo *bar*][foobar]
[FOOBAR]: train.jpg "train & tracks"
-06_08__inlines__images__07: |
+06_08__inlines__images__007: |
![foo](train.jpg)
-06_08__inlines__images__08: |
+06_08__inlines__images__008: |
My ![foo bar](/path/to/train.jpg "title" )
-06_08__inlines__images__09: |
+06_08__inlines__images__009: |
![foo](<url>)
-06_08__inlines__images__10: |
+06_08__inlines__images__010: |
![](/url)
-06_08__inlines__images__11: |
+06_08__inlines__images__011: |
![foo][bar]
[bar]: /url
-06_08__inlines__images__12: |
+06_08__inlines__images__012: |
![foo][bar]
[BAR]: /url
-06_08__inlines__images__13: |
+06_08__inlines__images__013: |
![foo][]
[foo]: /url "title"
-06_08__inlines__images__14: |
+06_08__inlines__images__014: |
![*foo* bar][]
[*foo* bar]: /url "title"
-06_08__inlines__images__15: |
+06_08__inlines__images__015: |
![Foo][]
[foo]: /url "title"
-06_08__inlines__images__16: "![foo] \n[]\n\n[foo]: /url \"title\"\n"
-06_08__inlines__images__17: |
+06_08__inlines__images__016: "![foo] \n[]\n\n[foo]: /url \"title\"\n"
+06_08__inlines__images__017: |
![foo]
[foo]: /url "title"
-06_08__inlines__images__18: |
+06_08__inlines__images__018: |
![*foo* bar]
[*foo* bar]: /url "title"
-06_08__inlines__images__19: |
+06_08__inlines__images__019: |
![[foo]]
[[foo]]: /url "title"
-06_08__inlines__images__20: |
+06_08__inlines__images__020: |
![Foo]
[foo]: /url "title"
-06_08__inlines__images__21: |
+06_08__inlines__images__021: |
!\[foo]
[foo]: /url "title"
-06_08__inlines__images__22: |
+06_08__inlines__images__022: |
\![foo]
[foo]: /url "title"
-06_09__inlines__autolinks__01: |
+06_09__inlines__autolinks__001: |
<http://foo.bar.baz>
-06_09__inlines__autolinks__02: |
+06_09__inlines__autolinks__002: |
<http://foo.bar.baz/test?q=hello&id=22&boolean>
-06_09__inlines__autolinks__03: |
+06_09__inlines__autolinks__003: |
<irc://foo.bar:2233/baz>
-06_09__inlines__autolinks__04: |
+06_09__inlines__autolinks__004: |
<MAILTO:FOO@BAR.BAZ>
-06_09__inlines__autolinks__05: |
+06_09__inlines__autolinks__005: |
<a+b+c:d>
-06_09__inlines__autolinks__06: |
+06_09__inlines__autolinks__006: |
<made-up-scheme://foo,bar>
-06_09__inlines__autolinks__07: |
+06_09__inlines__autolinks__007: |
<http://../>
-06_09__inlines__autolinks__08: |
+06_09__inlines__autolinks__008: |
<localhost:5001/foo>
-06_09__inlines__autolinks__09: |
+06_09__inlines__autolinks__009: |
<http://foo.bar/baz bim>
-06_09__inlines__autolinks__10: |
+06_09__inlines__autolinks__010: |
<http://example.com/\[\>
-06_09__inlines__autolinks__11: |
+06_09__inlines__autolinks__011: |
<foo@bar.example.com>
-06_09__inlines__autolinks__12: |
+06_09__inlines__autolinks__012: |
<foo+special@Bar.baz-bar0.com>
-06_09__inlines__autolinks__13: |
+06_09__inlines__autolinks__013: |
<foo\+@bar.example.com>
-06_09__inlines__autolinks__14: |
+06_09__inlines__autolinks__014: |
<>
-06_09__inlines__autolinks__15: |
+06_09__inlines__autolinks__015: |
< http://foo.bar >
-06_09__inlines__autolinks__16: |
+06_09__inlines__autolinks__016: |
<m:abc>
-06_09__inlines__autolinks__17: |
+06_09__inlines__autolinks__017: |
<foo.bar.baz>
-06_09__inlines__autolinks__18: |
+06_09__inlines__autolinks__018: |
http://example.com
-06_09__inlines__autolinks__19: |
+06_09__inlines__autolinks__019: |
foo@bar.example.com
-06_10__inlines__autolinks_extension__01: |
+06_10__inlines__autolinks_extension__001: |
www.commonmark.org
-06_10__inlines__autolinks_extension__02: |
+06_10__inlines__autolinks_extension__002: |
Visit www.commonmark.org/help for more information.
-06_10__inlines__autolinks_extension__03: |
+06_10__inlines__autolinks_extension__003: |
Visit www.commonmark.org.
Visit www.commonmark.org/a.b.
-06_10__inlines__autolinks_extension__04: |
+06_10__inlines__autolinks_extension__004: |
www.google.com/search?q=Markup+(business)
www.google.com/search?q=Markup+(business)))
@@ -2076,25 +2076,25 @@
(www.google.com/search?q=Markup+(business))
(www.google.com/search?q=Markup+(business)
-06_10__inlines__autolinks_extension__05: |
+06_10__inlines__autolinks_extension__005: |
www.google.com/search?q=(business))+ok
-06_10__inlines__autolinks_extension__06: |
+06_10__inlines__autolinks_extension__006: |
www.google.com/search?q=commonmark&hl=en
www.google.com/search?q=commonmark&hl;
-06_10__inlines__autolinks_extension__07: |
+06_10__inlines__autolinks_extension__007: |
www.commonmark.org/he<lp
-06_10__inlines__autolinks_extension__08: |
+06_10__inlines__autolinks_extension__008: |
http://commonmark.org
(Visit https://encrypted.google.com/search?q=Markup+(business))
Anonymous FTP is available at ftp://foo.bar.baz.
-06_10__inlines__autolinks_extension__09: |
+06_10__inlines__autolinks_extension__009: |
foo@bar.baz
-06_10__inlines__autolinks_extension__10: |
+06_10__inlines__autolinks_extension__010: |
hello@mail+xyz.example isn't valid, but hello+xyz@mail.example is.
-06_10__inlines__autolinks_extension__11: |
+06_10__inlines__autolinks_extension__011: |
a.b-c_d@a.b
a.b-c_d@a.b.
@@ -2102,102 +2102,102 @@
a.b-c_d@a.b-
a.b-c_d@a.b_
-06_11__inlines__raw_html__01: |
+06_11__inlines__raw_html__001: |
<a><bab><c2c>
-06_11__inlines__raw_html__02: |
+06_11__inlines__raw_html__002: |
<a/><b2/>
-06_11__inlines__raw_html__03: |
+06_11__inlines__raw_html__003: |
<a /><b2
data="foo" >
-06_11__inlines__raw_html__04: |
+06_11__inlines__raw_html__004: |
<a foo="bar" bam = 'baz <em>"</em>'
_boolean zoop:33=zoop:33 />
-06_11__inlines__raw_html__05: |
+06_11__inlines__raw_html__005: |
Foo <responsive-image src="foo.jpg" />
-06_11__inlines__raw_html__06: |
+06_11__inlines__raw_html__006: |
<33> <__>
-06_11__inlines__raw_html__07: |
+06_11__inlines__raw_html__007: |
<a h*#ref="hi">
-06_11__inlines__raw_html__08: |
+06_11__inlines__raw_html__008: |
<a href="hi'> <a href=hi'>
-06_11__inlines__raw_html__09: |
+06_11__inlines__raw_html__009: |
< a><
foo><bar/ >
<foo bar=baz
bim!bop />
-06_11__inlines__raw_html__10: |
+06_11__inlines__raw_html__010: |
<a href='bar'title=title>
-06_11__inlines__raw_html__11: |
+06_11__inlines__raw_html__011: |
</a></foo >
-06_11__inlines__raw_html__12: |
+06_11__inlines__raw_html__012: |
</a href="foo">
-06_11__inlines__raw_html__13: |
+06_11__inlines__raw_html__013: |
foo <!-- this is a
comment - with hyphen -->
-06_11__inlines__raw_html__14: |
+06_11__inlines__raw_html__014: |
foo <!-- not a comment -- two hyphens -->
-06_11__inlines__raw_html__15: |
+06_11__inlines__raw_html__015: |
foo <!--> foo -->
foo <!-- foo--->
-06_11__inlines__raw_html__16: |
+06_11__inlines__raw_html__016: |
foo <?php echo $a; ?>
-06_11__inlines__raw_html__17: |
+06_11__inlines__raw_html__017: |
foo <!ELEMENT br EMPTY>
-06_11__inlines__raw_html__18: |
+06_11__inlines__raw_html__018: |
foo <![CDATA[>&<]]>
-06_11__inlines__raw_html__19: |
+06_11__inlines__raw_html__019: |
foo <a href="&ouml;">
-06_11__inlines__raw_html__20: |
+06_11__inlines__raw_html__020: |
foo <a href="\*">
-06_11__inlines__raw_html__21: |
+06_11__inlines__raw_html__021: |
<a href="\"">
-06_12__inlines__disallowed_raw_html_extension__01: |
+06_12__inlines__disallowed_raw_html_extension__001: |
<strong> <title> <style> <em>
<blockquote>
<xmp> is disallowed. <XMP> is also disallowed.
</blockquote>
-06_13__inlines__hard_line_breaks__01: "foo \nbaz\n"
-06_13__inlines__hard_line_breaks__02: |
+06_13__inlines__hard_line_breaks__001: "foo \nbaz\n"
+06_13__inlines__hard_line_breaks__002: |
foo\
baz
-06_13__inlines__hard_line_breaks__03: "foo \nbaz\n"
-06_13__inlines__hard_line_breaks__04: "foo \n bar\n"
-06_13__inlines__hard_line_breaks__05: |
+06_13__inlines__hard_line_breaks__003: "foo \nbaz\n"
+06_13__inlines__hard_line_breaks__004: "foo \n bar\n"
+06_13__inlines__hard_line_breaks__005: |
foo\
bar
-06_13__inlines__hard_line_breaks__06: "*foo \nbar*\n"
-06_13__inlines__hard_line_breaks__07: |
+06_13__inlines__hard_line_breaks__006: "*foo \nbar*\n"
+06_13__inlines__hard_line_breaks__007: |
*foo\
bar*
-06_13__inlines__hard_line_breaks__08: "`code \nspan`\n"
-06_13__inlines__hard_line_breaks__09: |
+06_13__inlines__hard_line_breaks__008: "`code \nspan`\n"
+06_13__inlines__hard_line_breaks__009: |
`code\
span`
-06_13__inlines__hard_line_breaks__10: "<a href=\"foo \nbar\">\n"
-06_13__inlines__hard_line_breaks__11: |
+06_13__inlines__hard_line_breaks__010: "<a href=\"foo \nbar\">\n"
+06_13__inlines__hard_line_breaks__011: |
<a href="foo\
bar">
-06_13__inlines__hard_line_breaks__12: |
+06_13__inlines__hard_line_breaks__012: |
foo\
-06_13__inlines__hard_line_breaks__13: "foo \n"
-06_13__inlines__hard_line_breaks__14: |
+06_13__inlines__hard_line_breaks__013: "foo \n"
+06_13__inlines__hard_line_breaks__014: |
### foo\
-06_13__inlines__hard_line_breaks__15: "### foo \n"
-06_14__inlines__soft_line_breaks__01: |
+06_13__inlines__hard_line_breaks__015: "### foo \n"
+06_14__inlines__soft_line_breaks__001: |
foo
baz
-06_14__inlines__soft_line_breaks__02: "foo \n baz\n"
-06_15__inlines__textual_content__01: |
+06_14__inlines__soft_line_breaks__002: "foo \n baz\n"
+06_15__inlines__textual_content__001: |
hello $.;'there
-06_15__inlines__textual_content__02: |
+06_15__inlines__textual_content__002: |
Foo χρῆν
-06_15__inlines__textual_content__03: |
+06_15__inlines__textual_content__003: |
Multiple spaces
-07_01__first_gitlab_specific_section_with_examples__strong_but_with_two_asterisks__01: |
+07_01__first_gitlab_specific_section_with_examples__strong_but_with_two_asterisks__001: |
**bold**
-08_01__second_gitlab_specific_section_with_examples__strong_but_with_html__01: |
+08_01__second_gitlab_specific_section_with_examples__strong_but_with_html__001: |
<strong>
bold
</strong>
diff --git a/spec/fixtures/glfm/example_snapshots/prosemirror_json.yml b/spec/fixtures/glfm/example_snapshots/prosemirror_json.yml
index 07d0235d22a..4e225fcf5d1 100644
--- a/spec/fixtures/glfm/example_snapshots/prosemirror_json.yml
+++ b/spec/fixtures/glfm/example_snapshots/prosemirror_json.yml
@@ -1,5 +1,5 @@
---
-02_01__preliminaries__tabs__01: |-
+02_01__preliminaries__tabs__001: |-
{
"type": "doc",
"content": [
@@ -18,7 +18,7 @@
}
]
}
-02_01__preliminaries__tabs__02: |-
+02_01__preliminaries__tabs__002: |-
{
"type": "doc",
"content": [
@@ -37,7 +37,7 @@
}
]
}
-02_01__preliminaries__tabs__03: |-
+02_01__preliminaries__tabs__003: |-
{
"type": "doc",
"content": [
@@ -56,7 +56,7 @@
}
]
}
-02_01__preliminaries__tabs__04: |-
+02_01__preliminaries__tabs__004: |-
{
"type": "doc",
"content": [
@@ -93,7 +93,7 @@
}
]
}
-02_01__preliminaries__tabs__05: |-
+02_01__preliminaries__tabs__005: |-
{
"type": "doc",
"content": [
@@ -134,7 +134,7 @@
}
]
}
-02_01__preliminaries__tabs__06: |-
+02_01__preliminaries__tabs__006: |-
{
"type": "doc",
"content": [
@@ -161,7 +161,7 @@
}
]
}
-02_01__preliminaries__tabs__07: |-
+02_01__preliminaries__tabs__007: |-
{
"type": "doc",
"content": [
@@ -196,7 +196,7 @@
}
]
}
-02_01__preliminaries__tabs__08: |-
+02_01__preliminaries__tabs__008: |-
{
"type": "doc",
"content": [
@@ -215,7 +215,7 @@
}
]
}
-02_01__preliminaries__tabs__09: |-
+02_01__preliminaries__tabs__009: |-
{
"type": "doc",
"content": [
@@ -287,7 +287,7 @@
}
]
}
-02_01__preliminaries__tabs__10: |-
+02_01__preliminaries__tabs__010: |-
{
"type": "doc",
"content": [
@@ -305,7 +305,7 @@
}
]
}
-02_01__preliminaries__tabs__11: |-
+02_01__preliminaries__tabs__011: |-
{
"type": "doc",
"content": [
@@ -314,7 +314,7 @@
}
]
}
-03_01__blocks_and_inlines__precedence__01: |-
+03_01__blocks_and_inlines__precedence__001: |-
{
"type": "doc",
"content": [
@@ -356,7 +356,7 @@
}
]
}
-04_01__leaf_blocks__thematic_breaks__01: |-
+04_01__leaf_blocks__thematic_breaks__001: |-
{
"type": "doc",
"content": [
@@ -371,7 +371,7 @@
}
]
}
-04_01__leaf_blocks__thematic_breaks__02: |-
+04_01__leaf_blocks__thematic_breaks__002: |-
{
"type": "doc",
"content": [
@@ -386,7 +386,7 @@
}
]
}
-04_01__leaf_blocks__thematic_breaks__03: |-
+04_01__leaf_blocks__thematic_breaks__003: |-
{
"type": "doc",
"content": [
@@ -401,7 +401,7 @@
}
]
}
-04_01__leaf_blocks__thematic_breaks__04: |-
+04_01__leaf_blocks__thematic_breaks__004: |-
{
"type": "doc",
"content": [
@@ -416,7 +416,7 @@
}
]
}
-04_01__leaf_blocks__thematic_breaks__05: |-
+04_01__leaf_blocks__thematic_breaks__005: |-
{
"type": "doc",
"content": [
@@ -431,7 +431,7 @@
}
]
}
-04_01__leaf_blocks__thematic_breaks__06: |-
+04_01__leaf_blocks__thematic_breaks__006: |-
{
"type": "doc",
"content": [
@@ -450,7 +450,7 @@
}
]
}
-04_01__leaf_blocks__thematic_breaks__07: |-
+04_01__leaf_blocks__thematic_breaks__007: |-
{
"type": "doc",
"content": [
@@ -465,7 +465,7 @@
}
]
}
-04_01__leaf_blocks__thematic_breaks__08: |-
+04_01__leaf_blocks__thematic_breaks__008: |-
{
"type": "doc",
"content": [
@@ -474,7 +474,7 @@
}
]
}
-04_01__leaf_blocks__thematic_breaks__09: |-
+04_01__leaf_blocks__thematic_breaks__009: |-
{
"type": "doc",
"content": [
@@ -483,7 +483,7 @@
}
]
}
-04_01__leaf_blocks__thematic_breaks__10: |-
+04_01__leaf_blocks__thematic_breaks__010: |-
{
"type": "doc",
"content": [
@@ -492,7 +492,7 @@
}
]
}
-04_01__leaf_blocks__thematic_breaks__11: |-
+04_01__leaf_blocks__thematic_breaks__011: |-
{
"type": "doc",
"content": [
@@ -501,7 +501,7 @@
}
]
}
-04_01__leaf_blocks__thematic_breaks__12: |-
+04_01__leaf_blocks__thematic_breaks__012: |-
{
"type": "doc",
"content": [
@@ -510,7 +510,7 @@
}
]
}
-04_01__leaf_blocks__thematic_breaks__13: |-
+04_01__leaf_blocks__thematic_breaks__013: |-
{
"type": "doc",
"content": [
@@ -543,7 +543,7 @@
}
]
}
-04_01__leaf_blocks__thematic_breaks__14: |-
+04_01__leaf_blocks__thematic_breaks__014: |-
{
"type": "doc",
"content": [
@@ -563,7 +563,7 @@
}
]
}
-04_01__leaf_blocks__thematic_breaks__15: |-
+04_01__leaf_blocks__thematic_breaks__015: |-
{
"type": "doc",
"content": [
@@ -616,7 +616,7 @@
}
]
}
-04_01__leaf_blocks__thematic_breaks__16: |-
+04_01__leaf_blocks__thematic_breaks__016: |-
{
"type": "doc",
"content": [
@@ -643,7 +643,7 @@
}
]
}
-04_01__leaf_blocks__thematic_breaks__17: |-
+04_01__leaf_blocks__thematic_breaks__017: |-
{
"type": "doc",
"content": [
@@ -670,7 +670,7 @@
}
]
}
-04_01__leaf_blocks__thematic_breaks__18: |-
+04_01__leaf_blocks__thematic_breaks__018: |-
{
"type": "doc",
"content": [
@@ -723,7 +723,7 @@
}
]
}
-04_01__leaf_blocks__thematic_breaks__19: |-
+04_01__leaf_blocks__thematic_breaks__019: |-
{
"type": "doc",
"content": [
@@ -762,7 +762,7 @@
}
]
}
-04_02__leaf_blocks__atx_headings__01: |-
+04_02__leaf_blocks__atx_headings__001: |-
{
"type": "doc",
"content": [
@@ -840,7 +840,7 @@
}
]
}
-04_02__leaf_blocks__atx_headings__02: |-
+04_02__leaf_blocks__atx_headings__002: |-
{
"type": "doc",
"content": [
@@ -855,7 +855,7 @@
}
]
}
-04_02__leaf_blocks__atx_headings__03: |-
+04_02__leaf_blocks__atx_headings__003: |-
{
"type": "doc",
"content": [
@@ -879,7 +879,7 @@
}
]
}
-04_02__leaf_blocks__atx_headings__04: |-
+04_02__leaf_blocks__atx_headings__004: |-
{
"type": "doc",
"content": [
@@ -894,7 +894,7 @@
}
]
}
-04_02__leaf_blocks__atx_headings__05: |-
+04_02__leaf_blocks__atx_headings__005: |-
{
"type": "doc",
"content": [
@@ -925,7 +925,7 @@
}
]
}
-04_02__leaf_blocks__atx_headings__06: |-
+04_02__leaf_blocks__atx_headings__006: |-
{
"type": "doc",
"content": [
@@ -943,7 +943,7 @@
}
]
}
-04_02__leaf_blocks__atx_headings__07: |-
+04_02__leaf_blocks__atx_headings__007: |-
{
"type": "doc",
"content": [
@@ -985,7 +985,7 @@
}
]
}
-04_02__leaf_blocks__atx_headings__08: |-
+04_02__leaf_blocks__atx_headings__008: |-
{
"type": "doc",
"content": [
@@ -1004,7 +1004,7 @@
}
]
}
-04_02__leaf_blocks__atx_headings__09: |-
+04_02__leaf_blocks__atx_headings__009: |-
{
"type": "doc",
"content": [
@@ -1019,7 +1019,7 @@
}
]
}
-04_02__leaf_blocks__atx_headings__10: |-
+04_02__leaf_blocks__atx_headings__010: |-
{
"type": "doc",
"content": [
@@ -1049,7 +1049,7 @@
}
]
}
-04_02__leaf_blocks__atx_headings__11: |-
+04_02__leaf_blocks__atx_headings__011: |-
{
"type": "doc",
"content": [
@@ -1079,7 +1079,7 @@
}
]
}
-04_02__leaf_blocks__atx_headings__12: |-
+04_02__leaf_blocks__atx_headings__012: |-
{
"type": "doc",
"content": [
@@ -1097,7 +1097,7 @@
}
]
}
-04_02__leaf_blocks__atx_headings__13: |-
+04_02__leaf_blocks__atx_headings__013: |-
{
"type": "doc",
"content": [
@@ -1115,7 +1115,7 @@
}
]
}
-04_02__leaf_blocks__atx_headings__14: |-
+04_02__leaf_blocks__atx_headings__014: |-
{
"type": "doc",
"content": [
@@ -1133,7 +1133,7 @@
}
]
}
-04_02__leaf_blocks__atx_headings__15: |-
+04_02__leaf_blocks__atx_headings__015: |-
{
"type": "doc",
"content": [
@@ -1175,7 +1175,7 @@
}
]
}
-04_02__leaf_blocks__atx_headings__16: |-
+04_02__leaf_blocks__atx_headings__016: |-
{
"type": "doc",
"content": [
@@ -1199,7 +1199,7 @@
}
]
}
-04_02__leaf_blocks__atx_headings__17: |-
+04_02__leaf_blocks__atx_headings__017: |-
{
"type": "doc",
"content": [
@@ -1235,7 +1235,7 @@
}
]
}
-04_02__leaf_blocks__atx_headings__18: |-
+04_02__leaf_blocks__atx_headings__018: |-
{
"type": "doc",
"content": [
@@ -1259,7 +1259,7 @@
}
]
}
-04_03__leaf_blocks__setext_headings__01: |-
+04_03__leaf_blocks__setext_headings__001: |-
{
"type": "doc",
"content": [
@@ -1307,7 +1307,7 @@
}
]
}
-04_03__leaf_blocks__setext_headings__02: |-
+04_03__leaf_blocks__setext_headings__002: |-
{
"type": "doc",
"content": [
@@ -1334,7 +1334,7 @@
}
]
}
-04_03__leaf_blocks__setext_headings__03: |-
+04_03__leaf_blocks__setext_headings__003: |-
{
"type": "doc",
"content": [
@@ -1361,7 +1361,7 @@
}
]
}
-04_03__leaf_blocks__setext_headings__04: |-
+04_03__leaf_blocks__setext_headings__004: |-
{
"type": "doc",
"content": [
@@ -1391,7 +1391,7 @@
}
]
}
-04_03__leaf_blocks__setext_headings__05: |-
+04_03__leaf_blocks__setext_headings__005: |-
{
"type": "doc",
"content": [
@@ -1433,7 +1433,7 @@
}
]
}
-04_03__leaf_blocks__setext_headings__06: |-
+04_03__leaf_blocks__setext_headings__006: |-
{
"type": "doc",
"content": [
@@ -1455,7 +1455,7 @@
}
]
}
-04_03__leaf_blocks__setext_headings__07: |-
+04_03__leaf_blocks__setext_headings__007: |-
{
"type": "doc",
"content": [
@@ -1473,7 +1473,7 @@
}
]
}
-04_03__leaf_blocks__setext_headings__08: |-
+04_03__leaf_blocks__setext_headings__008: |-
{
"type": "doc",
"content": [
@@ -1488,7 +1488,7 @@
}
]
}
-04_03__leaf_blocks__setext_headings__09: |-
+04_03__leaf_blocks__setext_headings__009: |-
{
"type": "doc",
"content": [
@@ -1515,7 +1515,7 @@
}
]
}
-04_03__leaf_blocks__setext_headings__10: |-
+04_03__leaf_blocks__setext_headings__010: |-
{
"type": "doc",
"content": [
@@ -1533,7 +1533,7 @@
}
]
}
-04_03__leaf_blocks__setext_headings__11: |-
+04_03__leaf_blocks__setext_headings__011: |-
{
"type": "doc",
"content": [
@@ -1551,7 +1551,7 @@
}
]
}
-04_03__leaf_blocks__setext_headings__12: |-
+04_03__leaf_blocks__setext_headings__012: |-
{
"type": "doc",
"content": [
@@ -1599,7 +1599,7 @@
}
]
}
-04_03__leaf_blocks__setext_headings__13: |-
+04_03__leaf_blocks__setext_headings__013: |-
{
"type": "doc",
"content": [
@@ -1625,7 +1625,7 @@
}
]
}
-04_03__leaf_blocks__setext_headings__14: |-
+04_03__leaf_blocks__setext_headings__014: |-
{
"type": "doc",
"content": [
@@ -1648,7 +1648,7 @@
}
]
}
-04_03__leaf_blocks__setext_headings__15: |-
+04_03__leaf_blocks__setext_headings__015: |-
{
"type": "doc",
"content": [
@@ -1679,7 +1679,7 @@
}
]
}
-04_03__leaf_blocks__setext_headings__16: |-
+04_03__leaf_blocks__setext_headings__016: |-
{
"type": "doc",
"content": [
@@ -1697,7 +1697,7 @@
}
]
}
-04_03__leaf_blocks__setext_headings__17: |-
+04_03__leaf_blocks__setext_headings__017: |-
{
"type": "doc",
"content": [
@@ -1739,7 +1739,7 @@
}
]
}
-04_03__leaf_blocks__setext_headings__18: |-
+04_03__leaf_blocks__setext_headings__018: |-
{
"type": "doc",
"content": [
@@ -1754,7 +1754,7 @@
}
]
}
-04_03__leaf_blocks__setext_headings__19: |-
+04_03__leaf_blocks__setext_headings__019: |-
{
"type": "doc",
"content": [
@@ -1766,7 +1766,7 @@
}
]
}
-04_03__leaf_blocks__setext_headings__20: |-
+04_03__leaf_blocks__setext_headings__020: |-
{
"type": "doc",
"content": [
@@ -1797,7 +1797,7 @@
}
]
}
-04_03__leaf_blocks__setext_headings__21: |-
+04_03__leaf_blocks__setext_headings__021: |-
{
"type": "doc",
"content": [
@@ -1819,7 +1819,7 @@
}
]
}
-04_03__leaf_blocks__setext_headings__22: |-
+04_03__leaf_blocks__setext_headings__022: |-
{
"type": "doc",
"content": [
@@ -1845,7 +1845,7 @@
}
]
}
-04_03__leaf_blocks__setext_headings__23: |-
+04_03__leaf_blocks__setext_headings__023: |-
{
"type": "doc",
"content": [
@@ -1863,7 +1863,7 @@
}
]
}
-04_03__leaf_blocks__setext_headings__24: |-
+04_03__leaf_blocks__setext_headings__024: |-
{
"type": "doc",
"content": [
@@ -1899,7 +1899,7 @@
}
]
}
-04_03__leaf_blocks__setext_headings__25: |-
+04_03__leaf_blocks__setext_headings__025: |-
{
"type": "doc",
"content": [
@@ -1926,7 +1926,7 @@
}
]
}
-04_03__leaf_blocks__setext_headings__26: |-
+04_03__leaf_blocks__setext_headings__026: |-
{
"type": "doc",
"content": [
@@ -1953,7 +1953,7 @@
}
]
}
-04_03__leaf_blocks__setext_headings__27: |-
+04_03__leaf_blocks__setext_headings__027: |-
{
"type": "doc",
"content": [
@@ -1968,7 +1968,7 @@
}
]
}
-04_04__leaf_blocks__indented_code_blocks__01: |-
+04_04__leaf_blocks__indented_code_blocks__001: |-
{
"type": "doc",
"content": [
@@ -1987,7 +1987,7 @@
}
]
}
-04_04__leaf_blocks__indented_code_blocks__02: |-
+04_04__leaf_blocks__indented_code_blocks__002: |-
{
"type": "doc",
"content": [
@@ -2024,7 +2024,7 @@
}
]
}
-04_04__leaf_blocks__indented_code_blocks__03: |-
+04_04__leaf_blocks__indented_code_blocks__003: |-
{
"type": "doc",
"content": [
@@ -2075,7 +2075,7 @@
}
]
}
-04_04__leaf_blocks__indented_code_blocks__04: |-
+04_04__leaf_blocks__indented_code_blocks__004: |-
{
"type": "doc",
"content": [
@@ -2094,7 +2094,7 @@
}
]
}
-04_04__leaf_blocks__indented_code_blocks__05: |-
+04_04__leaf_blocks__indented_code_blocks__005: |-
{
"type": "doc",
"content": [
@@ -2113,7 +2113,7 @@
}
]
}
-04_04__leaf_blocks__indented_code_blocks__06: |-
+04_04__leaf_blocks__indented_code_blocks__006: |-
{
"type": "doc",
"content": [
@@ -2132,7 +2132,7 @@
}
]
}
-04_04__leaf_blocks__indented_code_blocks__07: |-
+04_04__leaf_blocks__indented_code_blocks__007: |-
{
"type": "doc",
"content": [
@@ -2147,7 +2147,7 @@
}
]
}
-04_04__leaf_blocks__indented_code_blocks__08: |-
+04_04__leaf_blocks__indented_code_blocks__008: |-
{
"type": "doc",
"content": [
@@ -2175,7 +2175,7 @@
}
]
}
-04_04__leaf_blocks__indented_code_blocks__09: |-
+04_04__leaf_blocks__indented_code_blocks__009: |-
{
"type": "doc",
"content": [
@@ -2234,7 +2234,7 @@
}
]
}
-04_04__leaf_blocks__indented_code_blocks__10: |-
+04_04__leaf_blocks__indented_code_blocks__010: |-
{
"type": "doc",
"content": [
@@ -2253,7 +2253,7 @@
}
]
}
-04_04__leaf_blocks__indented_code_blocks__11: |-
+04_04__leaf_blocks__indented_code_blocks__011: |-
{
"type": "doc",
"content": [
@@ -2272,7 +2272,7 @@
}
]
}
-04_04__leaf_blocks__indented_code_blocks__12: |-
+04_04__leaf_blocks__indented_code_blocks__012: |-
{
"type": "doc",
"content": [
@@ -2291,7 +2291,7 @@
}
]
}
-04_05__leaf_blocks__fenced_code_blocks__01: |-
+04_05__leaf_blocks__fenced_code_blocks__001: |-
{
"type": "doc",
"content": [
@@ -2310,7 +2310,7 @@
}
]
}
-04_05__leaf_blocks__fenced_code_blocks__02: |-
+04_05__leaf_blocks__fenced_code_blocks__002: |-
{
"type": "doc",
"content": [
@@ -2329,7 +2329,7 @@
}
]
}
-04_05__leaf_blocks__fenced_code_blocks__03: |-
+04_05__leaf_blocks__fenced_code_blocks__003: |-
{
"type": "doc",
"content": [
@@ -2349,7 +2349,7 @@
}
]
}
-04_05__leaf_blocks__fenced_code_blocks__04: |-
+04_05__leaf_blocks__fenced_code_blocks__004: |-
{
"type": "doc",
"content": [
@@ -2368,7 +2368,7 @@
}
]
}
-04_05__leaf_blocks__fenced_code_blocks__05: |-
+04_05__leaf_blocks__fenced_code_blocks__005: |-
{
"type": "doc",
"content": [
@@ -2387,7 +2387,7 @@
}
]
}
-04_05__leaf_blocks__fenced_code_blocks__06: |-
+04_05__leaf_blocks__fenced_code_blocks__006: |-
{
"type": "doc",
"content": [
@@ -2406,7 +2406,7 @@
}
]
}
-04_05__leaf_blocks__fenced_code_blocks__07: |-
+04_05__leaf_blocks__fenced_code_blocks__007: |-
{
"type": "doc",
"content": [
@@ -2425,7 +2425,7 @@
}
]
}
-04_05__leaf_blocks__fenced_code_blocks__08: |-
+04_05__leaf_blocks__fenced_code_blocks__008: |-
{
"type": "doc",
"content": [
@@ -2438,7 +2438,7 @@
}
]
}
-04_05__leaf_blocks__fenced_code_blocks__09: |-
+04_05__leaf_blocks__fenced_code_blocks__009: |-
{
"type": "doc",
"content": [
@@ -2457,7 +2457,7 @@
}
]
}
-04_05__leaf_blocks__fenced_code_blocks__10: |-
+04_05__leaf_blocks__fenced_code_blocks__010: |-
{
"type": "doc",
"content": [
@@ -2493,7 +2493,7 @@
}
]
}
-04_05__leaf_blocks__fenced_code_blocks__11: |-
+04_05__leaf_blocks__fenced_code_blocks__011: |-
{
"type": "doc",
"content": [
@@ -2512,7 +2512,7 @@
}
]
}
-04_05__leaf_blocks__fenced_code_blocks__12: |-
+04_05__leaf_blocks__fenced_code_blocks__012: |-
{
"type": "doc",
"content": [
@@ -2525,7 +2525,7 @@
}
]
}
-04_05__leaf_blocks__fenced_code_blocks__13: |-
+04_05__leaf_blocks__fenced_code_blocks__013: |-
{
"type": "doc",
"content": [
@@ -2544,7 +2544,7 @@
}
]
}
-04_05__leaf_blocks__fenced_code_blocks__14: |-
+04_05__leaf_blocks__fenced_code_blocks__014: |-
{
"type": "doc",
"content": [
@@ -2563,7 +2563,7 @@
}
]
}
-04_05__leaf_blocks__fenced_code_blocks__15: |-
+04_05__leaf_blocks__fenced_code_blocks__015: |-
{
"type": "doc",
"content": [
@@ -2582,7 +2582,7 @@
}
]
}
-04_05__leaf_blocks__fenced_code_blocks__16: |-
+04_05__leaf_blocks__fenced_code_blocks__016: |-
{
"type": "doc",
"content": [
@@ -2601,7 +2601,7 @@
}
]
}
-04_05__leaf_blocks__fenced_code_blocks__17: |-
+04_05__leaf_blocks__fenced_code_blocks__017: |-
{
"type": "doc",
"content": [
@@ -2620,7 +2620,7 @@
}
]
}
-04_05__leaf_blocks__fenced_code_blocks__18: |-
+04_05__leaf_blocks__fenced_code_blocks__018: |-
{
"type": "doc",
"content": [
@@ -2639,7 +2639,7 @@
}
]
}
-04_05__leaf_blocks__fenced_code_blocks__19: |-
+04_05__leaf_blocks__fenced_code_blocks__019: |-
{
"type": "doc",
"content": [
@@ -2658,7 +2658,7 @@
}
]
}
-04_05__leaf_blocks__fenced_code_blocks__20: |-
+04_05__leaf_blocks__fenced_code_blocks__020: |-
{
"type": "doc",
"content": [
@@ -2678,7 +2678,7 @@
}
]
}
-04_05__leaf_blocks__fenced_code_blocks__21: |-
+04_05__leaf_blocks__fenced_code_blocks__021: |-
{
"type": "doc",
"content": [
@@ -2697,7 +2697,7 @@
}
]
}
-04_05__leaf_blocks__fenced_code_blocks__22: |-
+04_05__leaf_blocks__fenced_code_blocks__022: |-
{
"type": "doc",
"content": [
@@ -2734,7 +2734,7 @@
}
]
}
-04_05__leaf_blocks__fenced_code_blocks__23: |-
+04_05__leaf_blocks__fenced_code_blocks__023: |-
{
"type": "doc",
"content": [
@@ -2777,7 +2777,7 @@
}
]
}
-04_05__leaf_blocks__fenced_code_blocks__24: |-
+04_05__leaf_blocks__fenced_code_blocks__024: |-
{
"type": "doc",
"content": [
@@ -2796,7 +2796,7 @@
}
]
}
-04_05__leaf_blocks__fenced_code_blocks__25: |-
+04_05__leaf_blocks__fenced_code_blocks__025: |-
{
"type": "doc",
"content": [
@@ -2815,7 +2815,7 @@
}
]
}
-04_05__leaf_blocks__fenced_code_blocks__26: |-
+04_05__leaf_blocks__fenced_code_blocks__026: |-
{
"type": "doc",
"content": [
@@ -2828,7 +2828,7 @@
}
]
}
-04_05__leaf_blocks__fenced_code_blocks__27: |-
+04_05__leaf_blocks__fenced_code_blocks__027: |-
{
"type": "doc",
"content": [
@@ -2852,7 +2852,7 @@
}
]
}
-04_05__leaf_blocks__fenced_code_blocks__28: |-
+04_05__leaf_blocks__fenced_code_blocks__028: |-
{
"type": "doc",
"content": [
@@ -2871,7 +2871,7 @@
}
]
}
-04_05__leaf_blocks__fenced_code_blocks__29: |-
+04_05__leaf_blocks__fenced_code_blocks__029: |-
{
"type": "doc",
"content": [
@@ -2890,31 +2890,31 @@
}
]
}
-04_06__leaf_blocks__html_blocks__01: |-
+04_06__leaf_blocks__html_blocks__001: |-
Error - check implementation:
Hast node of type "table" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__02: |-
+04_06__leaf_blocks__html_blocks__002: |-
Error - check implementation:
Hast node of type "table" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__03: |-
+04_06__leaf_blocks__html_blocks__003: |-
Error - check implementation:
Hast node of type "div" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__04: |-
+04_06__leaf_blocks__html_blocks__004: |-
Error - check implementation:
Cannot read properties of undefined (reading 'wrapTextInParagraph')
-04_06__leaf_blocks__html_blocks__05: |-
+04_06__leaf_blocks__html_blocks__005: |-
Error - check implementation:
Hast node of type "div" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__06: |-
+04_06__leaf_blocks__html_blocks__006: |-
Error - check implementation:
Hast node of type "div" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__07: |-
+04_06__leaf_blocks__html_blocks__007: |-
Error - check implementation:
Hast node of type "div" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__08: |-
+04_06__leaf_blocks__html_blocks__008: |-
Error - check implementation:
Hast node of type "div" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__09: |-
+04_06__leaf_blocks__html_blocks__009: |-
{
"type": "doc",
"content": [
@@ -2923,7 +2923,7 @@
}
]
}
-04_06__leaf_blocks__html_blocks__10: |-
+04_06__leaf_blocks__html_blocks__010: |-
{
"type": "doc",
"content": [
@@ -2932,7 +2932,7 @@
}
]
}
-04_06__leaf_blocks__html_blocks__11: |-
+04_06__leaf_blocks__html_blocks__011: |-
{
"type": "doc",
"content": [
@@ -2941,37 +2941,37 @@
}
]
}
-04_06__leaf_blocks__html_blocks__12: |-
+04_06__leaf_blocks__html_blocks__012: |-
Error - check implementation:
Hast node of type "div" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__13: |-
+04_06__leaf_blocks__html_blocks__013: |-
Error - check implementation:
Hast node of type "table" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__14: |-
+04_06__leaf_blocks__html_blocks__014: |-
Error - check implementation:
Hast node of type "div" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__15: |-
+04_06__leaf_blocks__html_blocks__015: |-
Error - check implementation:
Cannot read properties of undefined (reading 'wrapTextInParagraph')
-04_06__leaf_blocks__html_blocks__16: |-
+04_06__leaf_blocks__html_blocks__016: |-
Error - check implementation:
Hast node of type "warning" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__17: |-
+04_06__leaf_blocks__html_blocks__017: |-
Error - check implementation:
Cannot read properties of undefined (reading 'wrapTextInParagraph')
-04_06__leaf_blocks__html_blocks__18: |-
+04_06__leaf_blocks__html_blocks__018: |-
Error - check implementation:
Cannot read properties of undefined (reading 'wrapTextInParagraph')
-04_06__leaf_blocks__html_blocks__19: |-
+04_06__leaf_blocks__html_blocks__019: |-
Error - check implementation:
Hast node of type "del" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__20: |-
+04_06__leaf_blocks__html_blocks__020: |-
Error - check implementation:
Hast node of type "del" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__21: |-
+04_06__leaf_blocks__html_blocks__021: |-
Error - check implementation:
Hast node of type "del" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__22: |-
+04_06__leaf_blocks__html_blocks__022: |-
{
"type": "doc",
"content": [
@@ -2999,37 +2999,37 @@
}
]
}
-04_06__leaf_blocks__html_blocks__23: |-
+04_06__leaf_blocks__html_blocks__023: |-
Error - check implementation:
Hast node of type "script" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__24: |-
+04_06__leaf_blocks__html_blocks__024: |-
Error - check implementation:
Hast node of type "style" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__25: |-
+04_06__leaf_blocks__html_blocks__025: |-
Error - check implementation:
Hast node of type "style" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__26: |-
+04_06__leaf_blocks__html_blocks__026: |-
Error - check implementation:
Hast node of type "div" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__27: |-
+04_06__leaf_blocks__html_blocks__027: |-
Error - check implementation:
Hast node of type "div" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__28: |-
+04_06__leaf_blocks__html_blocks__028: |-
Error - check implementation:
Hast node of type "style" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__29: |-
+04_06__leaf_blocks__html_blocks__029: |-
Error - check implementation:
Hast node of type "comment" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__30: |-
+04_06__leaf_blocks__html_blocks__030: |-
Error - check implementation:
Hast node of type "script" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__31: |-
+04_06__leaf_blocks__html_blocks__031: |-
Error - check implementation:
Hast node of type "comment" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__32: |-
+04_06__leaf_blocks__html_blocks__032: |-
Error - check implementation:
Hast node of type "comment" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__33: |-
+04_06__leaf_blocks__html_blocks__033: |-
{
"type": "doc",
"content": [
@@ -3038,22 +3038,22 @@
}
]
}
-04_06__leaf_blocks__html_blocks__34: |-
+04_06__leaf_blocks__html_blocks__034: |-
Error - check implementation:
Hast node of type "comment" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__35: |-
+04_06__leaf_blocks__html_blocks__035: |-
Error - check implementation:
Hast node of type "comment" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__36: |-
+04_06__leaf_blocks__html_blocks__036: |-
Error - check implementation:
Hast node of type "div" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__37: |-
+04_06__leaf_blocks__html_blocks__037: |-
Error - check implementation:
Hast node of type "div" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__38: |-
+04_06__leaf_blocks__html_blocks__038: |-
Error - check implementation:
Hast node of type "div" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__39: |-
+04_06__leaf_blocks__html_blocks__039: |-
{
"type": "doc",
"content": [
@@ -3083,19 +3083,19 @@
}
]
}
-04_06__leaf_blocks__html_blocks__40: |-
+04_06__leaf_blocks__html_blocks__040: |-
Error - check implementation:
Hast node of type "div" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__41: |-
+04_06__leaf_blocks__html_blocks__041: |-
Error - check implementation:
Hast node of type "div" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__42: |-
+04_06__leaf_blocks__html_blocks__042: |-
Error - check implementation:
Hast node of type "table" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__43: |-
+04_06__leaf_blocks__html_blocks__043: |-
Error - check implementation:
Hast node of type "table" not supported by this converter. Please, provide an specification.
-04_07__leaf_blocks__link_reference_definitions__01: |-
+04_07__leaf_blocks__link_reference_definitions__001: |-
{
"type": "doc",
"content": [
@@ -3121,7 +3121,7 @@
}
]
}
-04_07__leaf_blocks__link_reference_definitions__02: |-
+04_07__leaf_blocks__link_reference_definitions__002: |-
{
"type": "doc",
"content": [
@@ -3147,7 +3147,7 @@
}
]
}
-04_07__leaf_blocks__link_reference_definitions__03: |-
+04_07__leaf_blocks__link_reference_definitions__003: |-
{
"type": "doc",
"content": [
@@ -3173,7 +3173,7 @@
}
]
}
-04_07__leaf_blocks__link_reference_definitions__04: |-
+04_07__leaf_blocks__link_reference_definitions__004: |-
{
"type": "doc",
"content": [
@@ -3199,7 +3199,7 @@
}
]
}
-04_07__leaf_blocks__link_reference_definitions__05: |-
+04_07__leaf_blocks__link_reference_definitions__005: |-
{
"type": "doc",
"content": [
@@ -3225,7 +3225,7 @@
}
]
}
-04_07__leaf_blocks__link_reference_definitions__06: |-
+04_07__leaf_blocks__link_reference_definitions__006: |-
{
"type": "doc",
"content": [
@@ -3258,7 +3258,7 @@
}
]
}
-04_07__leaf_blocks__link_reference_definitions__07: |-
+04_07__leaf_blocks__link_reference_definitions__007: |-
{
"type": "doc",
"content": [
@@ -3284,7 +3284,7 @@
}
]
}
-04_07__leaf_blocks__link_reference_definitions__08: |-
+04_07__leaf_blocks__link_reference_definitions__008: |-
{
"type": "doc",
"content": [
@@ -3308,7 +3308,7 @@
}
]
}
-04_07__leaf_blocks__link_reference_definitions__09: |-
+04_07__leaf_blocks__link_reference_definitions__009: |-
{
"type": "doc",
"content": [
@@ -3334,10 +3334,10 @@
}
]
}
-04_07__leaf_blocks__link_reference_definitions__10: |-
+04_07__leaf_blocks__link_reference_definitions__010: |-
Error - check implementation:
Hast node of type "bar" not supported by this converter. Please, provide an specification.
-04_07__leaf_blocks__link_reference_definitions__11: |-
+04_07__leaf_blocks__link_reference_definitions__011: |-
{
"type": "doc",
"content": [
@@ -3363,7 +3363,7 @@
}
]
}
-04_07__leaf_blocks__link_reference_definitions__12: |-
+04_07__leaf_blocks__link_reference_definitions__012: |-
{
"type": "doc",
"content": [
@@ -3389,7 +3389,7 @@
}
]
}
-04_07__leaf_blocks__link_reference_definitions__13: |-
+04_07__leaf_blocks__link_reference_definitions__013: |-
{
"type": "doc",
"content": [
@@ -3415,7 +3415,7 @@
}
]
}
-04_07__leaf_blocks__link_reference_definitions__14: |-
+04_07__leaf_blocks__link_reference_definitions__014: |-
{
"type": "doc",
"content": [
@@ -3441,7 +3441,7 @@
}
]
}
-04_07__leaf_blocks__link_reference_definitions__15: |-
+04_07__leaf_blocks__link_reference_definitions__015: |-
{
"type": "doc",
"content": [
@@ -3467,7 +3467,7 @@
}
]
}
-04_07__leaf_blocks__link_reference_definitions__16: |-
+04_07__leaf_blocks__link_reference_definitions__016: |-
{
"type": "doc",
"content": [
@@ -3476,7 +3476,7 @@
}
]
}
-04_07__leaf_blocks__link_reference_definitions__17: |-
+04_07__leaf_blocks__link_reference_definitions__017: |-
{
"type": "doc",
"content": [
@@ -3491,7 +3491,7 @@
}
]
}
-04_07__leaf_blocks__link_reference_definitions__18: |-
+04_07__leaf_blocks__link_reference_definitions__018: |-
{
"type": "doc",
"content": [
@@ -3506,7 +3506,7 @@
}
]
}
-04_07__leaf_blocks__link_reference_definitions__19: |-
+04_07__leaf_blocks__link_reference_definitions__019: |-
{
"type": "doc",
"content": [
@@ -3521,7 +3521,7 @@
}
]
}
-04_07__leaf_blocks__link_reference_definitions__20: |-
+04_07__leaf_blocks__link_reference_definitions__020: |-
{
"type": "doc",
"content": [
@@ -3549,7 +3549,7 @@
}
]
}
-04_07__leaf_blocks__link_reference_definitions__21: |-
+04_07__leaf_blocks__link_reference_definitions__021: |-
{
"type": "doc",
"content": [
@@ -3577,7 +3577,7 @@
}
]
}
-04_07__leaf_blocks__link_reference_definitions__22: |-
+04_07__leaf_blocks__link_reference_definitions__022: |-
{
"type": "doc",
"content": [
@@ -3601,7 +3601,7 @@
}
]
}
-04_07__leaf_blocks__link_reference_definitions__23: |-
+04_07__leaf_blocks__link_reference_definitions__023: |-
{
"type": "doc",
"content": [
@@ -3647,7 +3647,7 @@
}
]
}
-04_07__leaf_blocks__link_reference_definitions__24: |-
+04_07__leaf_blocks__link_reference_definitions__024: |-
{
"type": "doc",
"content": [
@@ -3685,7 +3685,7 @@
}
]
}
-04_07__leaf_blocks__link_reference_definitions__25: |-
+04_07__leaf_blocks__link_reference_definitions__025: |-
{
"type": "doc",
"content": [
@@ -3715,7 +3715,7 @@
}
]
}
-04_07__leaf_blocks__link_reference_definitions__26: |-
+04_07__leaf_blocks__link_reference_definitions__026: |-
{
"type": "doc",
"content": [
@@ -3779,7 +3779,7 @@
}
]
}
-04_07__leaf_blocks__link_reference_definitions__27: |-
+04_07__leaf_blocks__link_reference_definitions__027: |-
{
"type": "doc",
"content": [
@@ -3816,7 +3816,7 @@
}
]
}
-04_07__leaf_blocks__link_reference_definitions__28: |-
+04_07__leaf_blocks__link_reference_definitions__028: |-
{
"type": "doc",
"content": [
@@ -3825,7 +3825,7 @@
}
]
}
-04_08__leaf_blocks__paragraphs__01: |-
+04_08__leaf_blocks__paragraphs__001: |-
{
"type": "doc",
"content": [
@@ -3849,7 +3849,7 @@
}
]
}
-04_08__leaf_blocks__paragraphs__02: |-
+04_08__leaf_blocks__paragraphs__002: |-
{
"type": "doc",
"content": [
@@ -3873,7 +3873,7 @@
}
]
}
-04_08__leaf_blocks__paragraphs__03: |-
+04_08__leaf_blocks__paragraphs__003: |-
{
"type": "doc",
"content": [
@@ -3897,7 +3897,7 @@
}
]
}
-04_08__leaf_blocks__paragraphs__04: |-
+04_08__leaf_blocks__paragraphs__004: |-
{
"type": "doc",
"content": [
@@ -3912,7 +3912,7 @@
}
]
}
-04_08__leaf_blocks__paragraphs__05: |-
+04_08__leaf_blocks__paragraphs__005: |-
{
"type": "doc",
"content": [
@@ -3927,7 +3927,7 @@
}
]
}
-04_08__leaf_blocks__paragraphs__06: |-
+04_08__leaf_blocks__paragraphs__006: |-
{
"type": "doc",
"content": [
@@ -3942,7 +3942,7 @@
}
]
}
-04_08__leaf_blocks__paragraphs__07: |-
+04_08__leaf_blocks__paragraphs__007: |-
{
"type": "doc",
"content": [
@@ -3970,7 +3970,7 @@
}
]
}
-04_08__leaf_blocks__paragraphs__08: |-
+04_08__leaf_blocks__paragraphs__008: |-
{
"type": "doc",
"content": [
@@ -3992,7 +3992,7 @@
}
]
}
-04_09__leaf_blocks__blank_lines__01: |-
+04_09__leaf_blocks__blank_lines__001: |-
{
"type": "doc",
"content": [
@@ -4019,7 +4019,7 @@
}
]
}
-04_10__leaf_blocks__tables_extension__01: |-
+04_10__leaf_blocks__tables_extension__001: |-
{
"type": "doc",
"content": [
@@ -4034,7 +4034,7 @@
}
]
}
-04_10__leaf_blocks__tables_extension__02: |-
+04_10__leaf_blocks__tables_extension__002: |-
{
"type": "doc",
"content": [
@@ -4049,7 +4049,7 @@
}
]
}
-04_10__leaf_blocks__tables_extension__03: |-
+04_10__leaf_blocks__tables_extension__003: |-
{
"type": "doc",
"content": [
@@ -4090,7 +4090,7 @@
}
]
}
-04_10__leaf_blocks__tables_extension__04: |-
+04_10__leaf_blocks__tables_extension__004: |-
{
"type": "doc",
"content": [
@@ -4122,7 +4122,7 @@
}
]
}
-04_10__leaf_blocks__tables_extension__05: |-
+04_10__leaf_blocks__tables_extension__005: |-
{
"type": "doc",
"content": [
@@ -4146,7 +4146,7 @@
}
]
}
-04_10__leaf_blocks__tables_extension__06: |-
+04_10__leaf_blocks__tables_extension__006: |-
{
"type": "doc",
"content": [
@@ -4161,7 +4161,7 @@
}
]
}
-04_10__leaf_blocks__tables_extension__07: |-
+04_10__leaf_blocks__tables_extension__007: |-
{
"type": "doc",
"content": [
@@ -4176,7 +4176,7 @@
}
]
}
-04_10__leaf_blocks__tables_extension__08: |-
+04_10__leaf_blocks__tables_extension__008: |-
{
"type": "doc",
"content": [
@@ -4191,7 +4191,7 @@
}
]
}
-05_01__container_blocks__block_quotes__01: |-
+05_01__container_blocks__block_quotes__001: |-
{
"type": "doc",
"content": [
@@ -4226,7 +4226,7 @@
}
]
}
-05_01__container_blocks__block_quotes__02: |-
+05_01__container_blocks__block_quotes__002: |-
{
"type": "doc",
"content": [
@@ -4261,7 +4261,7 @@
}
]
}
-05_01__container_blocks__block_quotes__03: |-
+05_01__container_blocks__block_quotes__003: |-
{
"type": "doc",
"content": [
@@ -4296,7 +4296,7 @@
}
]
}
-05_01__container_blocks__block_quotes__04: |-
+05_01__container_blocks__block_quotes__004: |-
{
"type": "doc",
"content": [
@@ -4315,7 +4315,7 @@
}
]
}
-05_01__container_blocks__block_quotes__05: |-
+05_01__container_blocks__block_quotes__005: |-
{
"type": "doc",
"content": [
@@ -4350,7 +4350,7 @@
}
]
}
-05_01__container_blocks__block_quotes__06: |-
+05_01__container_blocks__block_quotes__006: |-
{
"type": "doc",
"content": [
@@ -4373,7 +4373,7 @@
}
]
}
-05_01__container_blocks__block_quotes__07: |-
+05_01__container_blocks__block_quotes__007: |-
{
"type": "doc",
"content": [
@@ -4399,7 +4399,7 @@
}
]
}
-05_01__container_blocks__block_quotes__08: |-
+05_01__container_blocks__block_quotes__008: |-
{
"type": "doc",
"content": [
@@ -4457,7 +4457,7 @@
}
]
}
-05_01__container_blocks__block_quotes__09: |-
+05_01__container_blocks__block_quotes__009: |-
{
"type": "doc",
"content": [
@@ -4497,7 +4497,7 @@
}
]
}
-05_01__container_blocks__block_quotes__10: |-
+05_01__container_blocks__block_quotes__010: |-
{
"type": "doc",
"content": [
@@ -4534,7 +4534,7 @@
}
]
}
-05_01__container_blocks__block_quotes__11: |-
+05_01__container_blocks__block_quotes__011: |-
{
"type": "doc",
"content": [
@@ -4557,7 +4557,7 @@
}
]
}
-05_01__container_blocks__block_quotes__12: |-
+05_01__container_blocks__block_quotes__012: |-
{
"type": "doc",
"content": [
@@ -4574,7 +4574,7 @@
}
]
}
-05_01__container_blocks__block_quotes__13: |-
+05_01__container_blocks__block_quotes__013: |-
{
"type": "doc",
"content": [
@@ -4591,7 +4591,7 @@
}
]
}
-05_01__container_blocks__block_quotes__14: |-
+05_01__container_blocks__block_quotes__014: |-
{
"type": "doc",
"content": [
@@ -4614,7 +4614,7 @@
}
]
}
-05_01__container_blocks__block_quotes__15: |-
+05_01__container_blocks__block_quotes__015: |-
{
"type": "doc",
"content": [
@@ -4654,7 +4654,7 @@
}
]
}
-05_01__container_blocks__block_quotes__16: |-
+05_01__container_blocks__block_quotes__016: |-
{
"type": "doc",
"content": [
@@ -4677,7 +4677,7 @@
}
]
}
-05_01__container_blocks__block_quotes__17: |-
+05_01__container_blocks__block_quotes__017: |-
{
"type": "doc",
"content": [
@@ -4709,7 +4709,7 @@
}
]
}
-05_01__container_blocks__block_quotes__18: |-
+05_01__container_blocks__block_quotes__018: |-
{
"type": "doc",
"content": [
@@ -4741,7 +4741,7 @@
}
]
}
-05_01__container_blocks__block_quotes__19: |-
+05_01__container_blocks__block_quotes__019: |-
{
"type": "doc",
"content": [
@@ -4784,7 +4784,7 @@
}
]
}
-05_01__container_blocks__block_quotes__20: |-
+05_01__container_blocks__block_quotes__020: |-
{
"type": "doc",
"content": [
@@ -4807,7 +4807,7 @@
}
]
}
-05_01__container_blocks__block_quotes__21: |-
+05_01__container_blocks__block_quotes__021: |-
{
"type": "doc",
"content": [
@@ -4839,7 +4839,7 @@
}
]
}
-05_01__container_blocks__block_quotes__22: |-
+05_01__container_blocks__block_quotes__022: |-
{
"type": "doc",
"content": [
@@ -4871,7 +4871,7 @@
}
]
}
-05_01__container_blocks__block_quotes__23: |-
+05_01__container_blocks__block_quotes__023: |-
{
"type": "doc",
"content": [
@@ -4910,7 +4910,7 @@
}
]
}
-05_01__container_blocks__block_quotes__24: |-
+05_01__container_blocks__block_quotes__024: |-
{
"type": "doc",
"content": [
@@ -4949,7 +4949,7 @@
}
]
}
-05_01__container_blocks__block_quotes__25: |-
+05_01__container_blocks__block_quotes__025: |-
{
"type": "doc",
"content": [
@@ -4993,7 +4993,7 @@
}
]
}
-05_02__container_blocks__list_items__01: |-
+05_02__container_blocks__list_items__001: |-
{
"type": "doc",
"content": [
@@ -5038,7 +5038,7 @@
}
]
}
-05_02__container_blocks__list_items__02: |-
+05_02__container_blocks__list_items__002: |-
{
"type": "doc",
"content": [
@@ -5097,7 +5097,7 @@
}
]
}
-05_02__container_blocks__list_items__03: |-
+05_02__container_blocks__list_items__003: |-
{
"type": "doc",
"content": [
@@ -5134,7 +5134,7 @@
}
]
}
-05_02__container_blocks__list_items__04: |-
+05_02__container_blocks__list_items__004: |-
{
"type": "doc",
"content": [
@@ -5171,7 +5171,7 @@
}
]
}
-05_02__container_blocks__list_items__05: |-
+05_02__container_blocks__list_items__005: |-
{
"type": "doc",
"content": [
@@ -5212,7 +5212,7 @@
}
]
}
-05_02__container_blocks__list_items__06: |-
+05_02__container_blocks__list_items__006: |-
{
"type": "doc",
"content": [
@@ -5249,7 +5249,7 @@
}
]
}
-05_02__container_blocks__list_items__07: |-
+05_02__container_blocks__list_items__007: |-
{
"type": "doc",
"content": [
@@ -5303,7 +5303,7 @@
}
]
}
-05_02__container_blocks__list_items__08: |-
+05_02__container_blocks__list_items__008: |-
{
"type": "doc",
"content": [
@@ -5356,7 +5356,7 @@
}
]
}
-05_02__container_blocks__list_items__09: |-
+05_02__container_blocks__list_items__009: |-
{
"type": "doc",
"content": [
@@ -5380,7 +5380,7 @@
}
]
}
-05_02__container_blocks__list_items__10: |-
+05_02__container_blocks__list_items__010: |-
{
"type": "doc",
"content": [
@@ -5417,7 +5417,7 @@
}
]
}
-05_02__container_blocks__list_items__11: |-
+05_02__container_blocks__list_items__011: |-
{
"type": "doc",
"content": [
@@ -5485,7 +5485,7 @@
}
]
}
-05_02__container_blocks__list_items__12: |-
+05_02__container_blocks__list_items__012: |-
{
"type": "doc",
"content": [
@@ -5526,7 +5526,7 @@
}
]
}
-05_02__container_blocks__list_items__13: |-
+05_02__container_blocks__list_items__013: |-
{
"type": "doc",
"content": [
@@ -5555,7 +5555,7 @@
}
]
}
-05_02__container_blocks__list_items__14: |-
+05_02__container_blocks__list_items__014: |-
{
"type": "doc",
"content": [
@@ -5570,7 +5570,7 @@
}
]
}
-05_02__container_blocks__list_items__15: |-
+05_02__container_blocks__list_items__015: |-
{
"type": "doc",
"content": [
@@ -5599,7 +5599,7 @@
}
]
}
-05_02__container_blocks__list_items__16: |-
+05_02__container_blocks__list_items__016: |-
{
"type": "doc",
"content": [
@@ -5628,7 +5628,7 @@
}
]
}
-05_02__container_blocks__list_items__17: |-
+05_02__container_blocks__list_items__017: |-
{
"type": "doc",
"content": [
@@ -5643,7 +5643,7 @@
}
]
}
-05_02__container_blocks__list_items__18: |-
+05_02__container_blocks__list_items__018: |-
{
"type": "doc",
"content": [
@@ -5684,7 +5684,7 @@
}
]
}
-05_02__container_blocks__list_items__19: |-
+05_02__container_blocks__list_items__019: |-
{
"type": "doc",
"content": [
@@ -5726,7 +5726,7 @@
}
]
}
-05_02__container_blocks__list_items__20: |-
+05_02__container_blocks__list_items__020: |-
{
"type": "doc",
"content": [
@@ -5767,7 +5767,7 @@
}
]
}
-05_02__container_blocks__list_items__21: |-
+05_02__container_blocks__list_items__021: |-
{
"type": "doc",
"content": [
@@ -5825,7 +5825,7 @@
}
]
}
-05_02__container_blocks__list_items__22: |-
+05_02__container_blocks__list_items__022: |-
{
"type": "doc",
"content": [
@@ -5883,7 +5883,7 @@
}
]
}
-05_02__container_blocks__list_items__23: |-
+05_02__container_blocks__list_items__023: |-
{
"type": "doc",
"content": [
@@ -5907,7 +5907,7 @@
}
]
}
-05_02__container_blocks__list_items__24: |-
+05_02__container_blocks__list_items__024: |-
{
"type": "doc",
"content": [
@@ -5944,7 +5944,7 @@
}
]
}
-05_02__container_blocks__list_items__25: |-
+05_02__container_blocks__list_items__025: |-
{
"type": "doc",
"content": [
@@ -5981,7 +5981,7 @@
}
]
}
-05_02__container_blocks__list_items__26: |-
+05_02__container_blocks__list_items__026: |-
{
"type": "doc",
"content": [
@@ -6051,7 +6051,7 @@
}
]
}
-05_02__container_blocks__list_items__27: |-
+05_02__container_blocks__list_items__027: |-
{
"type": "doc",
"content": [
@@ -6079,7 +6079,7 @@
}
]
}
-05_02__container_blocks__list_items__28: |-
+05_02__container_blocks__list_items__028: |-
{
"type": "doc",
"content": [
@@ -6110,7 +6110,7 @@
}
]
}
-05_02__container_blocks__list_items__29: |-
+05_02__container_blocks__list_items__029: |-
{
"type": "doc",
"content": [
@@ -6160,7 +6160,7 @@
}
]
}
-05_02__container_blocks__list_items__30: |-
+05_02__container_blocks__list_items__030: |-
{
"type": "doc",
"content": [
@@ -6210,7 +6210,7 @@
}
]
}
-05_02__container_blocks__list_items__31: |-
+05_02__container_blocks__list_items__031: |-
{
"type": "doc",
"content": [
@@ -6261,7 +6261,7 @@
}
]
}
-05_02__container_blocks__list_items__32: |-
+05_02__container_blocks__list_items__032: |-
{
"type": "doc",
"content": [
@@ -6283,7 +6283,7 @@
}
]
}
-05_02__container_blocks__list_items__33: |-
+05_02__container_blocks__list_items__033: |-
{
"type": "doc",
"content": [
@@ -6307,7 +6307,7 @@
}
]
}
-05_02__container_blocks__list_items__34: |-
+05_02__container_blocks__list_items__034: |-
{
"type": "doc",
"content": [
@@ -6366,7 +6366,7 @@
}
]
}
-05_02__container_blocks__list_items__35: |-
+05_02__container_blocks__list_items__035: |-
{
"type": "doc",
"content": [
@@ -6425,7 +6425,7 @@
}
]
}
-05_02__container_blocks__list_items__36: |-
+05_02__container_blocks__list_items__036: |-
{
"type": "doc",
"content": [
@@ -6484,7 +6484,7 @@
}
]
}
-05_02__container_blocks__list_items__37: |-
+05_02__container_blocks__list_items__037: |-
{
"type": "doc",
"content": [
@@ -6503,7 +6503,7 @@
}
]
}
-05_02__container_blocks__list_items__38: |-
+05_02__container_blocks__list_items__038: |-
{
"type": "doc",
"content": [
@@ -6562,7 +6562,7 @@
}
]
}
-05_02__container_blocks__list_items__39: |-
+05_02__container_blocks__list_items__039: |-
{
"type": "doc",
"content": [
@@ -6591,7 +6591,7 @@
}
]
}
-05_02__container_blocks__list_items__40: |-
+05_02__container_blocks__list_items__040: |-
{
"type": "doc",
"content": [
@@ -6639,7 +6639,7 @@
}
]
}
-05_02__container_blocks__list_items__41: |-
+05_02__container_blocks__list_items__041: |-
{
"type": "doc",
"content": [
@@ -6687,7 +6687,7 @@
}
]
}
-05_02__container_blocks__list_items__42: |-
+05_02__container_blocks__list_items__042: |-
{
"type": "doc",
"content": [
@@ -6781,7 +6781,7 @@
}
]
}
-05_02__container_blocks__list_items__43: |-
+05_02__container_blocks__list_items__043: |-
{
"type": "doc",
"content": [
@@ -6851,7 +6851,7 @@
}
]
}
-05_02__container_blocks__list_items__44: |-
+05_02__container_blocks__list_items__044: |-
{
"type": "doc",
"content": [
@@ -6902,7 +6902,7 @@
}
]
}
-05_02__container_blocks__list_items__45: |-
+05_02__container_blocks__list_items__045: |-
{
"type": "doc",
"content": [
@@ -6953,7 +6953,7 @@
}
]
}
-05_02__container_blocks__list_items__46: |-
+05_02__container_blocks__list_items__046: |-
{
"type": "doc",
"content": [
@@ -6997,7 +6997,7 @@
}
]
}
-05_02__container_blocks__list_items__47: |-
+05_02__container_blocks__list_items__047: |-
{
"type": "doc",
"content": [
@@ -7059,7 +7059,7 @@
}
]
}
-05_02__container_blocks__list_items__48: |-
+05_02__container_blocks__list_items__048: |-
{
"type": "doc",
"content": [
@@ -7113,7 +7113,7 @@
}
]
}
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__49: |-
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__049: |-
{
"type": "doc",
"content": [
@@ -7269,7 +7269,7 @@
}
]
}
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__50: |-
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__050: |-
{
"type": "doc",
"content": [
@@ -7335,7 +7335,7 @@
}
]
}
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__51: |-
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__051: |-
{
"type": "doc",
"content": [
@@ -7386,7 +7386,7 @@
}
]
}
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__52: |-
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__052: |-
{
"type": "doc",
"content": [
@@ -7401,7 +7401,7 @@
}
]
}
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__53: |-
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__053: |-
{
"type": "doc",
"content": [
@@ -7439,7 +7439,7 @@
}
]
}
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__54: |-
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__054: |-
{
"type": "doc",
"content": [
@@ -7495,7 +7495,7 @@
}
]
}
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__55: |-
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__055: |-
{
"type": "doc",
"content": [
@@ -7576,13 +7576,13 @@
}
]
}
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__56: |-
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__056: |-
Error - check implementation:
Hast node of type "comment" not supported by this converter. Please, provide an specification.
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__57: |-
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__057: |-
Error - check implementation:
Hast node of type "comment" not supported by this converter. Please, provide an specification.
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__58: |-
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__058: |-
{
"type": "doc",
"content": [
@@ -7694,7 +7694,7 @@
}
]
}
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__59: |-
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__059: |-
{
"type": "doc",
"content": [
@@ -7751,7 +7751,7 @@
}
]
}
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__60: |-
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__060: |-
{
"type": "doc",
"content": [
@@ -7821,7 +7821,7 @@
}
]
}
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__61: |-
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__061: |-
{
"type": "doc",
"content": [
@@ -7877,7 +7877,7 @@
}
]
}
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__62: |-
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__062: |-
{
"type": "doc",
"content": [
@@ -7933,7 +7933,7 @@
}
]
}
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__63: |-
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__063: |-
{
"type": "doc",
"content": [
@@ -7983,7 +7983,7 @@
}
]
}
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__64: |-
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__064: |-
{
"type": "doc",
"content": [
@@ -8048,7 +8048,7 @@
}
]
}
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__65: |-
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__065: |-
{
"type": "doc",
"content": [
@@ -8104,7 +8104,7 @@
}
]
}
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__66: |-
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__066: |-
{
"type": "doc",
"content": [
@@ -8167,7 +8167,7 @@
}
]
}
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__67: |-
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__067: |-
{
"type": "doc",
"content": [
@@ -8240,7 +8240,7 @@
}
]
}
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__68: |-
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__068: |-
{
"type": "doc",
"content": [
@@ -8299,7 +8299,7 @@
}
]
}
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__69: |-
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__069: |-
{
"type": "doc",
"content": [
@@ -8371,7 +8371,7 @@
}
]
}
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__70: |-
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__070: |-
{
"type": "doc",
"content": [
@@ -8399,7 +8399,7 @@
}
]
}
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__71: |-
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__071: |-
{
"type": "doc",
"content": [
@@ -8449,7 +8449,7 @@
}
]
}
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__72: |-
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__072: |-
{
"type": "doc",
"content": [
@@ -8494,7 +8494,7 @@
}
]
}
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__73: |-
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__073: |-
{
"type": "doc",
"content": [
@@ -8553,7 +8553,7 @@
}
]
}
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__74: |-
+05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__074: |-
{
"type": "doc",
"content": [
@@ -8667,7 +8667,7 @@
}
]
}
-06_01__inlines__01: |-
+06_01__inlines__001: |-
{
"type": "doc",
"content": [
@@ -8691,7 +8691,7 @@
}
]
}
-06_02__inlines__backslash_escapes__01: |-
+06_02__inlines__backslash_escapes__001: |-
{
"type": "doc",
"content": [
@@ -8706,7 +8706,7 @@
}
]
}
-06_02__inlines__backslash_escapes__02: |-
+06_02__inlines__backslash_escapes__002: |-
{
"type": "doc",
"content": [
@@ -8721,7 +8721,7 @@
}
]
}
-06_02__inlines__backslash_escapes__03: |-
+06_02__inlines__backslash_escapes__003: |-
{
"type": "doc",
"content": [
@@ -8736,7 +8736,7 @@
}
]
}
-06_02__inlines__backslash_escapes__04: |-
+06_02__inlines__backslash_escapes__004: |-
{
"type": "doc",
"content": [
@@ -8760,7 +8760,7 @@
}
]
}
-06_02__inlines__backslash_escapes__05: |-
+06_02__inlines__backslash_escapes__005: |-
{
"type": "doc",
"content": [
@@ -8782,7 +8782,7 @@
}
]
}
-06_02__inlines__backslash_escapes__06: |-
+06_02__inlines__backslash_escapes__006: |-
{
"type": "doc",
"content": [
@@ -8802,7 +8802,7 @@
}
]
}
-06_02__inlines__backslash_escapes__07: |-
+06_02__inlines__backslash_escapes__007: |-
{
"type": "doc",
"content": [
@@ -8821,7 +8821,7 @@
}
]
}
-06_02__inlines__backslash_escapes__08: |-
+06_02__inlines__backslash_escapes__008: |-
{
"type": "doc",
"content": [
@@ -8840,7 +8840,7 @@
}
]
}
-06_02__inlines__backslash_escapes__09: |-
+06_02__inlines__backslash_escapes__009: |-
{
"type": "doc",
"content": [
@@ -8866,7 +8866,7 @@
}
]
}
-06_02__inlines__backslash_escapes__10: |-
+06_02__inlines__backslash_escapes__010: |-
{
"type": "doc",
"content": [
@@ -8875,7 +8875,7 @@
}
]
}
-06_02__inlines__backslash_escapes__11: |-
+06_02__inlines__backslash_escapes__011: |-
{
"type": "doc",
"content": [
@@ -8901,7 +8901,7 @@
}
]
}
-06_02__inlines__backslash_escapes__12: |-
+06_02__inlines__backslash_escapes__012: |-
{
"type": "doc",
"content": [
@@ -8927,7 +8927,7 @@
}
]
}
-06_02__inlines__backslash_escapes__13: |-
+06_02__inlines__backslash_escapes__013: |-
{
"type": "doc",
"content": [
@@ -8946,7 +8946,7 @@
}
]
}
-06_03__inlines__entity_and_numeric_character_references__01: |-
+06_03__inlines__entity_and_numeric_character_references__001: |-
{
"type": "doc",
"content": [
@@ -8961,7 +8961,7 @@
}
]
}
-06_03__inlines__entity_and_numeric_character_references__02: |-
+06_03__inlines__entity_and_numeric_character_references__002: |-
{
"type": "doc",
"content": [
@@ -8976,7 +8976,7 @@
}
]
}
-06_03__inlines__entity_and_numeric_character_references__03: |-
+06_03__inlines__entity_and_numeric_character_references__003: |-
{
"type": "doc",
"content": [
@@ -8991,7 +8991,7 @@
}
]
}
-06_03__inlines__entity_and_numeric_character_references__04: |-
+06_03__inlines__entity_and_numeric_character_references__004: |-
{
"type": "doc",
"content": [
@@ -9006,7 +9006,7 @@
}
]
}
-06_03__inlines__entity_and_numeric_character_references__05: |-
+06_03__inlines__entity_and_numeric_character_references__005: |-
{
"type": "doc",
"content": [
@@ -9021,7 +9021,7 @@
}
]
}
-06_03__inlines__entity_and_numeric_character_references__06: |-
+06_03__inlines__entity_and_numeric_character_references__006: |-
{
"type": "doc",
"content": [
@@ -9036,7 +9036,7 @@
}
]
}
-06_03__inlines__entity_and_numeric_character_references__07: |-
+06_03__inlines__entity_and_numeric_character_references__007: |-
{
"type": "doc",
"content": [
@@ -9045,7 +9045,7 @@
}
]
}
-06_03__inlines__entity_and_numeric_character_references__08: |-
+06_03__inlines__entity_and_numeric_character_references__008: |-
{
"type": "doc",
"content": [
@@ -9071,7 +9071,7 @@
}
]
}
-06_03__inlines__entity_and_numeric_character_references__09: |-
+06_03__inlines__entity_and_numeric_character_references__009: |-
{
"type": "doc",
"content": [
@@ -9097,7 +9097,7 @@
}
]
}
-06_03__inlines__entity_and_numeric_character_references__10: |-
+06_03__inlines__entity_and_numeric_character_references__010: |-
{
"type": "doc",
"content": [
@@ -9116,7 +9116,7 @@
}
]
}
-06_03__inlines__entity_and_numeric_character_references__11: |-
+06_03__inlines__entity_and_numeric_character_references__011: |-
{
"type": "doc",
"content": [
@@ -9136,7 +9136,7 @@
}
]
}
-06_03__inlines__entity_and_numeric_character_references__12: |-
+06_03__inlines__entity_and_numeric_character_references__012: |-
{
"type": "doc",
"content": [
@@ -9155,7 +9155,7 @@
}
]
}
-06_03__inlines__entity_and_numeric_character_references__13: |-
+06_03__inlines__entity_and_numeric_character_references__013: |-
{
"type": "doc",
"content": [
@@ -9179,7 +9179,7 @@
}
]
}
-06_03__inlines__entity_and_numeric_character_references__14: |-
+06_03__inlines__entity_and_numeric_character_references__014: |-
{
"type": "doc",
"content": [
@@ -9216,7 +9216,7 @@
}
]
}
-06_03__inlines__entity_and_numeric_character_references__15: |-
+06_03__inlines__entity_and_numeric_character_references__015: |-
{
"type": "doc",
"content": [
@@ -9231,7 +9231,7 @@
}
]
}
-06_03__inlines__entity_and_numeric_character_references__16: |-
+06_03__inlines__entity_and_numeric_character_references__016: |-
{
"type": "doc",
"content": [
@@ -9246,7 +9246,7 @@
}
]
}
-06_03__inlines__entity_and_numeric_character_references__17: |-
+06_03__inlines__entity_and_numeric_character_references__017: |-
{
"type": "doc",
"content": [
@@ -9261,7 +9261,7 @@
}
]
}
-06_04__inlines__code_spans__01: |-
+06_04__inlines__code_spans__001: |-
{
"type": "doc",
"content": [
@@ -9281,7 +9281,7 @@
}
]
}
-06_04__inlines__code_spans__02: |-
+06_04__inlines__code_spans__002: |-
{
"type": "doc",
"content": [
@@ -9301,7 +9301,7 @@
}
]
}
-06_04__inlines__code_spans__03: |-
+06_04__inlines__code_spans__003: |-
{
"type": "doc",
"content": [
@@ -9321,7 +9321,7 @@
}
]
}
-06_04__inlines__code_spans__04: |-
+06_04__inlines__code_spans__004: |-
{
"type": "doc",
"content": [
@@ -9341,7 +9341,7 @@
}
]
}
-06_04__inlines__code_spans__05: |-
+06_04__inlines__code_spans__005: |-
{
"type": "doc",
"content": [
@@ -9361,7 +9361,7 @@
}
]
}
-06_04__inlines__code_spans__06: |-
+06_04__inlines__code_spans__006: |-
{
"type": "doc",
"content": [
@@ -9381,7 +9381,7 @@
}
]
}
-06_04__inlines__code_spans__07: |-
+06_04__inlines__code_spans__007: |-
{
"type": "doc",
"content": [
@@ -9390,7 +9390,7 @@
}
]
}
-06_04__inlines__code_spans__08: |-
+06_04__inlines__code_spans__008: |-
{
"type": "doc",
"content": [
@@ -9410,7 +9410,7 @@
}
]
}
-06_04__inlines__code_spans__09: |-
+06_04__inlines__code_spans__009: |-
{
"type": "doc",
"content": [
@@ -9430,7 +9430,7 @@
}
]
}
-06_04__inlines__code_spans__10: |-
+06_04__inlines__code_spans__010: |-
{
"type": "doc",
"content": [
@@ -9450,7 +9450,7 @@
}
]
}
-06_04__inlines__code_spans__11: |-
+06_04__inlines__code_spans__011: |-
{
"type": "doc",
"content": [
@@ -9474,7 +9474,7 @@
}
]
}
-06_04__inlines__code_spans__12: |-
+06_04__inlines__code_spans__012: |-
{
"type": "doc",
"content": [
@@ -9494,7 +9494,7 @@
}
]
}
-06_04__inlines__code_spans__13: |-
+06_04__inlines__code_spans__013: |-
{
"type": "doc",
"content": [
@@ -9514,7 +9514,7 @@
}
]
}
-06_04__inlines__code_spans__14: |-
+06_04__inlines__code_spans__014: |-
{
"type": "doc",
"content": [
@@ -9538,7 +9538,7 @@
}
]
}
-06_04__inlines__code_spans__15: |-
+06_04__inlines__code_spans__015: |-
{
"type": "doc",
"content": [
@@ -9566,7 +9566,7 @@
}
]
}
-06_04__inlines__code_spans__16: |-
+06_04__inlines__code_spans__016: |-
{
"type": "doc",
"content": [
@@ -9590,7 +9590,7 @@
}
]
}
-06_04__inlines__code_spans__17: |-
+06_04__inlines__code_spans__017: |-
{
"type": "doc",
"content": [
@@ -9616,7 +9616,7 @@
}
]
}
-06_04__inlines__code_spans__18: |-
+06_04__inlines__code_spans__018: |-
{
"type": "doc",
"content": [
@@ -9640,7 +9640,7 @@
}
]
}
-06_04__inlines__code_spans__19: |-
+06_04__inlines__code_spans__019: |-
{
"type": "doc",
"content": [
@@ -9670,7 +9670,7 @@
}
]
}
-06_04__inlines__code_spans__20: |-
+06_04__inlines__code_spans__020: |-
{
"type": "doc",
"content": [
@@ -9685,7 +9685,7 @@
}
]
}
-06_04__inlines__code_spans__21: |-
+06_04__inlines__code_spans__021: |-
{
"type": "doc",
"content": [
@@ -9700,7 +9700,7 @@
}
]
}
-06_04__inlines__code_spans__22: |-
+06_04__inlines__code_spans__022: |-
{
"type": "doc",
"content": [
@@ -9724,7 +9724,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__01: |-
+06_05__inlines__emphasis_and_strong_emphasis__001: |-
{
"type": "doc",
"content": [
@@ -9744,7 +9744,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__02: |-
+06_05__inlines__emphasis_and_strong_emphasis__002: |-
{
"type": "doc",
"content": [
@@ -9759,7 +9759,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__03: |-
+06_05__inlines__emphasis_and_strong_emphasis__003: |-
{
"type": "doc",
"content": [
@@ -9774,7 +9774,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__04: |-
+06_05__inlines__emphasis_and_strong_emphasis__004: |-
{
"type": "doc",
"content": [
@@ -9789,7 +9789,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__05: |-
+06_05__inlines__emphasis_and_strong_emphasis__005: |-
{
"type": "doc",
"content": [
@@ -9813,7 +9813,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__06: |-
+06_05__inlines__emphasis_and_strong_emphasis__006: |-
{
"type": "doc",
"content": [
@@ -9841,7 +9841,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__07: |-
+06_05__inlines__emphasis_and_strong_emphasis__007: |-
{
"type": "doc",
"content": [
@@ -9861,7 +9861,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__08: |-
+06_05__inlines__emphasis_and_strong_emphasis__008: |-
{
"type": "doc",
"content": [
@@ -9876,7 +9876,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__09: |-
+06_05__inlines__emphasis_and_strong_emphasis__009: |-
{
"type": "doc",
"content": [
@@ -9891,7 +9891,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__10: |-
+06_05__inlines__emphasis_and_strong_emphasis__010: |-
{
"type": "doc",
"content": [
@@ -9906,7 +9906,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__11: |-
+06_05__inlines__emphasis_and_strong_emphasis__011: |-
{
"type": "doc",
"content": [
@@ -9921,7 +9921,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__12: |-
+06_05__inlines__emphasis_and_strong_emphasis__012: |-
{
"type": "doc",
"content": [
@@ -9936,7 +9936,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__13: |-
+06_05__inlines__emphasis_and_strong_emphasis__013: |-
{
"type": "doc",
"content": [
@@ -9951,7 +9951,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__14: |-
+06_05__inlines__emphasis_and_strong_emphasis__014: |-
{
"type": "doc",
"content": [
@@ -9975,7 +9975,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__15: |-
+06_05__inlines__emphasis_and_strong_emphasis__015: |-
{
"type": "doc",
"content": [
@@ -9990,7 +9990,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__16: |-
+06_05__inlines__emphasis_and_strong_emphasis__016: |-
{
"type": "doc",
"content": [
@@ -10005,7 +10005,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__17: |-
+06_05__inlines__emphasis_and_strong_emphasis__017: |-
{
"type": "doc",
"content": [
@@ -10020,7 +10020,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__18: |-
+06_05__inlines__emphasis_and_strong_emphasis__018: |-
{
"type": "doc",
"content": [
@@ -10035,7 +10035,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__19: |-
+06_05__inlines__emphasis_and_strong_emphasis__019: |-
{
"type": "doc",
"content": [
@@ -10059,7 +10059,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__20: |-
+06_05__inlines__emphasis_and_strong_emphasis__020: |-
{
"type": "doc",
"content": [
@@ -10083,7 +10083,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__21: |-
+06_05__inlines__emphasis_and_strong_emphasis__021: |-
{
"type": "doc",
"content": [
@@ -10098,7 +10098,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__22: |-
+06_05__inlines__emphasis_and_strong_emphasis__022: |-
{
"type": "doc",
"content": [
@@ -10113,7 +10113,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__23: |-
+06_05__inlines__emphasis_and_strong_emphasis__023: |-
{
"type": "doc",
"content": [
@@ -10137,7 +10137,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__24: |-
+06_05__inlines__emphasis_and_strong_emphasis__024: |-
{
"type": "doc",
"content": [
@@ -10152,7 +10152,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__25: |-
+06_05__inlines__emphasis_and_strong_emphasis__025: |-
{
"type": "doc",
"content": [
@@ -10167,7 +10167,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__26: |-
+06_05__inlines__emphasis_and_strong_emphasis__026: |-
{
"type": "doc",
"content": [
@@ -10187,7 +10187,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__27: |-
+06_05__inlines__emphasis_and_strong_emphasis__027: |-
{
"type": "doc",
"content": [
@@ -10211,7 +10211,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__28: |-
+06_05__inlines__emphasis_and_strong_emphasis__028: |-
{
"type": "doc",
"content": [
@@ -10231,7 +10231,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__29: |-
+06_05__inlines__emphasis_and_strong_emphasis__029: |-
{
"type": "doc",
"content": [
@@ -10246,7 +10246,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__30: |-
+06_05__inlines__emphasis_and_strong_emphasis__030: |-
{
"type": "doc",
"content": [
@@ -10261,7 +10261,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__31: |-
+06_05__inlines__emphasis_and_strong_emphasis__031: |-
{
"type": "doc",
"content": [
@@ -10285,7 +10285,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__32: |-
+06_05__inlines__emphasis_and_strong_emphasis__032: |-
{
"type": "doc",
"content": [
@@ -10305,7 +10305,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__33: |-
+06_05__inlines__emphasis_and_strong_emphasis__033: |-
{
"type": "doc",
"content": [
@@ -10320,7 +10320,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__34: |-
+06_05__inlines__emphasis_and_strong_emphasis__034: |-
{
"type": "doc",
"content": [
@@ -10335,7 +10335,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__35: |-
+06_05__inlines__emphasis_and_strong_emphasis__035: |-
{
"type": "doc",
"content": [
@@ -10350,7 +10350,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__36: |-
+06_05__inlines__emphasis_and_strong_emphasis__036: |-
{
"type": "doc",
"content": [
@@ -10365,7 +10365,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__37: |-
+06_05__inlines__emphasis_and_strong_emphasis__037: |-
{
"type": "doc",
"content": [
@@ -10380,7 +10380,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__38: |-
+06_05__inlines__emphasis_and_strong_emphasis__038: |-
{
"type": "doc",
"content": [
@@ -10395,7 +10395,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__39: |-
+06_05__inlines__emphasis_and_strong_emphasis__039: |-
{
"type": "doc",
"content": [
@@ -10419,7 +10419,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__40: |-
+06_05__inlines__emphasis_and_strong_emphasis__040: |-
{
"type": "doc",
"content": [
@@ -10443,7 +10443,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__41: |-
+06_05__inlines__emphasis_and_strong_emphasis__041: |-
{
"type": "doc",
"content": [
@@ -10458,7 +10458,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__42: |-
+06_05__inlines__emphasis_and_strong_emphasis__042: |-
{
"type": "doc",
"content": [
@@ -10473,7 +10473,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__43: |-
+06_05__inlines__emphasis_and_strong_emphasis__043: |-
{
"type": "doc",
"content": [
@@ -10506,7 +10506,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__44: |-
+06_05__inlines__emphasis_and_strong_emphasis__044: |-
{
"type": "doc",
"content": [
@@ -10552,7 +10552,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__45: |-
+06_05__inlines__emphasis_and_strong_emphasis__045: |-
{
"type": "doc",
"content": [
@@ -10585,7 +10585,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__46: |-
+06_05__inlines__emphasis_and_strong_emphasis__046: |-
{
"type": "doc",
"content": [
@@ -10609,7 +10609,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__47: |-
+06_05__inlines__emphasis_and_strong_emphasis__047: |-
{
"type": "doc",
"content": [
@@ -10624,7 +10624,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__48: |-
+06_05__inlines__emphasis_and_strong_emphasis__048: |-
{
"type": "doc",
"content": [
@@ -10639,7 +10639,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__49: |-
+06_05__inlines__emphasis_and_strong_emphasis__049: |-
{
"type": "doc",
"content": [
@@ -10672,7 +10672,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__50: |-
+06_05__inlines__emphasis_and_strong_emphasis__050: |-
{
"type": "doc",
"content": [
@@ -10687,7 +10687,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__51: |-
+06_05__inlines__emphasis_and_strong_emphasis__051: |-
{
"type": "doc",
"content": [
@@ -10702,7 +10702,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__52: |-
+06_05__inlines__emphasis_and_strong_emphasis__052: |-
{
"type": "doc",
"content": [
@@ -10722,7 +10722,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__53: |-
+06_05__inlines__emphasis_and_strong_emphasis__053: |-
{
"type": "doc",
"content": [
@@ -10746,7 +10746,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__54: |-
+06_05__inlines__emphasis_and_strong_emphasis__054: |-
{
"type": "doc",
"content": [
@@ -10781,7 +10781,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__55: |-
+06_05__inlines__emphasis_and_strong_emphasis__055: |-
{
"type": "doc",
"content": [
@@ -10801,7 +10801,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__56: |-
+06_05__inlines__emphasis_and_strong_emphasis__056: |-
{
"type": "doc",
"content": [
@@ -10834,7 +10834,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__57: |-
+06_05__inlines__emphasis_and_strong_emphasis__057: |-
{
"type": "doc",
"content": [
@@ -10858,7 +10858,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__58: |-
+06_05__inlines__emphasis_and_strong_emphasis__058: |-
{
"type": "doc",
"content": [
@@ -10882,7 +10882,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__59: |-
+06_05__inlines__emphasis_and_strong_emphasis__059: |-
{
"type": "doc",
"content": [
@@ -10902,7 +10902,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__60: |-
+06_05__inlines__emphasis_and_strong_emphasis__060: |-
{
"type": "doc",
"content": [
@@ -10935,7 +10935,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__61: |-
+06_05__inlines__emphasis_and_strong_emphasis__061: |-
{
"type": "doc",
"content": [
@@ -10968,7 +10968,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__62: |-
+06_05__inlines__emphasis_and_strong_emphasis__062: |-
{
"type": "doc",
"content": [
@@ -10988,7 +10988,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__63: |-
+06_05__inlines__emphasis_and_strong_emphasis__063: |-
{
"type": "doc",
"content": [
@@ -11015,7 +11015,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__64: |-
+06_05__inlines__emphasis_and_strong_emphasis__064: |-
{
"type": "doc",
"content": [
@@ -11044,7 +11044,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__65: |-
+06_05__inlines__emphasis_and_strong_emphasis__065: |-
{
"type": "doc",
"content": [
@@ -11073,7 +11073,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__66: |-
+06_05__inlines__emphasis_and_strong_emphasis__066: |-
{
"type": "doc",
"content": [
@@ -11104,7 +11104,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__67: |-
+06_05__inlines__emphasis_and_strong_emphasis__067: |-
{
"type": "doc",
"content": [
@@ -11132,7 +11132,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__68: |-
+06_05__inlines__emphasis_and_strong_emphasis__068: |-
{
"type": "doc",
"content": [
@@ -11174,7 +11174,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__69: |-
+06_05__inlines__emphasis_and_strong_emphasis__069: |-
{
"type": "doc",
"content": [
@@ -11212,7 +11212,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__70: |-
+06_05__inlines__emphasis_and_strong_emphasis__070: |-
{
"type": "doc",
"content": [
@@ -11227,7 +11227,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__71: |-
+06_05__inlines__emphasis_and_strong_emphasis__071: |-
{
"type": "doc",
"content": [
@@ -11242,7 +11242,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__72: |-
+06_05__inlines__emphasis_and_strong_emphasis__072: |-
{
"type": "doc",
"content": [
@@ -11277,7 +11277,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__73: |-
+06_05__inlines__emphasis_and_strong_emphasis__073: |-
{
"type": "doc",
"content": [
@@ -11297,7 +11297,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__74: |-
+06_05__inlines__emphasis_and_strong_emphasis__074: |-
{
"type": "doc",
"content": [
@@ -11330,7 +11330,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__75: |-
+06_05__inlines__emphasis_and_strong_emphasis__075: |-
{
"type": "doc",
"content": [
@@ -11354,7 +11354,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__76: |-
+06_05__inlines__emphasis_and_strong_emphasis__076: |-
{
"type": "doc",
"content": [
@@ -11378,7 +11378,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__77: |-
+06_05__inlines__emphasis_and_strong_emphasis__077: |-
{
"type": "doc",
"content": [
@@ -11398,7 +11398,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__78: |-
+06_05__inlines__emphasis_and_strong_emphasis__078: |-
{
"type": "doc",
"content": [
@@ -11431,7 +11431,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__79: |-
+06_05__inlines__emphasis_and_strong_emphasis__079: |-
{
"type": "doc",
"content": [
@@ -11464,7 +11464,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__80: |-
+06_05__inlines__emphasis_and_strong_emphasis__080: |-
{
"type": "doc",
"content": [
@@ -11491,7 +11491,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__81: |-
+06_05__inlines__emphasis_and_strong_emphasis__081: |-
{
"type": "doc",
"content": [
@@ -11520,7 +11520,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__82: |-
+06_05__inlines__emphasis_and_strong_emphasis__082: |-
{
"type": "doc",
"content": [
@@ -11562,7 +11562,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__83: |-
+06_05__inlines__emphasis_and_strong_emphasis__083: |-
{
"type": "doc",
"content": [
@@ -11600,7 +11600,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__84: |-
+06_05__inlines__emphasis_and_strong_emphasis__084: |-
{
"type": "doc",
"content": [
@@ -11615,7 +11615,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__85: |-
+06_05__inlines__emphasis_and_strong_emphasis__085: |-
{
"type": "doc",
"content": [
@@ -11630,7 +11630,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__86: |-
+06_05__inlines__emphasis_and_strong_emphasis__086: |-
{
"type": "doc",
"content": [
@@ -11645,7 +11645,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__87: |-
+06_05__inlines__emphasis_and_strong_emphasis__087: |-
{
"type": "doc",
"content": [
@@ -11669,7 +11669,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__88: |-
+06_05__inlines__emphasis_and_strong_emphasis__088: |-
{
"type": "doc",
"content": [
@@ -11693,7 +11693,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__89: |-
+06_05__inlines__emphasis_and_strong_emphasis__089: |-
{
"type": "doc",
"content": [
@@ -11708,7 +11708,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__90: |-
+06_05__inlines__emphasis_and_strong_emphasis__090: |-
{
"type": "doc",
"content": [
@@ -11732,7 +11732,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__91: |-
+06_05__inlines__emphasis_and_strong_emphasis__091: |-
{
"type": "doc",
"content": [
@@ -11756,7 +11756,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__92: |-
+06_05__inlines__emphasis_and_strong_emphasis__092: |-
{
"type": "doc",
"content": [
@@ -11780,7 +11780,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__93: |-
+06_05__inlines__emphasis_and_strong_emphasis__093: |-
{
"type": "doc",
"content": [
@@ -11804,7 +11804,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__94: |-
+06_05__inlines__emphasis_and_strong_emphasis__094: |-
{
"type": "doc",
"content": [
@@ -11828,7 +11828,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__95: |-
+06_05__inlines__emphasis_and_strong_emphasis__095: |-
{
"type": "doc",
"content": [
@@ -11852,7 +11852,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__96: |-
+06_05__inlines__emphasis_and_strong_emphasis__096: |-
{
"type": "doc",
"content": [
@@ -11876,7 +11876,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__97: |-
+06_05__inlines__emphasis_and_strong_emphasis__097: |-
{
"type": "doc",
"content": [
@@ -11900,7 +11900,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__98: |-
+06_05__inlines__emphasis_and_strong_emphasis__098: |-
{
"type": "doc",
"content": [
@@ -11915,7 +11915,7 @@
}
]
}
-06_05__inlines__emphasis_and_strong_emphasis__99: |-
+06_05__inlines__emphasis_and_strong_emphasis__099: |-
{
"type": "doc",
"content": [
@@ -12694,7 +12694,7 @@
}
]
}
-06_06__inlines__strikethrough_extension__01: |-
+06_06__inlines__strikethrough_extension__001: |-
{
"type": "doc",
"content": [
@@ -12709,7 +12709,7 @@
}
]
}
-06_06__inlines__strikethrough_extension__02: |-
+06_06__inlines__strikethrough_extension__002: |-
{
"type": "doc",
"content": [
@@ -12733,7 +12733,7 @@
}
]
}
-06_07__inlines__links__01: |-
+06_07__inlines__links__001: |-
{
"type": "doc",
"content": [
@@ -12759,7 +12759,7 @@
}
]
}
-06_07__inlines__links__02: |-
+06_07__inlines__links__002: |-
{
"type": "doc",
"content": [
@@ -12785,7 +12785,7 @@
}
]
}
-06_07__inlines__links__03: |-
+06_07__inlines__links__003: |-
{
"type": "doc",
"content": [
@@ -12811,7 +12811,7 @@
}
]
}
-06_07__inlines__links__04: |-
+06_07__inlines__links__004: |-
{
"type": "doc",
"content": [
@@ -12837,7 +12837,7 @@
}
]
}
-06_07__inlines__links__05: |-
+06_07__inlines__links__005: |-
{
"type": "doc",
"content": [
@@ -12852,7 +12852,7 @@
}
]
}
-06_07__inlines__links__06: |-
+06_07__inlines__links__006: |-
{
"type": "doc",
"content": [
@@ -12878,7 +12878,7 @@
}
]
}
-06_07__inlines__links__07: |-
+06_07__inlines__links__007: |-
{
"type": "doc",
"content": [
@@ -12893,10 +12893,10 @@
}
]
}
-06_07__inlines__links__08: |-
+06_07__inlines__links__008: |-
Error - check implementation:
Hast node of type "foo" not supported by this converter. Please, provide an specification.
-06_07__inlines__links__09: |-
+06_07__inlines__links__009: |-
{
"type": "doc",
"content": [
@@ -12922,7 +12922,7 @@
}
]
}
-06_07__inlines__links__10: |-
+06_07__inlines__links__010: |-
{
"type": "doc",
"content": [
@@ -12937,7 +12937,7 @@
}
]
}
-06_07__inlines__links__11: |-
+06_07__inlines__links__011: |-
{
"type": "doc",
"content": [
@@ -12961,7 +12961,7 @@
}
]
}
-06_07__inlines__links__12: |-
+06_07__inlines__links__012: |-
{
"type": "doc",
"content": [
@@ -12987,7 +12987,7 @@
}
]
}
-06_07__inlines__links__13: |-
+06_07__inlines__links__013: |-
{
"type": "doc",
"content": [
@@ -13013,7 +13013,7 @@
}
]
}
-06_07__inlines__links__14: |-
+06_07__inlines__links__014: |-
{
"type": "doc",
"content": [
@@ -13039,7 +13039,7 @@
}
]
}
-06_07__inlines__links__15: |-
+06_07__inlines__links__015: |-
{
"type": "doc",
"content": [
@@ -13065,7 +13065,7 @@
}
]
}
-06_07__inlines__links__16: |-
+06_07__inlines__links__016: |-
{
"type": "doc",
"content": [
@@ -13091,7 +13091,7 @@
}
]
}
-06_07__inlines__links__17: |-
+06_07__inlines__links__017: |-
{
"type": "doc",
"content": [
@@ -13157,7 +13157,7 @@
}
]
}
-06_07__inlines__links__18: |-
+06_07__inlines__links__018: |-
{
"type": "doc",
"content": [
@@ -13183,7 +13183,7 @@
}
]
}
-06_07__inlines__links__19: |-
+06_07__inlines__links__019: |-
{
"type": "doc",
"content": [
@@ -13209,7 +13209,7 @@
}
]
}
-06_07__inlines__links__20: |-
+06_07__inlines__links__020: |-
{
"type": "doc",
"content": [
@@ -13235,7 +13235,7 @@
}
]
}
-06_07__inlines__links__21: |-
+06_07__inlines__links__021: |-
{
"type": "doc",
"content": [
@@ -13261,7 +13261,7 @@
}
]
}
-06_07__inlines__links__22: |-
+06_07__inlines__links__022: |-
{
"type": "doc",
"content": [
@@ -13287,7 +13287,7 @@
}
]
}
-06_07__inlines__links__23: |-
+06_07__inlines__links__023: |-
{
"type": "doc",
"content": [
@@ -13313,7 +13313,7 @@
}
]
}
-06_07__inlines__links__24: |-
+06_07__inlines__links__024: |-
{
"type": "doc",
"content": [
@@ -13328,7 +13328,7 @@
}
]
}
-06_07__inlines__links__25: |-
+06_07__inlines__links__025: |-
{
"type": "doc",
"content": [
@@ -13354,7 +13354,7 @@
}
]
}
-06_07__inlines__links__26: |-
+06_07__inlines__links__026: |-
{
"type": "doc",
"content": [
@@ -13380,7 +13380,7 @@
}
]
}
-06_07__inlines__links__27: |-
+06_07__inlines__links__027: |-
{
"type": "doc",
"content": [
@@ -13395,7 +13395,7 @@
}
]
}
-06_07__inlines__links__28: |-
+06_07__inlines__links__028: |-
{
"type": "doc",
"content": [
@@ -13421,7 +13421,7 @@
}
]
}
-06_07__inlines__links__29: |-
+06_07__inlines__links__029: |-
{
"type": "doc",
"content": [
@@ -13436,7 +13436,7 @@
}
]
}
-06_07__inlines__links__30: |-
+06_07__inlines__links__030: |-
{
"type": "doc",
"content": [
@@ -13466,7 +13466,7 @@
}
]
}
-06_07__inlines__links__31: |-
+06_07__inlines__links__031: |-
{
"type": "doc",
"content": [
@@ -13492,7 +13492,7 @@
}
]
}
-06_07__inlines__links__32: |-
+06_07__inlines__links__032: |-
{
"type": "doc",
"content": [
@@ -13545,10 +13545,10 @@
}
]
}
-06_07__inlines__links__33: |-
+06_07__inlines__links__033: |-
Error - check implementation:
Cannot destructure property 'type' of 'this.stack.pop(...)' as it is undefined.
-06_07__inlines__links__34: |-
+06_07__inlines__links__034: |-
{
"type": "doc",
"content": [
@@ -13582,7 +13582,7 @@
}
]
}
-06_07__inlines__links__35: |-
+06_07__inlines__links__035: |-
{
"type": "doc",
"content": [
@@ -13625,7 +13625,7 @@
}
]
}
-06_07__inlines__links__36: |-
+06_07__inlines__links__036: |-
{
"type": "doc",
"content": [
@@ -13646,7 +13646,7 @@
}
]
}
-06_07__inlines__links__37: |-
+06_07__inlines__links__037: |-
{
"type": "doc",
"content": [
@@ -13676,7 +13676,7 @@
}
]
}
-06_07__inlines__links__38: |-
+06_07__inlines__links__038: |-
{
"type": "doc",
"content": [
@@ -13702,7 +13702,7 @@
}
]
}
-06_07__inlines__links__39: |-
+06_07__inlines__links__039: |-
{
"type": "doc",
"content": [
@@ -13726,10 +13726,10 @@
}
]
}
-06_07__inlines__links__40: |-
+06_07__inlines__links__040: |-
Error - check implementation:
Hast node of type "bar" not supported by this converter. Please, provide an specification.
-06_07__inlines__links__41: |-
+06_07__inlines__links__041: |-
{
"type": "doc",
"content": [
@@ -13753,7 +13753,7 @@
}
]
}
-06_07__inlines__links__42: |-
+06_07__inlines__links__042: |-
{
"type": "doc",
"content": [
@@ -13783,7 +13783,7 @@
}
]
}
-06_07__inlines__links__43: |-
+06_07__inlines__links__043: |-
{
"type": "doc",
"content": [
@@ -13809,7 +13809,7 @@
}
]
}
-06_07__inlines__links__44: |-
+06_07__inlines__links__044: |-
{
"type": "doc",
"content": [
@@ -13835,7 +13835,7 @@
}
]
}
-06_07__inlines__links__45: |-
+06_07__inlines__links__045: |-
{
"type": "doc",
"content": [
@@ -13861,7 +13861,7 @@
}
]
}
-06_07__inlines__links__46: |-
+06_07__inlines__links__046: |-
{
"type": "doc",
"content": [
@@ -13914,10 +13914,10 @@
}
]
}
-06_07__inlines__links__47: |-
+06_07__inlines__links__047: |-
Error - check implementation:
Cannot destructure property 'type' of 'this.stack.pop(...)' as it is undefined.
-06_07__inlines__links__48: |-
+06_07__inlines__links__048: |-
{
"type": "doc",
"content": [
@@ -13966,7 +13966,7 @@
}
]
}
-06_07__inlines__links__49: |-
+06_07__inlines__links__049: |-
{
"type": "doc",
"content": [
@@ -14024,7 +14024,7 @@
}
]
}
-06_07__inlines__links__50: |-
+06_07__inlines__links__050: |-
{
"type": "doc",
"content": [
@@ -14054,7 +14054,7 @@
}
]
}
-06_07__inlines__links__51: |-
+06_07__inlines__links__051: |-
{
"type": "doc",
"content": [
@@ -14080,10 +14080,10 @@
}
]
}
-06_07__inlines__links__52: |-
+06_07__inlines__links__052: |-
Error - check implementation:
Hast node of type "bar" not supported by this converter. Please, provide an specification.
-06_07__inlines__links__53: |-
+06_07__inlines__links__053: |-
{
"type": "doc",
"content": [
@@ -14107,7 +14107,7 @@
}
]
}
-06_07__inlines__links__54: |-
+06_07__inlines__links__054: |-
{
"type": "doc",
"content": [
@@ -14137,7 +14137,7 @@
}
]
}
-06_07__inlines__links__55: |-
+06_07__inlines__links__055: |-
{
"type": "doc",
"content": [
@@ -14163,7 +14163,7 @@
}
]
}
-06_07__inlines__links__56: |-
+06_07__inlines__links__056: |-
{
"type": "doc",
"content": [
@@ -14193,7 +14193,7 @@
}
]
}
-06_07__inlines__links__57: |-
+06_07__inlines__links__057: |-
{
"type": "doc",
"content": [
@@ -14219,7 +14219,7 @@
}
]
}
-06_07__inlines__links__58: |-
+06_07__inlines__links__058: |-
{
"type": "doc",
"content": [
@@ -14249,7 +14249,7 @@
}
]
}
-06_07__inlines__links__59: |-
+06_07__inlines__links__059: |-
{
"type": "doc",
"content": [
@@ -14279,7 +14279,7 @@
}
]
}
-06_07__inlines__links__60: |-
+06_07__inlines__links__060: |-
{
"type": "doc",
"content": [
@@ -14305,7 +14305,7 @@
}
]
}
-06_07__inlines__links__61: |-
+06_07__inlines__links__061: |-
{
"type": "doc",
"content": [
@@ -14320,7 +14320,7 @@
}
]
}
-06_07__inlines__links__62: |-
+06_07__inlines__links__062: |-
{
"type": "doc",
"content": [
@@ -14344,7 +14344,7 @@
}
]
}
-06_07__inlines__links__63: |-
+06_07__inlines__links__063: |-
{
"type": "doc",
"content": [
@@ -14368,7 +14368,7 @@
}
]
}
-06_07__inlines__links__64: |-
+06_07__inlines__links__064: |-
{
"type": "doc",
"content": [
@@ -14392,7 +14392,7 @@
}
]
}
-06_07__inlines__links__65: |-
+06_07__inlines__links__065: |-
{
"type": "doc",
"content": [
@@ -14418,7 +14418,7 @@
}
]
}
-06_07__inlines__links__66: |-
+06_07__inlines__links__066: |-
{
"type": "doc",
"content": [
@@ -14444,7 +14444,7 @@
}
]
}
-06_07__inlines__links__67: |-
+06_07__inlines__links__067: |-
{
"type": "doc",
"content": [
@@ -14468,7 +14468,7 @@
}
]
}
-06_07__inlines__links__68: |-
+06_07__inlines__links__068: |-
{
"type": "doc",
"content": [
@@ -14492,7 +14492,7 @@
}
]
}
-06_07__inlines__links__69: |-
+06_07__inlines__links__069: |-
{
"type": "doc",
"content": [
@@ -14518,7 +14518,7 @@
}
]
}
-06_07__inlines__links__70: |-
+06_07__inlines__links__070: |-
{
"type": "doc",
"content": [
@@ -14551,7 +14551,7 @@
}
]
}
-06_07__inlines__links__71: |-
+06_07__inlines__links__071: |-
{
"type": "doc",
"content": [
@@ -14577,7 +14577,7 @@
}
]
}
-06_07__inlines__links__72: |-
+06_07__inlines__links__072: |-
{
"type": "doc",
"content": [
@@ -14607,7 +14607,7 @@
}
]
}
-06_07__inlines__links__73: |-
+06_07__inlines__links__073: |-
{
"type": "doc",
"content": [
@@ -14633,7 +14633,7 @@
}
]
}
-06_07__inlines__links__74: |-
+06_07__inlines__links__074: |-
{
"type": "doc",
"content": [
@@ -14666,7 +14666,7 @@
}
]
}
-06_07__inlines__links__75: |-
+06_07__inlines__links__075: |-
{
"type": "doc",
"content": [
@@ -14703,7 +14703,7 @@
}
]
}
-06_07__inlines__links__76: |-
+06_07__inlines__links__076: |-
{
"type": "doc",
"content": [
@@ -14733,7 +14733,7 @@
}
]
}
-06_07__inlines__links__77: |-
+06_07__inlines__links__077: |-
{
"type": "doc",
"content": [
@@ -14759,7 +14759,7 @@
}
]
}
-06_07__inlines__links__78: |-
+06_07__inlines__links__078: |-
{
"type": "doc",
"content": [
@@ -14789,7 +14789,7 @@
}
]
}
-06_07__inlines__links__79: |-
+06_07__inlines__links__079: |-
{
"type": "doc",
"content": [
@@ -14804,7 +14804,7 @@
}
]
}
-06_07__inlines__links__80: |-
+06_07__inlines__links__080: |-
{
"type": "doc",
"content": [
@@ -14834,7 +14834,7 @@
}
]
}
-06_07__inlines__links__81: |-
+06_07__inlines__links__081: |-
{
"type": "doc",
"content": [
@@ -14860,7 +14860,7 @@
}
]
}
-06_07__inlines__links__82: |-
+06_07__inlines__links__082: |-
{
"type": "doc",
"content": [
@@ -14886,7 +14886,7 @@
}
]
}
-06_07__inlines__links__83: |-
+06_07__inlines__links__083: |-
{
"type": "doc",
"content": [
@@ -14912,7 +14912,7 @@
}
]
}
-06_07__inlines__links__84: |-
+06_07__inlines__links__084: |-
{
"type": "doc",
"content": [
@@ -14942,7 +14942,7 @@
}
]
}
-06_07__inlines__links__85: |-
+06_07__inlines__links__085: |-
{
"type": "doc",
"content": [
@@ -14972,7 +14972,7 @@
}
]
}
-06_07__inlines__links__86: |-
+06_07__inlines__links__086: |-
{
"type": "doc",
"content": [
@@ -15013,7 +15013,7 @@
}
]
}
-06_07__inlines__links__87: |-
+06_07__inlines__links__087: |-
{
"type": "doc",
"content": [
@@ -15043,7 +15043,7 @@
}
]
}
-06_08__inlines__images__01: |-
+06_08__inlines__images__001: |-
{
"type": "doc",
"content": [
@@ -15064,7 +15064,7 @@
}
]
}
-06_08__inlines__images__02: |-
+06_08__inlines__images__002: |-
{
"type": "doc",
"content": [
@@ -15085,7 +15085,7 @@
}
]
}
-06_08__inlines__images__03: |-
+06_08__inlines__images__003: |-
{
"type": "doc",
"content": [
@@ -15106,7 +15106,7 @@
}
]
}
-06_08__inlines__images__04: |-
+06_08__inlines__images__004: |-
{
"type": "doc",
"content": [
@@ -15127,7 +15127,7 @@
}
]
}
-06_08__inlines__images__05: |-
+06_08__inlines__images__005: |-
{
"type": "doc",
"content": [
@@ -15148,7 +15148,7 @@
}
]
}
-06_08__inlines__images__06: |-
+06_08__inlines__images__006: |-
{
"type": "doc",
"content": [
@@ -15169,7 +15169,7 @@
}
]
}
-06_08__inlines__images__07: |-
+06_08__inlines__images__007: |-
{
"type": "doc",
"content": [
@@ -15190,7 +15190,7 @@
}
]
}
-06_08__inlines__images__08: |-
+06_08__inlines__images__008: |-
{
"type": "doc",
"content": [
@@ -15215,7 +15215,7 @@
}
]
}
-06_08__inlines__images__09: |-
+06_08__inlines__images__009: |-
{
"type": "doc",
"content": [
@@ -15236,7 +15236,7 @@
}
]
}
-06_08__inlines__images__10: |-
+06_08__inlines__images__010: |-
{
"type": "doc",
"content": [
@@ -15257,7 +15257,7 @@
}
]
}
-06_08__inlines__images__11: |-
+06_08__inlines__images__011: |-
{
"type": "doc",
"content": [
@@ -15278,7 +15278,7 @@
}
]
}
-06_08__inlines__images__12: |-
+06_08__inlines__images__012: |-
{
"type": "doc",
"content": [
@@ -15299,7 +15299,7 @@
}
]
}
-06_08__inlines__images__13: |-
+06_08__inlines__images__013: |-
{
"type": "doc",
"content": [
@@ -15320,7 +15320,7 @@
}
]
}
-06_08__inlines__images__14: |-
+06_08__inlines__images__014: |-
{
"type": "doc",
"content": [
@@ -15341,7 +15341,7 @@
}
]
}
-06_08__inlines__images__15: |-
+06_08__inlines__images__015: |-
{
"type": "doc",
"content": [
@@ -15362,7 +15362,7 @@
}
]
}
-06_08__inlines__images__16: |-
+06_08__inlines__images__016: |-
{
"type": "doc",
"content": [
@@ -15387,7 +15387,7 @@
}
]
}
-06_08__inlines__images__17: |-
+06_08__inlines__images__017: |-
{
"type": "doc",
"content": [
@@ -15408,7 +15408,7 @@
}
]
}
-06_08__inlines__images__18: |-
+06_08__inlines__images__018: |-
{
"type": "doc",
"content": [
@@ -15429,7 +15429,7 @@
}
]
}
-06_08__inlines__images__19: |-
+06_08__inlines__images__019: |-
{
"type": "doc",
"content": [
@@ -15453,7 +15453,7 @@
}
]
}
-06_08__inlines__images__20: |-
+06_08__inlines__images__020: |-
{
"type": "doc",
"content": [
@@ -15474,7 +15474,7 @@
}
]
}
-06_08__inlines__images__21: |-
+06_08__inlines__images__021: |-
{
"type": "doc",
"content": [
@@ -15489,7 +15489,7 @@
}
]
}
-06_08__inlines__images__22: |-
+06_08__inlines__images__022: |-
{
"type": "doc",
"content": [
@@ -15519,7 +15519,7 @@
}
]
}
-06_09__inlines__autolinks__01: |-
+06_09__inlines__autolinks__001: |-
{
"type": "doc",
"content": [
@@ -15545,7 +15545,7 @@
}
]
}
-06_09__inlines__autolinks__02: |-
+06_09__inlines__autolinks__002: |-
{
"type": "doc",
"content": [
@@ -15571,7 +15571,7 @@
}
]
}
-06_09__inlines__autolinks__03: |-
+06_09__inlines__autolinks__003: |-
{
"type": "doc",
"content": [
@@ -15597,7 +15597,7 @@
}
]
}
-06_09__inlines__autolinks__04: |-
+06_09__inlines__autolinks__004: |-
{
"type": "doc",
"content": [
@@ -15623,7 +15623,7 @@
}
]
}
-06_09__inlines__autolinks__05: |-
+06_09__inlines__autolinks__005: |-
{
"type": "doc",
"content": [
@@ -15649,7 +15649,7 @@
}
]
}
-06_09__inlines__autolinks__06: |-
+06_09__inlines__autolinks__006: |-
{
"type": "doc",
"content": [
@@ -15675,7 +15675,7 @@
}
]
}
-06_09__inlines__autolinks__07: |-
+06_09__inlines__autolinks__007: |-
{
"type": "doc",
"content": [
@@ -15701,7 +15701,7 @@
}
]
}
-06_09__inlines__autolinks__08: |-
+06_09__inlines__autolinks__008: |-
{
"type": "doc",
"content": [
@@ -15727,7 +15727,7 @@
}
]
}
-06_09__inlines__autolinks__09: |-
+06_09__inlines__autolinks__009: |-
{
"type": "doc",
"content": [
@@ -15742,7 +15742,7 @@
}
]
}
-06_09__inlines__autolinks__10: |-
+06_09__inlines__autolinks__010: |-
{
"type": "doc",
"content": [
@@ -15768,7 +15768,7 @@
}
]
}
-06_09__inlines__autolinks__11: |-
+06_09__inlines__autolinks__011: |-
{
"type": "doc",
"content": [
@@ -15794,7 +15794,7 @@
}
]
}
-06_09__inlines__autolinks__12: |-
+06_09__inlines__autolinks__012: |-
{
"type": "doc",
"content": [
@@ -15820,7 +15820,7 @@
}
]
}
-06_09__inlines__autolinks__13: |-
+06_09__inlines__autolinks__013: |-
{
"type": "doc",
"content": [
@@ -15835,7 +15835,7 @@
}
]
}
-06_09__inlines__autolinks__14: |-
+06_09__inlines__autolinks__014: |-
{
"type": "doc",
"content": [
@@ -15850,7 +15850,7 @@
}
]
}
-06_09__inlines__autolinks__15: |-
+06_09__inlines__autolinks__015: |-
{
"type": "doc",
"content": [
@@ -15865,7 +15865,7 @@
}
]
}
-06_09__inlines__autolinks__16: |-
+06_09__inlines__autolinks__016: |-
{
"type": "doc",
"content": [
@@ -15880,7 +15880,7 @@
}
]
}
-06_09__inlines__autolinks__17: |-
+06_09__inlines__autolinks__017: |-
{
"type": "doc",
"content": [
@@ -15895,7 +15895,7 @@
}
]
}
-06_09__inlines__autolinks__18: |-
+06_09__inlines__autolinks__018: |-
{
"type": "doc",
"content": [
@@ -15910,7 +15910,7 @@
}
]
}
-06_09__inlines__autolinks__19: |-
+06_09__inlines__autolinks__019: |-
{
"type": "doc",
"content": [
@@ -15925,7 +15925,7 @@
}
]
}
-06_10__inlines__autolinks_extension__01: |-
+06_10__inlines__autolinks_extension__001: |-
{
"type": "doc",
"content": [
@@ -15940,7 +15940,7 @@
}
]
}
-06_10__inlines__autolinks_extension__02: |-
+06_10__inlines__autolinks_extension__002: |-
{
"type": "doc",
"content": [
@@ -15955,7 +15955,7 @@
}
]
}
-06_10__inlines__autolinks_extension__03: |-
+06_10__inlines__autolinks_extension__003: |-
{
"type": "doc",
"content": [
@@ -15979,7 +15979,7 @@
}
]
}
-06_10__inlines__autolinks_extension__04: |-
+06_10__inlines__autolinks_extension__004: |-
{
"type": "doc",
"content": [
@@ -16021,7 +16021,7 @@
}
]
}
-06_10__inlines__autolinks_extension__05: |-
+06_10__inlines__autolinks_extension__005: |-
{
"type": "doc",
"content": [
@@ -16036,7 +16036,7 @@
}
]
}
-06_10__inlines__autolinks_extension__06: |-
+06_10__inlines__autolinks_extension__006: |-
{
"type": "doc",
"content": [
@@ -16060,7 +16060,7 @@
}
]
}
-06_10__inlines__autolinks_extension__07: |-
+06_10__inlines__autolinks_extension__007: |-
{
"type": "doc",
"content": [
@@ -16075,7 +16075,7 @@
}
]
}
-06_10__inlines__autolinks_extension__08: |-
+06_10__inlines__autolinks_extension__008: |-
{
"type": "doc",
"content": [
@@ -16108,7 +16108,7 @@
}
]
}
-06_10__inlines__autolinks_extension__09: |-
+06_10__inlines__autolinks_extension__009: |-
{
"type": "doc",
"content": [
@@ -16123,7 +16123,7 @@
}
]
}
-06_10__inlines__autolinks_extension__10: |-
+06_10__inlines__autolinks_extension__010: |-
{
"type": "doc",
"content": [
@@ -16138,7 +16138,7 @@
}
]
}
-06_10__inlines__autolinks_extension__11: |-
+06_10__inlines__autolinks_extension__011: |-
{
"type": "doc",
"content": [
@@ -16180,16 +16180,16 @@
}
]
}
-06_11__inlines__raw_html__01: |-
+06_11__inlines__raw_html__001: |-
Error - check implementation:
Hast node of type "bab" not supported by this converter. Please, provide an specification.
-06_11__inlines__raw_html__02: |-
+06_11__inlines__raw_html__002: |-
Error - check implementation:
Hast node of type "b2" not supported by this converter. Please, provide an specification.
-06_11__inlines__raw_html__03: |-
+06_11__inlines__raw_html__003: |-
Error - check implementation:
Hast node of type "b2" not supported by this converter. Please, provide an specification.
-06_11__inlines__raw_html__04: |-
+06_11__inlines__raw_html__004: |-
{
"type": "doc",
"content": [
@@ -16198,10 +16198,10 @@
}
]
}
-06_11__inlines__raw_html__05: |-
+06_11__inlines__raw_html__005: |-
Error - check implementation:
Hast node of type "responsive-image" not supported by this converter. Please, provide an specification.
-06_11__inlines__raw_html__06: |-
+06_11__inlines__raw_html__006: |-
{
"type": "doc",
"content": [
@@ -16216,7 +16216,7 @@
}
]
}
-06_11__inlines__raw_html__07: |-
+06_11__inlines__raw_html__007: |-
{
"type": "doc",
"content": [
@@ -16231,7 +16231,7 @@
}
]
}
-06_11__inlines__raw_html__08: |-
+06_11__inlines__raw_html__008: |-
{
"type": "doc",
"content": [
@@ -16246,7 +16246,7 @@
}
]
}
-06_11__inlines__raw_html__09: |-
+06_11__inlines__raw_html__009: |-
{
"type": "doc",
"content": [
@@ -16261,7 +16261,7 @@
}
]
}
-06_11__inlines__raw_html__10: |-
+06_11__inlines__raw_html__010: |-
{
"type": "doc",
"content": [
@@ -16276,7 +16276,7 @@
}
]
}
-06_11__inlines__raw_html__11: |-
+06_11__inlines__raw_html__011: |-
{
"type": "doc",
"content": [
@@ -16285,7 +16285,7 @@
}
]
}
-06_11__inlines__raw_html__12: |-
+06_11__inlines__raw_html__012: |-
{
"type": "doc",
"content": [
@@ -16300,10 +16300,10 @@
}
]
}
-06_11__inlines__raw_html__13: |-
+06_11__inlines__raw_html__013: |-
Error - check implementation:
Hast node of type "comment" not supported by this converter. Please, provide an specification.
-06_11__inlines__raw_html__14: |-
+06_11__inlines__raw_html__014: |-
{
"type": "doc",
"content": [
@@ -16318,7 +16318,7 @@
}
]
}
-06_11__inlines__raw_html__15: |-
+06_11__inlines__raw_html__015: |-
{
"type": "doc",
"content": [
@@ -16342,16 +16342,16 @@
}
]
}
-06_11__inlines__raw_html__16: |-
+06_11__inlines__raw_html__016: |-
Error - check implementation:
Hast node of type "comment" not supported by this converter. Please, provide an specification.
-06_11__inlines__raw_html__17: |-
+06_11__inlines__raw_html__017: |-
Error - check implementation:
Hast node of type "comment" not supported by this converter. Please, provide an specification.
-06_11__inlines__raw_html__18: |-
+06_11__inlines__raw_html__018: |-
Error - check implementation:
Hast node of type "comment" not supported by this converter. Please, provide an specification.
-06_11__inlines__raw_html__19: |-
+06_11__inlines__raw_html__019: |-
{
"type": "doc",
"content": [
@@ -16366,7 +16366,7 @@
}
]
}
-06_11__inlines__raw_html__20: |-
+06_11__inlines__raw_html__020: |-
{
"type": "doc",
"content": [
@@ -16381,7 +16381,7 @@
}
]
}
-06_11__inlines__raw_html__21: |-
+06_11__inlines__raw_html__021: |-
{
"type": "doc",
"content": [
@@ -16396,10 +16396,10 @@
}
]
}
-06_12__inlines__disallowed_raw_html_extension__01: |-
+06_12__inlines__disallowed_raw_html_extension__001: |-
Error - check implementation:
Hast node of type "title" not supported by this converter. Please, provide an specification.
-06_13__inlines__hard_line_breaks__01: |-
+06_13__inlines__hard_line_breaks__001: |-
{
"type": "doc",
"content": [
@@ -16421,7 +16421,7 @@
}
]
}
-06_13__inlines__hard_line_breaks__02: |-
+06_13__inlines__hard_line_breaks__002: |-
{
"type": "doc",
"content": [
@@ -16443,7 +16443,7 @@
}
]
}
-06_13__inlines__hard_line_breaks__03: |-
+06_13__inlines__hard_line_breaks__003: |-
{
"type": "doc",
"content": [
@@ -16465,7 +16465,7 @@
}
]
}
-06_13__inlines__hard_line_breaks__04: |-
+06_13__inlines__hard_line_breaks__004: |-
{
"type": "doc",
"content": [
@@ -16487,7 +16487,7 @@
}
]
}
-06_13__inlines__hard_line_breaks__05: |-
+06_13__inlines__hard_line_breaks__005: |-
{
"type": "doc",
"content": [
@@ -16509,13 +16509,13 @@
}
]
}
-06_13__inlines__hard_line_breaks__06: |-
+06_13__inlines__hard_line_breaks__006: |-
Error - check implementation:
Cannot destructure property 'type' of 'this.stack.pop(...)' as it is undefined.
-06_13__inlines__hard_line_breaks__07: |-
+06_13__inlines__hard_line_breaks__007: |-
Error - check implementation:
Cannot destructure property 'type' of 'this.stack.pop(...)' as it is undefined.
-06_13__inlines__hard_line_breaks__08: |-
+06_13__inlines__hard_line_breaks__008: |-
{
"type": "doc",
"content": [
@@ -16535,7 +16535,7 @@
}
]
}
-06_13__inlines__hard_line_breaks__09: |-
+06_13__inlines__hard_line_breaks__009: |-
{
"type": "doc",
"content": [
@@ -16555,7 +16555,7 @@
}
]
}
-06_13__inlines__hard_line_breaks__10: |-
+06_13__inlines__hard_line_breaks__010: |-
{
"type": "doc",
"content": [
@@ -16564,7 +16564,7 @@
}
]
}
-06_13__inlines__hard_line_breaks__11: |-
+06_13__inlines__hard_line_breaks__011: |-
{
"type": "doc",
"content": [
@@ -16573,7 +16573,7 @@
}
]
}
-06_13__inlines__hard_line_breaks__12: |-
+06_13__inlines__hard_line_breaks__012: |-
{
"type": "doc",
"content": [
@@ -16588,7 +16588,7 @@
}
]
}
-06_13__inlines__hard_line_breaks__13: |-
+06_13__inlines__hard_line_breaks__013: |-
{
"type": "doc",
"content": [
@@ -16603,7 +16603,7 @@
}
]
}
-06_13__inlines__hard_line_breaks__14: |-
+06_13__inlines__hard_line_breaks__014: |-
{
"type": "doc",
"content": [
@@ -16621,7 +16621,7 @@
}
]
}
-06_13__inlines__hard_line_breaks__15: |-
+06_13__inlines__hard_line_breaks__015: |-
{
"type": "doc",
"content": [
@@ -16639,7 +16639,7 @@
}
]
}
-06_14__inlines__soft_line_breaks__01: |-
+06_14__inlines__soft_line_breaks__001: |-
{
"type": "doc",
"content": [
@@ -16654,7 +16654,7 @@
}
]
}
-06_14__inlines__soft_line_breaks__02: |-
+06_14__inlines__soft_line_breaks__002: |-
{
"type": "doc",
"content": [
@@ -16669,7 +16669,7 @@
}
]
}
-06_15__inlines__textual_content__01: |-
+06_15__inlines__textual_content__001: |-
{
"type": "doc",
"content": [
@@ -16684,7 +16684,7 @@
}
]
}
-06_15__inlines__textual_content__02: |-
+06_15__inlines__textual_content__002: |-
{
"type": "doc",
"content": [
@@ -16699,7 +16699,7 @@
}
]
}
-06_15__inlines__textual_content__03: |-
+06_15__inlines__textual_content__003: |-
{
"type": "doc",
"content": [
@@ -16714,7 +16714,7 @@
}
]
}
-07_01__first_gitlab_specific_section_with_examples__strong_but_with_two_asterisks__01: |-
+07_01__first_gitlab_specific_section_with_examples__strong_but_with_two_asterisks__001: |-
{
"type": "doc",
"content": [
@@ -16734,6 +16734,6 @@
}
]
}
-08_01__second_gitlab_specific_section_with_examples__strong_but_with_html__01: |-
+08_01__second_gitlab_specific_section_with_examples__strong_but_with_html__001: |-
Error - check implementation:
Cannot read properties of undefined (reading 'wrapTextInParagraph')
diff --git a/spec/frontend/ide/components/ide_status_bar_spec.js b/spec/frontend/ide/components/ide_status_bar_spec.js
index 00ef75fcf3a..17a5aa17b1f 100644
--- a/spec/frontend/ide/components/ide_status_bar_spec.js
+++ b/spec/frontend/ide/components/ide_status_bar_spec.js
@@ -11,6 +11,8 @@ const TEST_PROJECT_ID = 'abcproject';
const TEST_MERGE_REQUEST_ID = '9001';
const TEST_MERGE_REQUEST_URL = `${TEST_HOST}merge-requests/${TEST_MERGE_REQUEST_ID}`;
+jest.mock('~/lib/utils/poll');
+
describe('ideStatusBar', () => {
let store;
let vm;
diff --git a/spec/frontend/integrations/edit/components/jira_issues_fields_spec.js b/spec/frontend/integrations/edit/components/jira_issues_fields_spec.js
index b4c5d4f9957..fa91f8de45a 100644
--- a/spec/frontend/integrations/edit/components/jira_issues_fields_spec.js
+++ b/spec/frontend/integrations/edit/components/jira_issues_fields_spec.js
@@ -11,7 +11,6 @@ describe('JiraIssuesFields', () => {
const defaultProps = {
showJiraVulnerabilitiesIntegration: true,
- upgradePlanPath: 'https://gitlab.com',
};
const createComponent = ({
diff --git a/spec/frontend/integrations/edit/components/jira_upgrade_cta_spec.js b/spec/frontend/integrations/edit/components/jira_upgrade_cta_spec.js
deleted file mode 100644
index e90e9a5d2ac..00000000000
--- a/spec/frontend/integrations/edit/components/jira_upgrade_cta_spec.js
+++ /dev/null
@@ -1,31 +0,0 @@
-import { shallowMount } from '@vue/test-utils';
-
-import JiraUpgradeCta from '~/integrations/edit/components/jira_upgrade_cta.vue';
-
-describe('JiraUpgradeCta', () => {
- let wrapper;
-
- const contentMessage = 'Upgrade your plan to enable this feature of the Jira Integration.';
-
- const createComponent = (propsData) => {
- wrapper = shallowMount(JiraUpgradeCta, {
- propsData,
- });
- };
-
- afterEach(() => {
- wrapper.destroy();
- });
-
- it('displays the correct message for premium and lower users', () => {
- createComponent({ showPremiumMessage: true });
- expect(wrapper.text()).toContain('This is a Premium feature');
- expect(wrapper.text()).toContain(contentMessage);
- });
-
- it('displays the correct message for ultimate and lower users', () => {
- createComponent({ showUltimateMessage: true });
- expect(wrapper.text()).toContain('This is an Ultimate feature');
- expect(wrapper.text()).toContain(contentMessage);
- });
-});
diff --git a/spec/frontend/invite_members/components/invite_members_trigger_spec.js b/spec/frontend/invite_members/components/invite_members_trigger_spec.js
index 28402c8331c..c522abe63c5 100644
--- a/spec/frontend/invite_members/components/invite_members_trigger_spec.js
+++ b/spec/frontend/invite_members/components/invite_members_trigger_spec.js
@@ -2,7 +2,11 @@ import { GlButton, GlLink, GlIcon } from '@gitlab/ui';
import { shallowMount } from '@vue/test-utils';
import InviteMembersTrigger from '~/invite_members/components/invite_members_trigger.vue';
import eventHub from '~/invite_members/event_hub';
-import { TRIGGER_ELEMENT_BUTTON, TRIGGER_ELEMENT_SIDE_NAV } from '~/invite_members/constants';
+import {
+ TRIGGER_ELEMENT_BUTTON,
+ TRIGGER_ELEMENT_SIDE_NAV,
+ TRIGGER_DEFAULT_QA_SELECTOR,
+} from '~/invite_members/constants';
jest.mock('~/experimentation/experiment_tracking');
@@ -50,12 +54,24 @@ describe.each(triggerItems)('with triggerElement as %s', (triggerItem) => {
wrapper.destroy();
});
- describe('displayText', () => {
+ describe('configurable attributes', () => {
it('includes the correct displayText for the button', () => {
createComponent();
expect(findButton().text()).toBe(displayText);
});
+
+ it('uses the default qa selector value', () => {
+ createComponent();
+
+ expect(findButton().attributes('data-qa-selector')).toBe(TRIGGER_DEFAULT_QA_SELECTOR);
+ });
+
+ it('sets the qa selector value', () => {
+ createComponent({ qaSelector: '_qaSelector_' });
+
+ expect(findButton().attributes('data-qa-selector')).toBe('_qaSelector_');
+ });
});
describe('clicking the link', () => {
diff --git a/spec/models/commit_spec.rb b/spec/models/commit_spec.rb
index 7c67b9a3d63..187be557064 100644
--- a/spec/models/commit_spec.rb
+++ b/spec/models/commit_spec.rb
@@ -746,7 +746,7 @@ eos
end
end
- describe '#work_in_progress?' do
+ describe '#draft?' do
[
'squash! ', 'fixup! ',
'draft: ', '[Draft] ', '(draft) ', 'Draft: '
@@ -754,21 +754,21 @@ eos
it "detects the '#{draft_prefix}' prefix" do
commit.message = "#{draft_prefix}#{commit.message}"
- expect(commit).to be_work_in_progress
+ expect(commit).to be_draft
end
end
- it "does not detect WIP for a commit just saying 'draft'" do
+ it "does not detect a commit just saying 'draft' as draft? == true" do
commit.message = "draft"
- expect(commit).not_to be_work_in_progress
+ expect(commit).not_to be_draft
end
["FIXUP!", "Draft - ", "Wipeout", "WIP: ", "[WIP] ", "wip: "].each do |draft_prefix|
it "doesn't detect '#{draft_prefix}' at the start of the title as a draft" do
commit.message = "#{draft_prefix} #{commit.message}"
- expect(commit).not_to be_work_in_progress
+ expect(commit).not_to be_draft
end
end
end
diff --git a/spec/models/merge_request_spec.rb b/spec/models/merge_request_spec.rb
index e11f92ddca8..f252c4e2e96 100644
--- a/spec/models/merge_request_spec.rb
+++ b/spec/models/merge_request_spec.rb
@@ -1381,7 +1381,7 @@ RSpec.describe MergeRequest, factory_default: :keep do
end
end
- describe "#work_in_progress?" do
+ describe "#draft?" do
subject { build_stubbed(:merge_request) }
[
@@ -1390,7 +1390,7 @@ RSpec.describe MergeRequest, factory_default: :keep do
it "detects the '#{draft_prefix}' prefix" do
subject.title = "#{draft_prefix}#{subject.title}"
- expect(subject.work_in_progress?).to eq true
+ expect(subject.draft?).to eq true
end
end
diff --git a/spec/presenters/merge_request_presenter_spec.rb b/spec/presenters/merge_request_presenter_spec.rb
index dbf5af095cb..d270706d3bf 100644
--- a/spec/presenters/merge_request_presenter_spec.rb
+++ b/spec/presenters/merge_request_presenter_spec.rb
@@ -308,7 +308,7 @@ RSpec.describe MergeRequestPresenter do
end
before do
- allow(resource).to receive(:work_in_progress?).and_return(true)
+ allow(resource).to receive(:draft?).and_return(true)
end
context 'when merge request enabled and has permission' do
diff --git a/spec/scripts/lib/glfm/update_example_snapshots_spec.rb b/spec/scripts/lib/glfm/update_example_snapshots_spec.rb
index d6088841bee..efea6db8a43 100644
--- a/spec/scripts/lib/glfm/update_example_snapshots_spec.rb
+++ b/spec/scripts/lib/glfm/update_example_snapshots_spec.rb
@@ -2,6 +2,31 @@
require 'fast_spec_helper'
require_relative '../../../../scripts/lib/glfm/update_example_snapshots'
+# IMPORTANT NOTE: See https://docs.gitlab.com/ee/development/gitlab_flavored_markdown/specification_guide/
+# for details on the implementation and usage of the `update_example_snapshots` script being tested.
+# This developers guide contains diagrams and documentation of the script,
+# including explanations and examples of all files it reads and writes.
+#
+# Note that this test is not structured in a traditional way, with multiple examples
+# to cover all different scenarios. Instead, the content of the stubbed test fixture
+# files are crafted to cover multiple scenarios with in a single example run.
+#
+# This is because the invocation of the full script is slow, because it executes
+# two subshells for processing, one which runs a full Rails environment, and one
+# which runs a jest test environment. This results in each full run of the script
+# taking between 30-60 seconds. The majority of this is spent loading the Rails environmnent.
+#
+# However, only the `writing html.yml and prosemirror_json.yml` context is used
+# to test these slow sub-processes, and it only contains a single example.
+#
+# All other tests currently in the file pass the `skip_static_and_wysiwyg: true`
+# flag to `#process`, which skips the slow sub-processes. All of these tests
+# should run in sub-second time when the Spring pre-loader is used. This allows
+# logic which is not directly related to the slow sub-processes to be TDD'd with a
+# very rapid feedback cycle.
+#
+# Also, the textual content of the individual fixture file entries is also crafted to help
+# indicate which scenarios which they are covering.
RSpec.describe Glfm::UpdateExampleSnapshots, '#process' do
subject { described_class.new }
@@ -17,8 +42,10 @@ RSpec.describe Glfm::UpdateExampleSnapshots, '#process' do
let(:es_markdown_yml_path) { described_class::ES_MARKDOWN_YML_PATH }
let(:es_markdown_yml_io) { StringIO.new }
let(:es_html_yml_path) { described_class::ES_HTML_YML_PATH }
+ let(:es_html_yml_io_existing) { StringIO.new(es_html_yml_io_existing_contents) }
let(:es_html_yml_io) { StringIO.new }
let(:es_prosemirror_json_yml_path) { described_class::ES_PROSEMIRROR_JSON_YML_PATH }
+ let(:es_prosemirror_json_yml_io_existing) { StringIO.new(es_prosemirror_json_yml_io_existing_contents) }
let(:es_prosemirror_json_yml_io) { StringIO.new }
# Internal tempfiles
@@ -44,7 +71,7 @@ RSpec.describe Glfm::UpdateExampleSnapshots, '#process' do
<p><strong>bold</strong></p>
````````````````````````````````
- ```````````````````````````````` example strikethrough
+ ```````````````````````````````` example strong
__bold with more text__
.
<p><strong>bold with more text</strong></p>
@@ -90,6 +117,24 @@ RSpec.describe Glfm::UpdateExampleSnapshots, '#process' do
</strong></p>
````````````````````````````````
+ # Third GitLab-Specific Section with skipped Examples
+
+ ## Strong but skipped
+
+ ```````````````````````````````` example gitlab strong
+ **this example will be skipped**
+ .
+ <p><strong>this example will be skipped</strong></p>
+ ````````````````````````````````
+
+ ## Strong but manually modified and skipped
+
+ ```````````````````````````````` example gitlab strong
+ **This example will have its manually modified static HTML, WYSIWYG HTML, and ProseMirror JSON preserved**
+ .
+ <p><strong>This example will have its manually modified static HTML, WYSIWYG HTML, and ProseMirror JSON preserved</strong></p>
+ ````````````````````````````````
+
<!-- END TESTS -->
# Appendix
@@ -99,25 +144,90 @@ RSpec.describe Glfm::UpdateExampleSnapshots, '#process' do
end
let(:glfm_example_status_yml_contents) do
+ # language=YAML
<<~GLFM_EXAMPLE_STATUS_YML_CONTENTS
---
- - 07_01_first_gitlab_specific_section_with_examples_strong_but_with_two_asterisks:
- skip_update_example_snapshots: false
- skip_running_snapshot_static_html_tests: false
- skip_running_snapshot_wysiwyg_html_tests: false
- skip_running_snapshot_prosemirror_json_tests: false
- skip_running_conformance_static_tests: false
- skip_running_conformance_wysiwyg_tests: false
- - 07_02_first_gitlab_specific_section_with_examples_strong_but_with_html:
+ 02_01__inlines__strong__001:
+ # The skip_update_example_snapshots key is present, but false, so this example is not skipped
skip_update_example_snapshots: false
- skip_running_snapshot_static_html_tests: false
- skip_running_snapshot_wysiwyg_html_tests: false
- skip_running_snapshot_prosemirror_json_tests: false
- skip_running_conformance_static_tests: false
- skip_running_conformance_wysiwyg_tests: false
+ 02_01__inlines__strong__002:
+ # It is OK to have an empty (nil) value for an example statuses entry, it means they will all be false.
+ 05_01__third_gitlab_specific_section_with_skipped_examples__strong_but_skipped__001:
+ # Always skip this example
+ skip_update_example_snapshots: 'skipping this example because it is very bad'
+ 05_02__third_gitlab_specific_section_with_skipped_examples__strong_but_manually_modified_and_skipped__001:
+ # Always skip this example, but preserve the existing manual modifications
+ skip_update_example_snapshots: 'skipping this example because we have manually modified it'
GLFM_EXAMPLE_STATUS_YML_CONTENTS
end
+ let(:es_html_yml_io_existing_contents) do
+ # language=YAML
+ <<~ES_HTML_YML_IO_EXISTING_CONTENTS
+ ---
+ 00_00__obsolete_entry_to_be_deleted__001:
+ canonical: |
+ This entry is no longer exists in the spec.txt, and is not skipped, so it will be deleted.
+ static: |-
+ This entry is no longer exists in the spec.txt, and is not skipped, so it will be deleted.
+ wysiwyg: |-
+ This entry is no longer exists in the spec.txt, and is not skipped, so it will be deleted.
+ 02_01__inlines__strong__001:
+ canonical: |
+ This entry is existing, but not skipped, so it will be overwritten.
+ static: |-
+ This entry is existing, but not skipped, so it will be overwritten.
+ wysiwyg: |-
+ This entry is existing, but not skipped, so it will be overwritten.
+ 05_02__third_gitlab_specific_section_with_skipped_examples__strong_but_manually_modified_and_skipped__001:
+ canonical: |
+ <p><strong>This example will have its manually modified static HTML, WYSIWYG HTML, and ProseMirror JSON preserved</strong></p>
+ static: |-
+ <p>This is the manually modified static HTML which will be preserved</p>
+ wysiwyg: |-
+ <p>This is the manually modified WYSIWYG HTML which will be preserved</p>
+ ES_HTML_YML_IO_EXISTING_CONTENTS
+ end
+
+ let(:es_prosemirror_json_yml_io_existing_contents) do
+ # language=YAML
+ <<~ES_PROSEMIRROR_JSON_YML_IO_EXISTING_CONTENTS
+ ---
+ 00_00__obsolete_entry_to_be_deleted__001:
+ {
+ "obsolete": "This entry is no longer exists in the spec.txt, and is not skipped, so it will be deleted."
+ }
+ 02_01__inlines__strong__001: |-
+ {
+ "existing": "This entry is existing, but not skipped, so it will be overwritten."
+ }
+ # 02_01__inlines__strong__002: is omitted from the existing file and skipped, to test that scenario.
+ 02_02__inlines__strikethrough_extension__001: |-
+ {
+ "type": "doc",
+ "content": [
+ {
+ "type": "paragraph",
+ "content": [
+ {
+ "type": "text",
+ "text": "~~Hi~~ Hello, world!"
+ }
+ ]
+ }
+ ]
+ }
+ 04_01__second_gitlab_specific_section_with_examples__strong_but_with_html__001: |-
+ {
+ "existing": "This entry is manually modified and preserved because skip_update_example_snapshot_prosemirror_json will be truthy"
+ }
+ 05_02__third_gitlab_specific_section_with_skipped_examples__strong_but_manually_modified_and_skipped__001: |-
+ {
+ "existing": "This entry is manually modified and preserved because skip_update_example_snapshots will be truthy"
+ }
+ ES_PROSEMIRROR_JSON_YML_IO_EXISTING_CONTENTS
+ end
+
before do
# We mock out the URI and local file IO objects with real StringIO, instead of just mock
# objects. This gives better and more realistic coverage, while still avoiding
@@ -129,12 +239,14 @@ RSpec.describe Glfm::UpdateExampleSnapshots, '#process' do
# output files
allow(File).to receive(:open).with(es_examples_index_yml_path, 'w') { es_examples_index_yml_io }
- allow(File).to receive(:open).with(es_html_yml_path, 'w') { es_html_yml_io }
- allow(File).to receive(:open).with(es_prosemirror_json_yml_path, 'w') { es_prosemirror_json_yml_io }
# output files which are also input files
allow(File).to receive(:open).with(es_markdown_yml_path, 'w') { es_markdown_yml_io }
allow(File).to receive(:open).with(es_markdown_yml_path) { es_markdown_yml_io }
+ allow(File).to receive(:open).with(es_html_yml_path, 'w') { es_html_yml_io }
+ allow(File).to receive(:open).with(es_html_yml_path) { es_html_yml_io_existing }
+ allow(File).to receive(:open).with(es_prosemirror_json_yml_path, 'w') { es_prosemirror_json_yml_io }
+ allow(File).to receive(:open).with(es_prosemirror_json_yml_path) { es_prosemirror_json_yml_io_existing }
# Allow normal opening of Tempfile files created during script execution.
tempfile_basenames = [
@@ -152,26 +264,71 @@ RSpec.describe Glfm::UpdateExampleSnapshots, '#process' do
allow(subject).to receive(:output)
end
+ describe 'when skip_update_example_snapshots is truthy' do
+ let(:es_examples_index_yml_contents) { reread_io(es_examples_index_yml_io) }
+ let(:es_markdown_yml_contents) { reread_io(es_markdown_yml_io) }
+ let(:expected_unskipped_example) do
+ /05_01__third_gitlab_specific_section_with_skipped_examples__strong_but_skipped__001/
+ end
+
+ it 'still writes the example to examples_index.yml' do
+ subject.process(skip_static_and_wysiwyg: true)
+
+ expect(es_examples_index_yml_contents).to match(expected_unskipped_example)
+ end
+
+ it 'still writes the example to markdown.yml' do
+ subject.process(skip_static_and_wysiwyg: true)
+
+ expect(es_markdown_yml_contents).to match(expected_unskipped_example)
+ end
+
+ describe 'when any other skip_update_example_* is also truthy' do
+ let(:glfm_example_status_yml_contents) do
+ # language=YAML
+ <<~GLFM_EXAMPLE_STATUS_YML_CONTENTS
+ ---
+ 02_01__inlines__strong__001:
+ skip_update_example_snapshots: 'if the skip_update_example_snapshots key is truthy...'
+ skip_update_example_snapshot_html_static: '...then no other skip_update_example_* keys can be truthy'
+ GLFM_EXAMPLE_STATUS_YML_CONTENTS
+ end
+
+ it 'raises an error' do
+ expected_msg = "Error: '02_01__inlines__strong__001' must not have any 'skip_update_example_snapshot_*' " \
+ "values specified if 'skip_update_example_snapshots' is truthy"
+ expect { subject.process }.to raise_error(/#{Regexp.escape(expected_msg)}/)
+ end
+ end
+ end
+
describe 'writing examples_index.yml' do
let(:es_examples_index_yml_contents) { reread_io(es_examples_index_yml_io) }
let(:expected_examples_index_yml_contents) do
+ # language=YAML
<<~ES_EXAMPLES_INDEX_YML_CONTENTS
---
- 02_01__inlines__strong__01:
+ 02_01__inlines__strong__001:
spec_txt_example_position: 1
source_specification: commonmark
- 02_01__inlines__strong__02:
+ 02_01__inlines__strong__002:
spec_txt_example_position: 2
source_specification: github
- 02_02__inlines__strikethrough_extension__01:
+ 02_02__inlines__strikethrough_extension__001:
spec_txt_example_position: 3
source_specification: github
- 03_01__first_gitlab_specific_section_with_examples__strong_but_with_two_asterisks__01:
+ 03_01__first_gitlab_specific_section_with_examples__strong_but_with_two_asterisks__001:
spec_txt_example_position: 4
source_specification: gitlab
- 04_01__second_gitlab_specific_section_with_examples__strong_but_with_html__01:
+ 04_01__second_gitlab_specific_section_with_examples__strong_but_with_html__001:
spec_txt_example_position: 5
source_specification: gitlab
+ 05_01__third_gitlab_specific_section_with_skipped_examples__strong_but_skipped__001:
+ spec_txt_example_position: 6
+ source_specification: gitlab
+ 05_02__third_gitlab_specific_section_with_skipped_examples__strong_but_manually_modified_and_skipped__001:
+ spec_txt_example_position: 7
+ source_specification: gitlab
ES_EXAMPLES_INDEX_YML_CONTENTS
end
@@ -185,20 +342,25 @@ RSpec.describe Glfm::UpdateExampleSnapshots, '#process' do
describe 'writing markdown.yml' do
let(:es_markdown_yml_contents) { reread_io(es_markdown_yml_io) }
let(:expected_markdown_yml_contents) do
+ # language=YAML
<<~ES_MARKDOWN_YML_CONTENTS
---
- 02_01__inlines__strong__01: |
+ 02_01__inlines__strong__001: |
__bold__
- 02_01__inlines__strong__02: |
+ 02_01__inlines__strong__002: |
__bold with more text__
- 02_02__inlines__strikethrough_extension__01: |
+ 02_02__inlines__strikethrough_extension__001: |
~~Hi~~ Hello, world!
- 03_01__first_gitlab_specific_section_with_examples__strong_but_with_two_asterisks__01: |
+ 03_01__first_gitlab_specific_section_with_examples__strong_but_with_two_asterisks__001: |
**bold**
- 04_01__second_gitlab_specific_section_with_examples__strong_but_with_html__01: |
+ 04_01__second_gitlab_specific_section_with_examples__strong_but_with_html__001: |
<strong>
bold
</strong>
+ 05_01__third_gitlab_specific_section_with_skipped_examples__strong_but_skipped__001: |
+ **this example will be skipped**
+ 05_02__third_gitlab_specific_section_with_skipped_examples__strong_but_manually_modified_and_skipped__001: |
+ **This example will have its manually modified static HTML, WYSIWYG HTML, and ProseMirror JSON preserved**
ES_MARKDOWN_YML_CONTENTS
end
@@ -213,61 +375,113 @@ RSpec.describe Glfm::UpdateExampleSnapshots, '#process' do
let(:es_html_yml_contents) { reread_io(es_html_yml_io) }
let(:es_prosemirror_json_yml_contents) { reread_io(es_prosemirror_json_yml_io) }
+ # NOTE: This example_status.yml is crafted in conjunction with expected_html_yml_contents
+ # to test the behavior of the `skip_update_*` flags
let(:glfm_example_status_yml_contents) do
+ # language=YAML
<<~GLFM_EXAMPLE_STATUS_YML_CONTENTS
---
- - 02_01_gitlab_specific_section_with_examples_strong_but_with_two_asterisks:
- skip_update_example_snapshots: false
- skip_running_snapshot_static_html_tests: false
- skip_running_snapshot_wysiwyg_html_tests: false
- skip_running_snapshot_prosemirror_json_tests: false
- skip_running_conformance_static_tests: false
- skip_running_conformance_wysiwyg_tests: false
+ 02_01__inlines__strong__002:
+ skip_update_example_snapshot_prosemirror_json: "skipping because JSON isn't cool enough"
+ 03_01__first_gitlab_specific_section_with_examples__strong_but_with_two_asterisks__001:
+ skip_update_example_snapshot_html_static: "skipping because there's too much static"
+ 04_01__second_gitlab_specific_section_with_examples__strong_but_with_html__001:
+ skip_update_example_snapshot_html_wysiwyg: 'skipping because what you see is NOT what you get'
+ skip_update_example_snapshot_prosemirror_json: "skipping because JSON still isn't cool enough"
+ 05_01__third_gitlab_specific_section_with_skipped_examples__strong_but_skipped__001:
+ skip_update_example_snapshots: 'skipping this example because it is very bad'
+ 05_02__third_gitlab_specific_section_with_skipped_examples__strong_but_manually_modified_and_skipped__001:
+ skip_update_example_snapshots: 'skipping this example because we have manually modified it'
GLFM_EXAMPLE_STATUS_YML_CONTENTS
end
- let(:glfm_spec_txt_contents) do
- <<~GLFM_SPEC_TXT_CONTENTS
- ---
- title: GitLab Flavored Markdown Spec
- ...
-
- # Introduction
-
- # GitLab-Specific Section with Examples
-
- ## Strong but with two asterisks
-
- ```````````````````````````````` example gitlab strong
- **bold**
- .
- <p><strong>bold</strong></p>
- ````````````````````````````````
- <!-- END TESTS -->
-
- # Appendix
-
- Appendix text.
- GLFM_SPEC_TXT_CONTENTS
- end
-
let(:expected_html_yml_contents) do
+ # language=YAML
<<~ES_HTML_YML_CONTENTS
---
- 02_01__gitlab_specific_section_with_examples__strong_but_with_two_asterisks__01:
+ 02_01__inlines__strong__001:
canonical: |
<p><strong>bold</strong></p>
static: |-
<p data-sourcepos="1:1-1:8" dir="auto"><strong>bold</strong></p>
wysiwyg: |-
<p><strong>bold</strong></p>
+ 02_01__inlines__strong__002:
+ canonical: |
+ <p><strong>bold with more text</strong></p>
+ static: |-
+ <p data-sourcepos="1:1-1:23" dir="auto"><strong>bold with more text</strong></p>
+ wysiwyg: |-
+ <p><strong>bold with more text</strong></p>
+ 02_02__inlines__strikethrough_extension__001:
+ canonical: |
+ <p><del>Hi</del> Hello, world!</p>
+ static: |-
+ <p data-sourcepos="1:1-1:20" dir="auto"><del>Hi</del> Hello, world!</p>
+ wysiwyg: |-
+ <p>~~Hi~~ Hello, world!</p>
+ 03_01__first_gitlab_specific_section_with_examples__strong_but_with_two_asterisks__001:
+ canonical: |
+ <p><strong>bold</strong></p>
+ wysiwyg: |-
+ <p><strong>bold</strong></p>
+ 04_01__second_gitlab_specific_section_with_examples__strong_but_with_html__001:
+ canonical: |
+ <p><strong>
+ bold
+ </strong></p>
+ static: |-
+ <strong>&#x000A;bold&#x000A;</strong>
+ 05_02__third_gitlab_specific_section_with_skipped_examples__strong_but_manually_modified_and_skipped__001:
+ canonical: |
+ <p><strong>This example will have its manually modified static HTML, WYSIWYG HTML, and ProseMirror JSON preserved</strong></p>
+ static: |-
+ <p>This is the manually modified static HTML which will be preserved</p>
+ wysiwyg: |-
+ <p>This is the manually modified WYSIWYG HTML which will be preserved</p>
ES_HTML_YML_CONTENTS
end
let(:expected_prosemirror_json_contents) do
+ # language=YAML
<<~ES_PROSEMIRROR_JSON_YML_CONTENTS
---
- 02_01__gitlab_specific_section_with_examples__strong_but_with_two_asterisks__01: |-
+ 02_01__inlines__strong__001: |-
+ {
+ "type": "doc",
+ "content": [
+ {
+ "type": "paragraph",
+ "content": [
+ {
+ "type": "text",
+ "marks": [
+ {
+ "type": "bold"
+ }
+ ],
+ "text": "bold"
+ }
+ ]
+ }
+ ]
+ }
+ 02_02__inlines__strikethrough_extension__001: |-
+ {
+ "type": "doc",
+ "content": [
+ {
+ "type": "paragraph",
+ "content": [
+ {
+ "type": "text",
+ "text": "~~Hi~~ Hello, world!"
+ }
+ ]
+ }
+ ]
+ }
+ 03_01__first_gitlab_specific_section_with_examples__strong_but_with_two_asterisks__001: |-
{
"type": "doc",
"content": [
@@ -287,6 +501,14 @@ RSpec.describe Glfm::UpdateExampleSnapshots, '#process' do
}
]
}
+ 04_01__second_gitlab_specific_section_with_examples__strong_but_with_html__001: |-
+ {
+ "existing": "This entry is manually modified and preserved because skip_update_example_snapshot_prosemirror_json will be truthy"
+ }
+ 05_02__third_gitlab_specific_section_with_skipped_examples__strong_but_manually_modified_and_skipped__001: |-
+ {
+ "existing": "This entry is manually modified and preserved because skip_update_example_snapshots will be truthy"
+ }
ES_PROSEMIRROR_JSON_YML_CONTENTS
end
@@ -304,6 +526,9 @@ RSpec.describe Glfm::UpdateExampleSnapshots, '#process' do
# the rails environment. We could have separate sections, but this would require an extra flag
# to the `process` method to independently skip static vs. WYSIWYG, which is not worth the effort.
it 'writes the correct content' do
+ # expectation that skipping message is only output once per example
+ expect(subject).to receive(:output).once.with(/reason.*skipping this example because it is very bad/i)
+
subject.process
expect(es_html_yml_contents).to eq(expected_html_yml_contents)
diff --git a/spec/services/merge_requests/create_service_spec.rb b/spec/services/merge_requests/create_service_spec.rb
index 49f691e97e2..c0c56a72192 100644
--- a/spec/services/merge_requests/create_service_spec.rb
+++ b/spec/services/merge_requests/create_service_spec.rb
@@ -32,7 +32,7 @@ RSpec.describe MergeRequests::CreateService, :clean_gitlab_redis_shared_state do
it 'creates an MR' do
expect(merge_request).to be_valid
- expect(merge_request.work_in_progress?).to be(false)
+ expect(merge_request.draft?).to be(false)
expect(merge_request.title).to eq('Awesome merge_request')
expect(merge_request.assignees).to be_empty
expect(merge_request.merge_params['force_remove_source_branch']).to eq('1')
@@ -74,7 +74,7 @@ RSpec.describe MergeRequests::CreateService, :clean_gitlab_redis_shared_state do
end
it 'sets MR to draft' do
- expect(merge_request.work_in_progress?).to be(true)
+ expect(merge_request.draft?).to be(true)
end
end
@@ -90,7 +90,7 @@ RSpec.describe MergeRequests::CreateService, :clean_gitlab_redis_shared_state do
end
it 'sets MR to draft' do
- expect(merge_request.work_in_progress?).to be(true)
+ expect(merge_request.draft?).to be(true)
end
end
end
diff --git a/spec/services/merge_requests/refresh_service_spec.rb b/spec/services/merge_requests/refresh_service_spec.rb
index 7560f0d5e24..eecf7c21cba 100644
--- a/spec/services/merge_requests/refresh_service_spec.rb
+++ b/spec/services/merge_requests/refresh_service_spec.rb
@@ -756,47 +756,48 @@ RSpec.describe MergeRequests::RefreshService do
refresh_service.execute(oldrev, newrev, 'refs/heads/wip')
fixup_merge_request.reload
- expect(fixup_merge_request.work_in_progress?).to eq(true)
+ expect(fixup_merge_request.draft?).to eq(true)
expect(fixup_merge_request.notes.last.note).to match(
/marked this merge request as \*\*draft\*\* from #{Commit.reference_pattern}/
)
end
it 'references the commit that caused the draft status' do
- wip_merge_request = create(:merge_request,
+ draft_merge_request = create(:merge_request,
source_project: @project,
source_branch: 'wip',
target_branch: 'master',
target_project: @project)
- commits = wip_merge_request.commits
+ commits = draft_merge_request.commits
oldrev = commits.last.id
newrev = commits.first.id
- wip_commit = wip_merge_request.commits.find(&:work_in_progress?)
+ draft_commit = draft_merge_request.commits.find(&:draft?)
refresh_service.execute(oldrev, newrev, 'refs/heads/wip')
- expect(wip_merge_request.reload.notes.last.note).to eq(
- "marked this merge request as **draft** from #{wip_commit.id}"
+ expect(draft_merge_request.reload.notes.last.note).to eq(
+ "marked this merge request as **draft** from #{draft_commit.id}"
)
end
it 'does not mark as draft based on commits that do not belong to an MR' do
allow(refresh_service).to receive(:find_new_commits)
+
refresh_service.instance_variable_set("@commits", [
double(
id: 'aaaaaaa',
sha: 'aaaaaaa',
short_id: 'aaaaaaa',
title: 'Fix issue',
- work_in_progress?: false
+ draft?: false
),
double(
id: 'bbbbbbb',
sha: 'bbbbbbbb',
short_id: 'bbbbbbb',
title: 'fixup! Fix issue',
- work_in_progress?: true,
+ draft?: true,
to_reference: 'bbbbbbb'
)
])
@@ -804,7 +805,7 @@ RSpec.describe MergeRequests::RefreshService do
refresh_service.execute(@oldrev, @newrev, 'refs/heads/master')
reload_mrs
- expect(@merge_request.work_in_progress?).to be_falsey
+ expect(@merge_request.draft?).to be_falsey
end
end
diff --git a/spec/services/notes/create_service_spec.rb b/spec/services/notes/create_service_spec.rb
index c72a9465f20..53b75a3c991 100644
--- a/spec/services/notes/create_service_spec.rb
+++ b/spec/services/notes/create_service_spec.rb
@@ -359,7 +359,7 @@ RSpec.describe Notes::CreateService do
issuable.reload.update!(title: "title")
},
expectation: ->(issuable, can_use_quick_action) {
- expect(issuable.work_in_progress?).to eq(can_use_quick_action)
+ expect(issuable.draft?).to eq(can_use_quick_action)
}
),
# Remove draft status
@@ -369,7 +369,7 @@ RSpec.describe Notes::CreateService do
issuable.reload.update!(title: "Draft: title")
},
expectation: ->(noteable, can_use_quick_action) {
- expect(noteable.work_in_progress?).not_to eq(can_use_quick_action)
+ expect(noteable.draft?).not_to eq(can_use_quick_action)
}
)
]
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index e49e82f6ab6..a8b5908c57e 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -308,10 +308,6 @@ RSpec.configure do |config|
# See https://gitlab.com/gitlab-org/gitlab/-/issues/33867
stub_feature_flags(file_identifier_hash: false)
- # The following `vue_issues_list` stub can be removed
- # once the Vue issues page has feature parity with the current Haml page
- stub_feature_flags(vue_issues_list: false)
-
# Disable `main_branch_over_master` as we migrate
# from `master` to `main` accross our codebase.
# It's done in order to preserve the concistency in tests
diff --git a/spec/support/shared_examples/features/issuables_user_dropdown_behaviors_shared_examples.rb b/spec/support/shared_examples/features/issuables_user_dropdown_behaviors_shared_examples.rb
deleted file mode 100644
index 1848b4fffd9..00000000000
--- a/spec/support/shared_examples/features/issuables_user_dropdown_behaviors_shared_examples.rb
+++ /dev/null
@@ -1,23 +0,0 @@
-# frozen_string_literal: true
-
-RSpec.shared_examples 'issuable user dropdown behaviors' do
- include FilteredSearchHelpers
-
- before do
- issuable # ensure we have at least one issuable
- sign_in(user_in_dropdown)
- end
-
- %w[author assignee].each do |dropdown|
- describe "#{dropdown} dropdown", :js do
- it 'only includes members of the project/group' do
- visit issuables_path
-
- filtered_search.set("#{dropdown}:=")
-
- expect(find("#js-dropdown-#{dropdown} .filter-dropdown")).to have_content(user_in_dropdown.name)
- expect(find("#js-dropdown-#{dropdown} .filter-dropdown")).not_to have_content(user_not_in_dropdown.name)
- end
- end
- end
-end
diff --git a/spec/workers/every_sidekiq_worker_spec.rb b/spec/workers/every_sidekiq_worker_spec.rb
index a940c6be417..8b5f850d8de 100644
--- a/spec/workers/every_sidekiq_worker_spec.rb
+++ b/spec/workers/every_sidekiq_worker_spec.rb
@@ -378,7 +378,6 @@ RSpec.describe 'Every Sidekiq worker' do
'PostReceive' => 3,
'ProcessCommitWorker' => 3,
'ProjectCacheWorker' => 3,
- 'ProjectDailyStatisticsWorker' => 3,
'ProjectDestroyWorker' => 3,
'ProjectExportWorker' => false,
'ProjectImportScheduleWorker' => 1,
diff --git a/spec/workers/project_daily_statistics_worker_spec.rb b/spec/workers/project_daily_statistics_worker_spec.rb
deleted file mode 100644
index fa9d938acca..00000000000
--- a/spec/workers/project_daily_statistics_worker_spec.rb
+++ /dev/null
@@ -1,35 +0,0 @@
-# frozen_string_literal: true
-require 'spec_helper'
-
-RSpec.describe ProjectDailyStatisticsWorker, '#perform' do
- let(:worker) { described_class.new }
- let(:project) { create(:project) }
-
- describe '#perform' do
- context 'with a non-existing project' do
- it 'does nothing' do
- expect(Projects::FetchStatisticsIncrementService).not_to receive(:new)
-
- worker.perform(-1)
- end
- end
-
- context 'with an existing project without a repository' do
- it 'does nothing' do
- expect(Projects::FetchStatisticsIncrementService).not_to receive(:new)
-
- worker.perform(project.id)
- end
- end
-
- it 'calls daily_statistics_service with the given project' do
- project = create(:project, :repository)
-
- expect_next_instance_of(Projects::FetchStatisticsIncrementService, project) do |service|
- expect(service).to receive(:execute)
- end
-
- worker.perform(project.id)
- end
- end
-end