Obsidian publish: list bullets are not rendered

Obsidian Publish has list bullets formatting missed.

This is how the Element tree looks like in the Reading mode:

image

But in OP it looks differently:

image

Specifically:

  • :before and :after pseudo-elements are missed.
  • :marker is displayed instead

As the result bullets-relates styles become useless, e.g.:

  --list-bullet-size: 0.05em;
  --list-bullet-transform: translateY(0px) scale(6, 2);
  --list-bullet-radius: 0;

We have two different modes to style: ‘reading’ and ‘source’. Does this mean that OP requires from us to provide additional styles for itself or it’s just a bug?