marksweb / django-bleach

Bleach is a Python module that takes any HTML input, and returns valid, sanitised HTML that contains only an allowed subset of HTML tags, attributes and styles. django-bleach is a Django app that makes using bleach extremely easy.
MIT License
148 stars 23 forks source link

Add syntax highlighting in README #38

Closed adamchainz closed 3 years ago

adamchainz commented 3 years ago

Description

title says it all

Checklist

codecov[bot] commented 3 years ago

Codecov Report

Merging #38 (52af3fa) into master (3bd6255) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #38   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines           87        87           
  Branches        17        17           
=========================================
  Hits            87        87           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3bd6255...52af3fa. Read the comment docs.