mirror of
https://github.com/danog/sass-site.git
synced 2024-11-27 04:24:50 +01:00
Properly display newlines in function signatures
This commit is contained in:
parent
e22698388e
commit
416f463590
@ -387,7 +387,7 @@ MARKDOWN
|
||||
name_element['name'] = name
|
||||
end
|
||||
|
||||
signature_elements.map(&:to_html).join.strip
|
||||
signature_elements.map(&:to_html).join.strip.gsub("\n", "
")
|
||||
end
|
||||
|
||||
merged_signatures = highlighted_signatures.join("
")
|
||||
|
Loading…
Reference in New Issue
Block a user