We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d8e61d commit e995577Copy full SHA for e995577
markdown/config/pandoc-defaults.yml
@@ -1,4 +1,3 @@
1
from: markdown-implicit_figures
2
to: html
3
-highlight-style: null
4
standalone: true
markdown/config/template.html
@@ -1,6 +1,6 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"https://www.w3.org/TR/html4/strict.dtd">
-<html lange="en">
+<html lang="en">
<head>
5
<title>$title$ - Learn You a Haskell for Great Good!</title>
6
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
markdown/generate.sh
100644
100755
@@ -1,4 +1,5 @@
-#!/bin/bash
+#!/usr/bin/env bash
+set -e
mapfile -t filename <config/file-list.txt
0 commit comments