Sha256: 84fdeb3ddcedd4edf3a3d616a3c4d2772b2f0e5f4a134e0b833add7d06cdf734
Contents?: true
Size: 533 Bytes
Versions: 4
Compression:
Stored size: 533 Bytes
Contents
# [text\_spec.rb:15](/spec/hamlit/engine/text_spec.rb#L15) ## Input ```haml . .* # #+ ``` ## Output ### Haml ```html Haml::SyntaxError: Illegal element: classes and ids must have values. ``` ### Faml ```html <div></div> <div>*</div> <div></div> <div>+</div> ``` ### Hamlit ```html . .* # #+ ``` # [text\_spec.rb:99](/spec/hamlit/engine/text_spec.rb#L99) ## Input ```haml \ !hello \!hello ``` ## Output ### Haml ```html !hello !hello ``` ### Faml, Hamlit ```html nbsp; hello !hello ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
hamlit-1.5.9 | doc/engine/text.md |
hamlit-1.5.8 | doc/engine/text.md |
hamlit-1.5.7 | doc/engine/text.md |
hamlit-1.5.6 | doc/engine/text.md |