You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ Adding the plugin for `thymeleaf` in this case, would change the `HTML` as follo
51
51
### Options
52
52
|Name|Type|Default|Description|
53
53
|--------|---------|--------|---------|
54
-
|`engine`|`String`|''|The engine to be used, please check [supported engines](#supported-engines) section.|
54
+
|`engine`|`String`|`''`|The engine to be used, please check [supported engines](#supported-engines) section.|
55
55
|`addLeadingSlash`|`Boolean`|`false`|Adds a leading slash to the attribute if its missing. <br /> _static/image.png_ becomes _/static/image.png_|
56
56
|`removeLeadingSlash`|`Boolean`|`false`|Removes a leading slash from the attribute if its present. <br /> _/static/image.png_ becomes _static/image.png_|
57
57
|`removeDotSegments`|`Boolean`|`false`|Removes dot-segments from the attribute. <br /> _../../static/image.png_ becomes _static/image.png_ <br /> _./static/image.png_ becomes _static/image.png_ <br /> _.static/iamges.png_ becomes _static/images.png_|
0 commit comments