This repository was archived by the owner on Jan 16, 2021. It is now read-only.
talksapp: accept markdown-based present files for talks.godoc.orgΒ #680
Open
Description
CL https://golang.org/cl/222846/ (and following) added support for markdown-based present files (as per golang/go#33955)
it would be great if the present
instance running at talks.godoc.org was updated to accept them as well.
See:
- https://talks.godoc.org/github.com/sbinet/talks/2020/orig-present.slide
- https://talks.godoc.org/github.com/sbinet/talks/2020/md-present.slide (obtained from above after applying
present2md
)