From 3cfe62d57e59e4c86812e2559fb56796655fd4da Mon Sep 17 00:00:00 2001 From: Andrew Radev Date: Fri, 15 Nov 2024 23:09:14 +0100 Subject: [PATCH] Add a documentation note --- doc/sideways.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/sideways.txt b/doc/sideways.txt index e543197..a58d3b1 100644 --- a/doc/sideways.txt +++ b/doc/sideways.txt @@ -115,9 +115,11 @@ HTML attributes: > < -Contents of HTML `class` and `style` values: +Contents of HTML `class` and `style` values, and ERuby `class:` strings: >
+ + <%= link_to 'Something', 'URL', class: 'one two three' %> < Handlebars components: >