Commit Graph

4 Commits

Author SHA1 Message Date
Marina f25dd8c9f1
Fix build product path to work on case sensitive and insensitive file systems (#116) 2020-08-31 12:41:34 +02:00
John Sundell 30d6cacb7c
Makefile: Support Swift 5 toolchain for installation (#67) 2019-04-14 22:17:58 +02:00
John Sundell 8e7599150f
Add SplashMarkdown (#57)
This change adds a new command line tool to the Splash family:
`SplashMarkdown`.

It’s an adapted version of the tool that I’ve been using for months to
publish every article on Swift by Sundell, and works by replacing all
code blocks within a Markdown file.

Adding this will hopefully make Splash even easier to use, without the
need for writing custom tooling, or to manually replace each code block
within a Markdown file with a “splashed” version.
2019-03-15 20:24:53 +01:00
John Sundell 8645db8de0 Initial commit 2018-08-24 18:42:07 +02:00