Skip to content

Commit 6bc96fa

Browse files
author
Gregory Cox
committed
Change whitespace to align existing HTML with markdown-generated HTML
1 parent f9bb973 commit 6bc96fa

16 files changed

+13043
-11071
lines changed

docs/a-fistful-of-monads.html

+1,100-1,904
Large diffs are not rendered by default.

docs/chapters.html

+195-150
Large diffs are not rendered by default.

docs/faq.html

+36-12
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,43 @@
1616
<body class="introcontent">
1717
<div class="bgwrapper">
1818
<div id="content">
19-
<h1 id="faq">FAQ</h1>
20-
<img src="assets/images/faq/turtle.png" class="right" width="349" height="204" alt="turtle???">
21-
<h2 id="can-i-put-this-tutorial-on-my-site-or-change-it-or-whatever">Can I put this tutorial on my site or change it or whatever?</h2>
22-
<p>Sure, it’s licensed under a <a href="https://creativecommons.org/licenses/by-nc-sa/3.0/" rel="license">creative commons</a> license, so you can share and change this, as long as you do it with a smile on your face and for non-commercial purposes.</p>
23-
<h2 id="do-you-recommend-any-other-haskell-reading-material">Do you recommend any other Haskell reading material?</h2>
24-
<p>There are loads of awesome tutorials out there, but I’d just like to point out how great <a href="http://book.realworldhaskell.org/read/" rel="nofollow">Real World Haskell</a> is. It’s really great. I feel it complements this tutorial nicely. This tutorial focuses mainly on using simple examples to ease beginners into learning Haskell, whereas Real World Haskell really shows you how to do useful stuff with it.</p>
25-
<p>Another great Haskell resource is <a href="https://tryhaskell.org" rel="nofollow">Try Haskell</a>, which allows you to try Haskell right in your browser and offers a rad interactive walkthrough.</p>
26-
<h2 id="how-do-i-get-in-touch-with-you">How do I get in touch with you?</h2>
27-
<p>The best way would be to shoot me an email to bonus at learnyouahaskell dot com. I kinda suck at email though, so please, please don’t be mad if I don’t reply in a timely fashion!</p>
28-
<h2 id="your-book-is-cool-but-i-want-some-exercises-too">Your book is cool but I want some exercises too!</h2>
29-
<p>Coming soon! A lot of people have been asking me to add exercises, so I’ll be putting some up soonish.</p>
19+
<h1 id="faq">FAQ</h1>
20+
<img src="assets/images/faq/turtle.png" class="right" width="349"
21+
height="204" alt="turtle???">
22+
<h2 id="can-i-put-this-tutorial-on-my-site-or-change-it-or-whatever">Can
23+
I put this tutorial on my site or change it or whatever?</h2>
24+
<p>Sure, it’s licensed under a <a
25+
href="https://creativecommons.org/licenses/by-nc-sa/3.0/"
26+
rel="license">creative commons</a> license, so you can share and change
27+
this, as long as you do it with a smile on your face and for
28+
non-commercial purposes.</p>
29+
<h2 id="do-you-recommend-any-other-haskell-reading-material">Do you
30+
recommend any other Haskell reading material?</h2>
31+
<p>There are loads of awesome tutorials out there, but I’d just like to
32+
point out how great <a href="http://book.realworldhaskell.org/read/"
33+
rel="nofollow">Real World Haskell</a> is. It’s really great. I feel it
34+
complements this tutorial nicely. This tutorial focuses mainly on using
35+
simple examples to ease beginners into learning Haskell, whereas Real
36+
World Haskell really shows you how to do useful stuff with it.</p>
37+
<p>Another great Haskell resource is <a href="https://tryhaskell.org"
38+
rel="nofollow">Try Haskell</a>, which allows you to try Haskell right in
39+
your browser and offers a rad interactive walkthrough.</p>
40+
<h2 id="how-do-i-get-in-touch-with-you">How do I get in touch with
41+
you?</h2>
42+
<p>The best way would be to shoot me an email to bonus at
43+
learnyouahaskell dot com. I kinda suck at email though, so please,
44+
please don’t be mad if I don’t reply in a timely fashion!</p>
45+
<h2 id="your-book-is-cool-but-i-want-some-exercises-too">Your book is
46+
cool but I want some exercises too!</h2>
47+
<p>Coming soon! A lot of people have been asking me to add exercises, so
48+
I’ll be putting some up soonish.</p>
3049
<h2 id="tell-me-about-yourself">Tell me about yourself!</h2>
31-
<p>My name is Miran Lipovača, I reside in Ljubljana, Slovenia. Most of my time is spent on doing nothing in particular, but when I’m not doing nothing I’m either programming, drawing, boxing or playing bass. I even have a cool <a href="https://www.bigbasstabs.com">bass tabs</a> site. I also have a collection of stuffed owls and sometimes I talk to them and they talk back.</p>
50+
<p>My name is Miran Lipovača, I reside in Ljubljana, Slovenia. Most of
51+
my time is spent on doing nothing in particular, but when I’m not doing
52+
nothing I’m either programming, drawing, boxing or playing bass. I even
53+
have a cool <a href="https://www.bigbasstabs.com">bass tabs</a> site. I
54+
also have a collection of stuffed owls and sometimes I talk to them and
55+
they talk back.</p>
3256
<div class="footdiv">
3357
<ul>
3458
<li style="text-align:center">

0 commit comments

Comments
 (0)