Skip to content

Commit

Permalink
Finish sentence in README
Browse files Browse the repository at this point in the history
  • Loading branch information
respatialized committed Jul 15, 2024
1 parent 94f4896 commit bbeb5ad
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
Expand Up @@ -111,7 +111,7 @@ span[data-clojure-symbol^="def"] {

Now everything that begins with `def` is covered - even if you forgot about a different one, like `clojure.test/deftest` - you'll be covered.

I use a similar rule to highlight instances of the most important function in this intro: <code><span data-clojure-symbol="clj->hiccup">clj->hiccup</span></code>. I hope Adorn gives you the data you need to highlight what makes the most sense for the code you're displaying, rather than forcing you into a
I use a similar rule to highlight instances of the most important function in this intro: <code><span data-clojure-symbol="clj->hiccup">clj->hiccup</span></code>. I hope Adorn gives you the data you need to highlight what makes the most sense for the code you're displaying, rather than forcing you into a predetermined set of options.


## Other libraries with overlapping aims
Expand Down

0 comments on commit bbeb5ad

Please sign in to comment.