From 490ab140cdf0e2b14e9fd83f84b048b9c6cc1ab1 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 25 Jan 2020 17:10:10 -0800 Subject: [PATCH] ;doc: timedot: drop FILE FORMAT heading [ci skip] --- hledger-lib/hledger_timedot.m4.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/hledger-lib/hledger_timedot.m4.md b/hledger-lib/hledger_timedot.m4.md index 1a45e92a5..a38f222cf 100644 --- a/hledger-lib/hledger_timedot.m4.md +++ b/hledger-lib/hledger_timedot.m4.md @@ -25,8 +25,6 @@ Though called "timedot", this format is read by hledger as commodityless quantit so it could be used to represent dated quantities other than time. In the docs below we'll assume it's time. -# FILE FORMAT - A timedot file contains a series of day entries. A day entry begins with a date, and is followed by category/quantity pairs, one per line. Dates are hledger-style [simple dates](journal.html#simple-dates) (see hledger_journal(5)).