X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/d5edaa6f361af75bebab47497b4654cbe428a1b7..30a82a3ecf764b2349cde9755686b1109ebe4b2a:/doc/parse.md?ds=sidebyside

diff --git a/doc/parse.md b/doc/parse.md
index 649ee81..c41eae5 100644
--- a/doc/parse.md
+++ b/doc/parse.md
@@ -1,10 +1,10 @@
-# `luatz.parse`
+## `luatz.parse` <!-- --> {#parse}
 
 Provides parsers for common time and date formats.
 
 Functions take the source string and an optional initial postition.
 
-### `rfc_3339 ( string [, init] )`
+### `rfc_3339(string[, init])` <!-- --> {#parse.rfc_3339}
 
 If the string is a valid RFC-3339 timestamp,
 returns a luatz timetable and the (optional) time zone offset in seconds.