Skip to content

Commit

Permalink
Remove blockquote
Browse files Browse the repository at this point in the history
`>` denotes a `<blockquote>` 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.
  • Loading branch information
toastal committed Nov 30, 2022
1 parent cc4d1d7 commit 92de7ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 92de7ba

Please sign in to comment.