Skip to content

Commit

Permalink
Headlines
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfhandl committed Jul 25, 2023
1 parent c4b509e commit 05bf128
Show file tree
Hide file tree
Showing 3 changed files with 157 additions and 157 deletions.
2 changes: 1 addition & 1 deletion odata-protocol/temp/clean.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const clean = old
.replace(/<h1[^>]*>/g, "<h1>")

// clean up headings

.replace(/<a href="#sec[^"]+">([^<]*)<\/a><\/h/g, "$1</h")

// clean up "keyword" formatting
.replace(/<span[ \n]style='font-family:\n?"Courier[ \n]New"'>([^<]*)<\/span>/g, "<code>$1</code>")
Expand Down
Loading

0 comments on commit 05bf128

Please sign in to comment.