russross / blackfriday

Blackfriday: a markdown processor for Go
Other
5.45k stars 602 forks source link

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

Open chengfang opened 9 months ago

chengfang commented 9 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.