diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2018-04-01 20:12:45 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2018-04-01 20:12:45 +0200 |
commit | 8c8972b7498eb8a864b34df3de6558fb4064ae0d (patch) | |
tree | 75da69519329919a7d5f8bfcb26d35c58932b2e6 /src/Codec/Pesto | |
parent | 7950ecd95a807ed34eb1e21995649e45ca8f53ed (diff) | |
download | pesto-8c8972b7498eb8a864b34df3de6558fb4064ae0d.tar.gz pesto-8c8972b7498eb8a864b34df3de6558fb4064ae0d.tar.bz2 pesto-8c8972b7498eb8a864b34df3de6558fb4064ae0d.zip |
Support Pandoc 2
Apparently the new major release broke its public API, but – thankfully
– added support for RST’s include directive.
Diffstat (limited to 'src/Codec/Pesto')
-rw-r--r-- | src/Codec/Pesto/Graph.lhs | 2 | ||||
-rw-r--r-- | src/Codec/Pesto/Lint.lhs | 4 | ||||
-rw-r--r-- | src/Codec/Pesto/Parse.lhs | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/src/Codec/Pesto/Graph.lhs b/src/Codec/Pesto/Graph.lhs index bcfd07b..316e593 100644 --- a/src/Codec/Pesto/Graph.lhs +++ b/src/Codec/Pesto/Graph.lhs @@ -1,3 +1,5 @@ +.. _language-semantics: + Language semantics ------------------ diff --git a/src/Codec/Pesto/Lint.lhs b/src/Codec/Pesto/Lint.lhs index 3d58ac8..81cb5d6 100644 --- a/src/Codec/Pesto/Lint.lhs +++ b/src/Codec/Pesto/Lint.lhs @@ -122,9 +122,9 @@ Both, title and description, are implicit. > "title" > , "description" -The recipe’s language, as 2 character code (`ISO 639-1`_). +The recipe’s language, as 2 character code (`ISO 639-1`__). -.. _ISO 639-1: http://www.loc.gov/standards/iso639-2/php/English_list.php +__ http://www.loc.gov/standards/iso639-2/php/English_list.php > , "language" diff --git a/src/Codec/Pesto/Parse.lhs b/src/Codec/Pesto/Parse.lhs index e72fc21..518b866 100644 --- a/src/Codec/Pesto/Parse.lhs +++ b/src/Codec/Pesto/Parse.lhs @@ -1,3 +1,5 @@ +.. _language-syntax: + Language syntax --------------- |