Commit 2023-04-25 11:42 2b42dc7c
View on Github →chore: fix #align lines (#3640) This PR fixes two things:
- Most
align
statements for definitions and theorems and instances that are separated by two newlines from the relevant declaration (s/\n\n#align/\n#align
). This is often seen in the mathport output after endingcalc
blocks. - All remaining more-than-one-line
#align
statements. (This was needed for a script I wrote for #3630.)