Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
These are somewhat different structures than the link and image
nodes returned by the replacer. They refer to essentially the same
things, but the data structures themselves shouldn't be conflated.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|