From 92de7ba93e33b332cd1cfb3b4b2bc2ebfc07688c Mon Sep 17 00:00:00 2001 From: toastal Date: Wed, 30 Nov 2022 14:05:05 +0700 Subject: [PATCH] Remove blockquote MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `>` denotes a `
` in Markdown and is rendered as such. > The blockquote element represents a section that is quoted from another source. — W3C HTML spec, https://html.spec.whatwg.org/multipage/grouping-content.html#the-blockquote-element This block was not not quoting a source. I’m not sure if this was just a oversight. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 1d642b7..f93acab 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # awesome-purescript [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) -> A curated list of delightful libraries, tools and other shiny things for PureScript. +A curated list of delightful libraries, tools and other shiny things for PureScript. ## Build Tooling