Skip to content
Update Codeblocks authored by Julie Fiadino's avatar Julie Fiadino
...@@ -62,7 +62,7 @@ Here is an example: ...@@ -62,7 +62,7 @@ Here is an example:
<!-- Here is the input section --> <!-- Here is the input section -->
<div class="prolo-codeblock-input-box" style="color: white; display: block"> <div class="prolo-codeblock-input-box" style="color: white; display: block">
<!-- The textarea containing the code <!-- The textarea containing the code -->
<textarea class="prolo-codeblock-input" cols="90" rows="5"> <textarea class="prolo-codeblock-input" cols="90" rows="5">
{{- .Inner -}} {{- .Inner -}}
</textarea> </textarea>
... ...
......