From 385233981aca05f5c2ac2cf68af3688539bba62e Mon Sep 17 00:00:00 2001 From: Markus Koller Date: Tue, 9 Jul 2019 03:01:04 +0000 Subject: Centralize config for markdownlint The configuration is currently only specified in CI, by moving it into `.mdlrc` we get immediate feedback locally in supported editors. To ensure `mdl` is available it's also added to the `Gemfile`, though CI will still use the version installed in the `gitlab-docs-lint` image. --- doc/development/documentation/styleguide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/development/documentation/styleguide.md') diff --git a/doc/development/documentation/styleguide.md b/doc/development/documentation/styleguide.md index 7127efb7405..d9cea0614c3 100644 --- a/doc/development/documentation/styleguide.md +++ b/doc/development/documentation/styleguide.md @@ -518,7 +518,7 @@ you have your MR reviewed and approved by a technical writer. ```html leave a blank line here
- See the video: [Video title](https://www.youtube.com/watch?v=MqL6BMOySIQ). + See the video: Video title.
@@ -529,7 +529,7 @@ leave a blank line here This is how it renders on docs.gitlab.com:
- See the video: [What is GitLab](https://www.youtube.com/watch?v=enMumwvLAug). + See the video: What is GitLab.
-- cgit v1.2.1