Merge pull request #241656 from mobusoperandi/update-doc-contributing

fix outdated contributing to documentation

authored by Silvan Mosberger and committed by GitHub bfe04ea7 05ade358

+3
+3
doc/contributing/contributing-to-documentation.chapter.md
··· 25 25 26 26 Additional syntax extensions are available, all of which can be used in NixOS option documentation. The following extensions are currently used: 27 27 28 + - []{#ssec-contributing-markup-tables} 29 + Tables, using the [GitHub-flavored Markdown syntax](https://github.github.com/gfm/#tables-extension-). 30 + 28 31 - []{#ssec-contributing-markup-anchors} 29 32 Explicitly defined **anchors** on headings, to allow linking to sections. These should be always used, to ensure the anchors can be linked even when the heading text changes, and to prevent conflicts between [automatically assigned identifiers](https://github.com/jgm/commonmark-hs/blob/master/commonmark-extensions/test/auto_identifiers.md). 30 33