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: runners/wikiEclipse/templates/createFile.asciidoc
+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
@@ -16,7 +16,7 @@ Confirm your inputs with the *Finish* button in the bottom right corner and an e
16
16
Copy the following text.
17
17
[source, <%= fileType; %>]
18
18
----
19
-
<%= content; %>
19
+
<%- content; %>
20
20
----
21
21
Now insert the copied text into the new file. <% } %>
22
22
The final step is to save the file by selecting *Save* in the file context menu or by using the keyboard shortcut ctrl+s and <%= fileName; %> has been created <% if(content){%>with the data from above<% }%>.
0 commit comments