From e3f0d5881ce160739765cad0914e3acb0ad2c1c3 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sun, 28 Aug 2022 11:02:32 +0200 Subject: Fix link rendering MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Move it into text, because pandoc’s .rst parser is limited. --- src/lib/Codec/Pesto.lhs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/lib') diff --git a/src/lib/Codec/Pesto.lhs b/src/lib/Codec/Pesto.lhs index a1c7c2a..7e09663 100644 --- a/src/lib/Codec/Pesto.lhs +++ b/src/lib/Codec/Pesto.lhs @@ -118,7 +118,9 @@ more-or-less proprietary formats: `Living Cookbook`_ Uses a XML-based format called fdx version 1.1. There’s no specification to - be found, but a few examples__ are available and those are dated 2006. + be found, but a few + `examples `_ + are available and those are dated 2006. `My CookBook`_ Uses the file extension .mcb. A specification `is available `_. @@ -136,7 +138,6 @@ Paprika_ Cross-platform application, supports its own “emailed recipe format” and a simple YAML-based format. -__ http://livingcookbook.com/Resource/DownloadableRecipes .. _Paprika: https://paprikaapp.com/help/android/#importrecipes .. _xml-formats: -- cgit v1.2.3