10 lines
469 B
HTML
10 lines
469 B
HTML
{% comment %}
|
|
Remove the line number of the code snippet.
|
|
{% endcomment %}
|
|
|
|
{% assign content = include.content %}
|
|
|
|
{% if content contains '<td class="rouge-gutter gl"><pre class="lineno">' %}
|
|
{% assign content = content | replace: '<td class="rouge-gutter gl"><pre class="lineno">', '<!-- <td class="rouge-gutter gl"><pre class="lineno">'%}
|
|
{% assign content = content | replace: '</td><td class="rouge-code">', '</td> --><td class="rouge-code">' %}
|
|
{% endif %}
|