summaryrefslogtreecommitdiff
path: root/src/lib/Codec/Pesto.lhs
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2020-08-25 14:23:42 +0200
committerLars-Dominik Braun <lars@6xq.net>2020-08-25 17:57:28 +0200
commitbe08e5482facaf8f3e773687df3ec5bb1243959c (patch)
treed4742be01b8872137fc0b7dbf71f87982a19a223 /src/lib/Codec/Pesto.lhs
parent295dd897297722d07ec2ce5fb82e323fe495c775 (diff)
downloadpesto-be08e5482facaf8f3e773687df3ec5bb1243959c.tar.gz
pesto-be08e5482facaf8f3e773687df3ec5bb1243959c.tar.bz2
pesto-be08e5482facaf8f3e773687df3ec5bb1243959c.zip
Fix links
pandoc does not handle internal links well for some reason, so replace them with HTML anchors and pray for the best.
Diffstat (limited to 'src/lib/Codec/Pesto.lhs')
-rw-r--r--src/lib/Codec/Pesto.lhs19
1 files changed, 11 insertions, 8 deletions
diff --git a/src/lib/Codec/Pesto.lhs b/src/lib/Codec/Pesto.lhs
index 6940b4c..a1c7c2a 100644
--- a/src/lib/Codec/Pesto.lhs
+++ b/src/lib/Codec/Pesto.lhs
@@ -19,16 +19,17 @@ About this document
This section contains various information about this document. The `second
section`__ motivates why inventing another file format is necessary, followed
-by the goals_ of Pesto. After a short Pesto primer__ intended for the casual
+by the goals__ of Pesto. After a short Pesto primer__ intended for the casual
user the languageā€™s syntax__ and semantics__ are presented. The `linting
section`__ limits the language to useful cooking recipes. Examples for user
presentation of recipes and serialization follow.
-__ motivation_
-__ introduction-by-example_
-__ language-syntax_
-__ language-semantics_
-__ linting_
+__ #motivation
+__ #goals
+__ #introduction-by-example
+__ #language-syntax
+__ #language-semantics
+__ #linting
Being a literate program this document is specification and reference
implementation at the same time. The code is written in Haskell_ and uses the
@@ -190,10 +191,10 @@ microformats.org_ has a similar list of recipe interchange formats.
.. _RecipeBook XML: http://web.archive.org/web/20141101132332/http://www.happy-monkey.net/recipebook/
.. _YumML: http://web.archive.org/web/20140703234140/http://vikingco.de/yumml.html
.. _Rezkonv: http://www.rezkonv.de/software/rksuite/rkformat.html
-.. _RxOL: http://www.dodomagnifico.com/641/Recipes/CompCook.html
+.. _RxOL: http://web.archive.org/web/20150814041516/www.dodomagnifico.com/641/Recipes/CompCook.html
.. _Gourmet: http://thinkle.github.io/gourmet/
.. _KRecipes: http://krecipes.sourceforge.net/
-.. _Cordon Bleu: http://www.inf.unideb.hu/~bognar/ps_ek/cb_lang.ps
+.. _Cordon Bleu: http://web.archive.org/web/20090115210732/http://www.inf.unideb.hu/~bognar/ps_ek/cb_lang.ps
.. _microformats.org: http://microformats.org/wiki/recipe-formats
.. _Living Cookbook: http://livingcookbook.com/
.. _My CookBook: http://mycookbook-android.com/
@@ -204,6 +205,8 @@ microformats.org_ has a similar list of recipe interchange formats.
.. - http://blog.moertel.com/posts/2010-01-08-a-formal-language-for-recipes-brain-dump.html
.. - http://www.dangermouse.net/esoteric/chef.html
+.. _goals:
+
Goals
-----