remove title in header

This commit is contained in:
bacardi55 2021-06-21 00:18:19 +02:00
parent f579d65416
commit fd6f29b874

View File

@ -24,13 +24,11 @@ This tinylog format proposal is composed of a mandatory part that tinylogs must
Each tinylog entry must be formated as follow:
```
## <Date> <Entry Title>
## <Date>
<Content>
```
It starts with a second level header (`##`), followed by a space and then `<date>` followed by a space and then the `<Entry Title>`.
`<Entry Title>` format: Any text without new line.
It starts with a second level header (`##`), followed by a space and then `<date>`.
`<Date>` format: The format extend the date format of the [gemini feed standard](https://gemini.circumlunar.space/docs/companion/subscription.gmi) (YYYY-MM-DD):