[doc] Update release notes - Short summary and details
- fix render_release_notes.rb for ruby 3 - allow markdown in details blocks - fix tocmaker
This commit is contained in:
@ -18,7 +18,7 @@ class TocMakerBlock < Liquid::Block
|
||||
end
|
||||
|
||||
def to_internal_link(header)
|
||||
url = header.downcase.gsub(/\s+/, "-")
|
||||
url = header.downcase.gsub(/\s+/, "-").gsub(/[:\(\)]+/, "")
|
||||
|
||||
"[#{header}](##{url})"
|
||||
end
|
||||
|
Reference in New Issue
Block a user