From a86c666fc6b9b960a9c6cf6cc3efe04d391d2772 Mon Sep 17 00:00:00 2001 From: Benjamin Durham <33912370+Bencey@users.noreply.github.com> Date: Fri, 1 Oct 2021 18:25:28 +1300 Subject: [PATCH] Bulletpoints --- manuscript/recipes/rss.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/manuscript/recipes/rss.md b/manuscript/recipes/rss.md index e4cccfc..a368455 100644 --- a/manuscript/recipes/rss.md +++ b/manuscript/recipes/rss.md @@ -6,14 +6,15 @@ Features include + * Ability to generate RSS feeds for sites that do not have one. * Can be used as a webserver or used as a CLI * Supports multiple output formats such as - * Atom - * HTML - * JSON - * Mrss - * Plaintext + * Atom + * HTML + * JSON + * Mrss + * Plaintext --8<-- "recipe-standard-ingredients.md"