···2526Additional syntax extensions are available, all of which can be used in NixOS option documentation. The following extensions are currently used:
2700028- []{#ssec-contributing-markup-anchors}
29 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
···2526Additional syntax extensions are available, all of which can be used in NixOS option documentation. The following extensions are currently used:
2728+- []{#ssec-contributing-markup-tables}
29+ Tables, using the [GitHub-flavored Markdown syntax](https://github.github.com/gfm/#tables-extension-).
30+31- []{#ssec-contributing-markup-anchors}
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).
33