| Age | Commit message (Collapse) | Author |
|
|
|
missing chronology link substitution
|
|
|
|
|
|
|
|
|
|
|
|
memes
|
|
|
|
|
|
|
|
|
|
|
|
Outside content text, this doesn't cause miscapitalized references
to slip past, but it does stop them from being specially reported
i.e. highlighting which letters need to be updated or treating as
more than just "nothing matches for this reference" generic errors.
That's a TODO. Sorry! Gyeep!
|
|
|
|
|
|
|
|
Changes in matchMarkdownLinks here are refactoring only, not new
behavior.
|
|
These errors are reported early by reportContentTextErrors.
|
|
- misc max-width
- <audio nameless>
- <video inline>
- align="full"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Hope this doesn't break anything!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The main benefit of stringifying attributes like this is escaping,
which isn't needed here, since we know all the values that might
be going into it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|