-
Notifications
You must be signed in to change notification settings - Fork 792
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[doc] Minor tweak to md sanitisation code
This code replaces \n with a space when populating table cells. A good idea! But it ended up leaving a double space if the source hjson had a blank line. There was also a bit of a mess if we have a newline followed by several spaces. This turned into two spaces, not one. The fix is simple: treat any number of newlines, followed by any number of spaces as a single space. The handwritten code here is just a 1-line change to md_helpers.py. The rest of the commit is from regenerating the auto-generated stuff that it builds. Signed-off-by: Rupert Swarbrick <[email protected]>
- Loading branch information
1 parent
671f2b5
commit e7ad3ec
Showing
20 changed files
with
385 additions
and
385 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.