-
**Describe the issue**
HAML syntax highlighting is broken
### [Codepen](https://codepen.io/jerasmus123/pen/YzJeBev)
This issue was previously reported (https://github.com/highlightjs/highlight.…
-
Looking at the code I also discovered you can use methods to add classes haml style. AKA:
```ruby
div.green.round { "Hey!" } #=> Hey!
```
While excessive metaprogramming in the name of brevit…
-
Content inside :markdown filter of HAML files becomes broken because of stripping 2 spaces which mean hard linebreak.
Any idea to ignore that content?
-
This does not work with deface:
```
.hello{:style => (true ? 'color: green' : 'color: red;')}
```
The style element does not get displayed.
-
Into a heroku service? A gem?
-
I love haml more than I do erb, so I would opt for using it wherever possible. I would not let the user choose but rather do an oppinionated choice.
-
## Describe
I have the haml code:
```haml
= "#{user.payment_price_btc}\u202F\u0243"
```
On the browser page:
```html
0.01000000 Ƀ
```
I run `haml-lint` and I get:
```console
ydakuka@y…
-
Not a classic issue, but figured this repository had something to do with it, and wanted to introduce this to you, in case you had need for it:
https://github.com/shaiguitar/haml-i18n-extractor
It's…
-
Hello!
I just migrated my Rails app to vite.js. I would like to integrate windicss. I have followed the docs and it kind of works.
I can use @apply in my stylesheets and I can use windi classes …
-
I'm running into an issue with the codekit app when its compiling haml / ruby embedded code. Whenever i have a command with a = in front of it it won't compile correctly even though it compiles fine w…