As discussed earlier I found some irregularities in the application of highlight- and comment styling:
Highlights
Issue: As far as I can tell these things are only related to the append highlight (using the '+' sign) setting. When appending comments, everything set in the custom text settings (see ref 1) are applied fully to the leading comment (including the 'after' part) and half (only the 'after' part) to every following comment in the chain. This can be especially problematic in the context of custom styling since only the closing part of the styling are added (ref 2 and 3).
Possible Solution: There are two obvious options: A) The whole comment chain is treated as one comment, thus only receiving one opening and one closing part or B) Every link in the chain is receiving both an opening and closing part. I personally would prefer B) since it's more flexible and would also work when, for example, one link in the chain is a different highlight colour, etc.
I also found a little bug with comments where they sometimes are styled and sometimes not, depending (from what I saw) on the length of the comment. But I'll first see if I can solve that by myself and open a separate issue if necessary.
ref 1: Custom settings
In case anybody is wondering: The missing part yellow"> is applied depending on the highlight colour. The whole thing is applying highlightr (another plugin) styling.
As discussed earlier I found some irregularities in the application of highlight- and comment styling:
Highlights
Issue: As far as I can tell these things are only related to the append highlight (using the '+' sign) setting. When appending comments, everything set in the custom text settings (see ref 1) are applied fully to the leading comment (including the 'after' part) and half (only the 'after' part) to every following comment in the chain. This can be especially problematic in the context of custom styling since only the closing part of the styling are added (ref 2 and 3).
Possible Solution: There are two obvious options: A) The whole comment chain is treated as one comment, thus only receiving one opening and one closing part or B) Every link in the chain is receiving both an opening and closing part. I personally would prefer B) since it's more flexible and would also work when, for example, one link in the chain is a different highlight colour, etc.
I also found a little bug with comments where they sometimes are styled and sometimes not, depending (from what I saw) on the length of the comment. But I'll first see if I can solve that by myself and open a separate issue if necessary.
ref 1: Custom settings
In case anybody is wondering: The missing part
yellow">
is applied depending on the highlight colour. The whole thing is applyinghighlightr
(another plugin) styling.ref 2: Output in Live Preview
ref 3: Output in Source mode