Skip to content

Commit 93dfb6a

Browse files
jmerleThibaut
authored andcommitted
Fix linebreaks in Elixir code blocks
1 parent e2336ee commit 93dfb6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/docs/filters/elixir/clean_html.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ def api
5959

6060
css('pre').each do |node|
6161
node['data-language'] = 'elixir'
62+
node.content = node.content
6263
end
6364
end
6465
end

0 commit comments

Comments
 (0)