Add a newline before the table in Markdown rendering
This commit is contained in:
parent
fda72624d1
commit
0f6e22bf6a
1 changed files with 2 additions and 2 deletions
4
sncf.ss
4
sncf.ss
|
@ -57,10 +57,10 @@
|
|||
(lambda ()
|
||||
(display (format "Prochains départs de **~a** " station-name))
|
||||
(displayln (if datetime
|
||||
(parse-markup (format "le ~a à ~a :"
|
||||
(parse-markup (format "le ~a à ~a :\n"
|
||||
(date->string datetime "~a ~d ~b ~Y")
|
||||
(date->string datetime "~H:~M")))
|
||||
":"))
|
||||
":\n"))
|
||||
(display-departures-table departures style: 'markdown)
|
||||
(display-disruptions disruptions style: 'markdown)))))
|
||||
(post-to-mattermost mattermost-url tab-str-md channel: mattermost-channel)))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue