mirror of
https://github.com/russross/blackfriday.git
synced 2024-03-22 13:40:34 +08:00
Fix comment formatting and spelling
This commit is contained in:
parent
45f5800b75
commit
c1d4a77100
|
@ -287,10 +287,9 @@ func link(p *parser, out *bytes.Buffer, data []byte, offset int) int {
|
|||
|
||||
linkB := i
|
||||
|
||||
// look for link end: ' " ), check for new openning
|
||||
// braces and take this into account, this may lead
|
||||
// for overshooting and probably will require some
|
||||
// finetuning.
|
||||
// look for link end: ' " ), check for new opening braces and take this
|
||||
// into account, this may lead for overshooting and probably will require
|
||||
// some fine-tuning.
|
||||
findlinkend:
|
||||
for i < len(data) {
|
||||
switch {
|
||||
|
|
Loading…
Reference in New Issue
Block a user