summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorAlejandro Sanchez Medina <alejandrosanchzmedina@gmail.com>2023-07-05 12:11:14 +0200
committerAlejandro Sanchez Medina <alejandrosanchzmedina@gmail.com>2023-08-03 13:21:48 +0200
commitb751910048f08be6accf496ac84fa91e49ebd069 (patch)
tree0feb516d531b2e8410fbab019bc1501b571ab566 /doc
parentfd3ce3bb2d9c07cdba4a86ad81f9b39c94ea5e06 (diff)
downloadnixpkgs-b751910048f08be6accf496ac84fa91e49ebd069.tar
nixpkgs-b751910048f08be6accf496ac84fa91e49ebd069.tar.gz
nixpkgs-b751910048f08be6accf496ac84fa91e49ebd069.tar.bz2
nixpkgs-b751910048f08be6accf496ac84fa91e49ebd069.tar.lz
nixpkgs-b751910048f08be6accf496ac84fa91e49ebd069.tar.xz
nixpkgs-b751910048f08be6accf496ac84fa91e49ebd069.tar.zst
nixpkgs-b751910048f08be6accf496ac84fa91e49ebd069.zip
fix outdated contributing to documentation
Co-authored-by: Shahar "Dawn" Or <mightyiampresence@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/contributing/contributing-to-documentation.chapter.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/contributing/contributing-to-documentation.chapter.md b/doc/contributing/contributing-to-documentation.chapter.md
index 557473555f8..7668629d4e2 100644
--- a/doc/contributing/contributing-to-documentation.chapter.md
+++ b/doc/contributing/contributing-to-documentation.chapter.md
@@ -25,6 +25,9 @@ As per [RFC 0072](https://github.com/NixOS/rfcs/pull/72), all new documentation
 
 Additional syntax extensions are available, all of which can be used in NixOS option documentation. The following extensions are currently used:
 
+- []{#ssec-contributing-markup-tables}
+  [GFM tables](https://github.github.com/gfm/#tables-extension-).
+
 - []{#ssec-contributing-markup-anchors}
   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).