Rename GLFM input files to *.md
What does this MR do and why?
Related: Tracking Issue: Implement GLFM scripts per the ... (#361241 - closed)
Renames two GLFM Input Specification Files from *.txt to *.md.
-
Renames intro.txttointro.md -
Renames ghfm_spec_v_0.29.txttoghfm_spec_v_0.29.md -
Makes associated changes to update-specification.rbscript and specs. -
Updates relevant docs
References
See the GLFM Specification Guide development documentation for much more context on all of this work: https://docs.gitlab.com/ee/development/gitlab_flavored_markdown/specification_guide
How to set up and validate locally
- Run
scripts/glfm/update-specification.rband ensure it works (i.e. there should be no changes) - Run
UPDATE_GHFM_SPEC_MD=true scripts/glfm/update-specification.rband ensure it works (i.e. there should be no changes).
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.