doc/faml/engine/text.md in hamlit-1.6.0 vs doc/faml/engine/text.md in hamlit-1.6.1
- old
+ new
@@ -31,5 +31,35 @@
#+
##
```
+
+# [text\_spec.rb:118](/spec/hamlit/engine/text_spec.rb#L118)
+## Input
+```haml
+
+\
+!hello
+\!hello
+
+```
+
+## Output
+### Faml
+```html
+nbsp;
+
+hello
+!hello
+
+```
+
+### Hamlit
+```html
+
+
+!hello
+!hello
+
+```
+