Skip to content

Instantly share code, notes, and snippets.

@paxan
Last active December 13, 2015 22:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paxan/4982896 to your computer and use it in GitHub Desktop.
Save paxan/4982896 to your computer and use it in GitHub Desktop.
This snippet of fenced Clojure code breaks Jekyll. Related GH issue: https://github.com/mojombo/jekyll/issues/814
---
layout: post
title: Boom!
category: posts
---
# Repro
Here's a code example:
```clojure
(defn ^String metadata-path
[prefix]
(->> valid-segments
(s/join ",")
(format "%s/{%s}/metadata*" prefix)))
```
@mazandaran
Copy link

Vadidater machine match master meta mega mars landing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment