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: CHANGELOG.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,15 +49,15 @@ The closing tags that are supported are:
49
49
-`$%>` - Closing tag with newline stripping (one newline)
50
50
- Examples: `<% foo := "bar" $%>`, `<%= foo $%>`
51
51
52
-
> Note: Opening and closing graces will be required for the Go code blocks when using EGO. Automatic brace insertion is not intentionally supported, and any support that might remain (all template engines use the same parser) may not continue to work in the future.
52
+
> Note: Opening and closing braces will be required for the Go code blocks when using EGO. Automatic brace insertion is not intentionally supported, and any support that might remain (all template engines use the same parser) may not continue to work in the future.
53
53
54
54
### Added
55
55
56
-
- Added a new template directive `ego`
56
+
- Added a new template directive `@ego`
57
57
58
58
### Fixed
59
59
60
-
- Fixed automatic closing of Go code in the generated Go code when two unrelated code blocks were siblings in the indented template engines.
60
+
- Fixed automatic closing of Go code in the generated code when two unrelated code blocks were siblings in the indented template engines.
0 commit comments