Fix Markdown display
This commit is contained in:
parent
e453a54ecb
commit
476dd885d1
1 changed files with 2 additions and 1 deletions
3
sncf.ss
3
sncf.ss
|
@ -24,7 +24,8 @@
|
||||||
(display-all departures disruptions station-name datetime)
|
(display-all departures disruptions station-name datetime)
|
||||||
(when mattermost-url
|
(when mattermost-url
|
||||||
(let ((tab-str-md
|
(let ((tab-str-md
|
||||||
(with-output-to-string (lambda () (display-all departures disruptions station-name datetime)))))
|
(with-output-to-string
|
||||||
|
(lambda () (display-all departures disruptions station-name datetime style: 'markdown)))))
|
||||||
(post-to-mattermost mattermost-url tab-str-md channel: mattermost-channel))))
|
(post-to-mattermost mattermost-url tab-str-md channel: mattermost-channel))))
|
||||||
|
|
||||||
(def (parse-arguments args)
|
(def (parse-arguments args)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue