markdown: further HTML blocks improvement#200
Conversation
|
Some close-tags became open-tags. This does not change colors but look like a bug.
|
|
htmlOpenTag and htmlCloseTag are the same in html.hrc and across all the base, so it makes no difference. |
Sure they are related, and there can be no functional difference, but.. |
Fixes nightroman/FarNet#71 new observations
|
@johnd0e so we have to abandon pair match for HTML Blocks 6 and 7. Anyway we have abandoned it within the contents by the previous commit, so the inner tags are not paired anymore. Also the end of blocks 6 and 7 matching starting block is the empty line as per the specs, which cant be highlighted by colorer unless it contains whitespaces. So trying to highlight block start for these brings more confusion than benefit. Please check new version, I force pushed to keep the tree clean. |
|
LGTM |
Depends on your HRD and font, I guess. By default seems not. From the repo root |
|
Looks good to me, @ctapmex please merge when you have some time. Thank you, everybody! |




Fixes nightroman/FarNet#71 new observations reported by @johnd0e