russross / blackfriday

Blackfriday: a markdown processor for Go
Other
5.41k stars 596 forks source link

Use p.inline instead of p.block for intermediate render of inline item #718

Open chengfang opened 6 months ago

chengfang commented 6 months ago

This PR fixes a copy-paste error in block.go. In its section for intermediate render of inline item, the incorrect p.block variable is used where it should be p.inline.