Commit dd2fac0
committed
simplify setext heading regex: [=]+ → =+ and [-]+ → -+
The character class form [=]+ and [=]+ are equivalent to =+
and =+ respectively, but the bare form is cleaner per mitya57's
review suggestion on PR Python-Markdown#1606.1 parent 65666a6 commit dd2fac0
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
494 | 494 | | |
495 | 495 | | |
496 | 496 | | |
497 | | - | |
| 497 | + | |
498 | 498 | | |
499 | 499 | | |
500 | 500 | | |
| |||
0 commit comments