Skip to content

April: fix kramdown warnings

Lysanne Pinto requested to merge lp-docs-fix-kramdown-warnings into master

What does this MR do and why?

Fixes kramdown warnings in the compile_dev job log:

kramdown warning(s) for <Nanoc::Core::CompilationItemRepView item.identifier=/ee/administration/settings/sign_in_restrictions.md name=default>
  Found no end tag for 'date' (line 115) - auto-closing it
  Found no end tag for 'date' (line 115) - auto-closing it
  Found no end tag for 'date' (line 115) - auto-closing it

^Replaces < > with inline code style.

kramdown warning(s) for <Nanoc::Core::CompilationItemRepView item.identifier=/ee/development/sec/analyzer_development_guide.md name=default>
  No link definition for link ID ' ' found on line 247
  No link definition for link ID ' ' found on line 248
  No link definition for link ID ' ' found on line 249
  No link definition for link ID ' ' found on line 250
  No link definition for link ID ' ' found on line 251

^Reformats checklist as an unordered list.

Relates to issue: technical-writing#1013

Edited by Lysanne Pinto

Merge request reports