latest 20 messages by misty

+ [2017-04-04T18:15:33Z] misty we actually had a custom 404 and wanted it to behave a little differently, and that is live now
+ [2017-04-04T16:55:12Z] misty yes we can do PRs against the upstream stuff but it's tedious and having the tags in their files doesn't actually help them
+ [2017-04-04T16:54:33Z] misty the thing that we write about uses {{ double-brace syntax }} for some core functinoality and we pull resources from upstream repositories that do not always escape it properly
+ [2017-04-04T16:53:45Z] misty I may have asked this before, but is there a way we can wrap content blocks in {% raw %} programmatically?
+ [2017-04-03T20:20:19Z] misty thanks @allejo
+ [2017-04-03T20:20:16Z] misty markdown="1" saves the day
+ [2017-04-03T19:55:09Z] misty just a minute, I'll push into the PR
+ [2017-04-03T19:55:00Z] misty it's ugly
+ [2017-04-03T19:50:06Z] misty do I have to do multiple capture / markdownify passes?
+ [2017-04-03T19:49:59Z] misty what?? kramdown breaks markdownify in big chunks?
+ [2017-04-03T19:46:02Z] misty I have a section of mixed HTML and Markdown content, and I am capturing it and running it through markdownify, but the Markdown is not getting transformed after a certain point, basically after an `<a>` in the content. Any idea how I can debug this?
+ [2017-03-21T20:28:32Z] misty hmm. So I am sucking in some markdown from a YAML file and it has things in double curly brackets that are not Liquid. Can I avoid parsing them somehow without making the source material have to have the {% raw %} stuff in it?
+ [2017-03-21T17:46:21Z] misty the answer seems to be no
+ [2017-03-21T17:43:54Z] misty let me try it and see :)
+ [2017-03-21T17:41:19Z] misty right now I have a page variable notoc: true, but I want it to only be true if a certain site variable is not set
+ [2017-03-21T17:40:56Z] misty can you modify page variables within the page?
+ [2017-03-14T22:04:38Z] misty thanks
+ [2017-03-14T21:42:32Z] misty @jaybe is this the one you were talking about: https://github.com/fauno/jekyll-pandoc-multiple-formats
+ [2017-03-14T21:41:14Z] misty anybody have a guide for converting from kramdown to pandoc for the processor? I'd like to find something that maps the differences, such as if there are differences in auto-generated IDs
+ [2017-03-13T18:31:04Z] misty @HazedSPaCEx are you sure that the background is actually where it is expected to be in the _site folder? You might be pointing to a static location that is available on your laptop directly. Use your browser's inspector to see where it is trying to pull the background from.