Skip to content
Update Codeblocks authored by Julie Fiadino's avatar Julie Fiadino
......@@ -62,7 +62,7 @@ Here is an example:
<!-- Here is the input section -->
<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">
{{- .Inner -}}
</textarea>
......
......