Skip to content
Snippets Groups Projects
Commit 9c6ead74 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 7debb43b
No related branches found
No related tags found
1 merge request!25Integrate gitlab-ci/gitlab-markdown-converter and 1 more
Pipeline #111720 passed with stage
in 44 seconds
Subproject commit 4595835d7633712a9b3239ef8a0b1cb793955582
Subproject commit 4f06516ae2186d539f2daf214d96138e486affdd
......@@ -4,9 +4,9 @@
# ---------------------------------------------------------------------------------------
include:
- project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
ref: 4595835d7633712a9b3239ef8a0b1cb793955582
ref: 4f06516ae2186d539f2daf214d96138e486affdd
file: 'manifest-integration.yml'
variables:
GITLAB_CI_REVISION: 4595835d7633712a9b3239ef8a0b1cb793955582
GITLAB_CI_REVISION: 4f06516ae2186d539f2daf214d96138e486affdd
BB_RECIPE_NAME: ilitek
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