Skip to content

Commit

Permalink
added readme bit about flattened content types
Browse files Browse the repository at this point in the history
  • Loading branch information
onionpancakes committed Feb 12, 2024
1 parent 9d6fdc1 commit c8e1905
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 @@ -86,7 +86,7 @@ Maps in the second position are treated as attributes. Use **global keywords** t
;; "<div id=\"my-id\">foo</div>"
```

The rest of the vector is treated as the element's content. They may be of any type, including other elements. Sequences are logically flattened along with the rest of the content.
The rest of the vector is treated as the element's content. They may be of any type, including other elements. Sequences, eductions, and [non-element vectors](#non-element-vectors) are logically flattened with the rest of the content.

```clojure
(c/html [:div {:id "my-id"}
Expand Down

0 comments on commit c8e1905

Please sign in to comment.