Commit efeecc5
In Markdown Javadoc, indent continuation lines for Javadoc block tags by +2 rather than +4.
The reason is that a +4 indentation could be interpreted as a Markdown [indented code block](https://spec.commonmark.org/0.31.2/#indented-code-blocks) in some circumstances.
PiperOrigin-RevId: 9549511631 parent bd4988b commit efeecc5
2 files changed
Lines changed: 4 additions & 6 deletions
File tree
- core/src
- main/java/com/google/googlejavaformat/java/javadoc
- test/java/com/google/googlejavaformat/java
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
521 | 521 | | |
522 | 522 | | |
523 | 523 | | |
524 | | - | |
| 524 | + | |
525 | 525 | | |
526 | 526 | | |
527 | 527 | | |
| |||
Lines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1980 | 1980 | | |
1981 | 1981 | | |
1982 | 1982 | | |
1983 | | - | |
1984 | | - | |
1985 | 1983 | | |
1986 | 1984 | | |
1987 | 1985 | | |
1988 | 1986 | | |
1989 | 1987 | | |
1990 | | - | |
| 1988 | + | |
1991 | 1989 | | |
1992 | | - | |
1993 | | - | |
| 1990 | + | |
| 1991 | + | |
1994 | 1992 | | |
1995 | 1993 | | |
1996 | 1994 | | |
| |||
0 commit comments