Skip to content
Snippets Groups Projects
Commit 6c7f1a37 authored by GitBot's avatar GitBot
Browse files

Integrate gitlab-ci/gitlab-markdown-converter and 1 more

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@4f06516a



convert_md2html: fix id fields for headings

Converter adds "user-content-" to "id" fields for headings.
As a result links from TOC do not work.
Fix this for now by removing "user-content-" from the resulting html.

Signed-off-by: default avatarMikhail Vanyulin <mikhail.vanyulin@rtsoft.de>

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@97898e9e



convert_md2html: use gitlab api

Update convert_md2html.py to use gitlab api with gitlab flavor.

Signed-off-by: default avatarMikhail Vanyulin <mikhail.vanyulin@rtsoft.de>
parent d82b84db
No related branches found
No related tags found
1 merge request!228Integrate gitlab-ci/gitlab-markdown-converter and 1 more
Pipeline #111794 passed with stage
in 14 seconds
Subproject commit 4595835d7633712a9b3239ef8a0b1cb793955582 Subproject commit 4f06516ae2186d539f2daf214d96138e486affdd
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
include: include:
- project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
ref: 4595835d7633712a9b3239ef8a0b1cb793955582 ref: 4f06516ae2186d539f2daf214d96138e486affdd
file: 'manifest-integration.yml' file: 'manifest-integration.yml'
variables: variables:
GITLAB_CI_REVISION: 4595835d7633712a9b3239ef8a0b1cb793955582 GITLAB_CI_REVISION: 4f06516ae2186d539f2daf214d96138e486affdd
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment