From f207ad798045d7808e8c6ffc2126fa453d56725a Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Fri, 22 Sep 2017 01:01:39 +0800 Subject: [PATCH] datetime: update headings --- datetime.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/datetime.md b/datetime.md index 3c61b79d7..354c439f0 100644 --- a/datetime.md +++ b/datetime.md @@ -16,8 +16,7 @@ updated: 2017-09-04 ### Presets -Date -{: .-setup} +#### Date | Example | Output | | --- | --- | @@ -26,8 +25,7 @@ Date | `%b %e %a` | `Jun 5 Sun` | {: .-shortcuts} -Time -{: .-setup} +#### Time | Example | Output | | --- | --- | @@ -80,8 +78,7 @@ Used by Ruby, UNIX `date`, and many more. ### Examples -Date -{:.-setup} +#### Date | Example | Output | | --- | --- | @@ -89,8 +86,7 @@ Date | `dddd, MMMM Do YYYY` | `Friday, May 16th 2014` | {: .-shortcuts} -Time -{: .-setup} +#### Time | Example | Output | | --- | --- |