We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5adb7a7 commit f4de28cCopy full SHA for f4de28c
1 file changed
lib/docs/filters/gnuplot/clean_html.rb
@@ -28,6 +28,7 @@ def call
28
css('.navigation').remove
29
css('#CHILD_LINKS, ul.ChildLinks').remove
30
css('hr').remove
31
+ css('br').remove
32
# Anchors that use only names are some numerical IDs that latex2html distributes through the document
33
css('a[name]:not([href]):not([id])').remove
34
0 commit comments