Skip to content

Commit

Permalink
fix: Move bold replace *before* parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
dangotbanned committed Feb 3, 2025
1 parent 6525473 commit ce51eeb
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 18 deletions.
14 changes: 7 additions & 7 deletions altair/vegalite/v5/schema/_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ class AreaConfigKwds(TypedDict, total=False):
mix-blend-mode <https://developer.mozilla.org/en-US/docs/Web/CSS/mix-blend-mode>`__
value can be used.
__Default value:__ ``"source-over"``
**Default value:** ``"source-over"``
color
Default color.
Expand Down Expand Up @@ -1125,7 +1125,7 @@ class BarConfigKwds(TypedDict, total=False):
mix-blend-mode <https://developer.mozilla.org/en-US/docs/Web/CSS/mix-blend-mode>`__
value can be used.
__Default value:__ ``"source-over"``
**Default value:** ``"source-over"``
color
Default color.
Expand Down Expand Up @@ -3457,7 +3457,7 @@ class LineConfigKwds(TypedDict, total=False):
mix-blend-mode <https://developer.mozilla.org/en-US/docs/Web/CSS/mix-blend-mode>`__
value can be used.
__Default value:__ ``"source-over"``
**Default value:** ``"source-over"``
color
Default color.
Expand Down Expand Up @@ -3995,7 +3995,7 @@ class MarkConfigKwds(TypedDict, total=False):
mix-blend-mode <https://developer.mozilla.org/en-US/docs/Web/CSS/mix-blend-mode>`__
value can be used.
__Default value:__ ``"source-over"``
**Default value:** ``"source-over"``
color
Default color.
Expand Down Expand Up @@ -4571,7 +4571,7 @@ class OverlayMarkDefKwds(TypedDict, total=False):
mix-blend-mode <https://developer.mozilla.org/en-US/docs/Web/CSS/mix-blend-mode>`__
value can be used.
__Default value:__ ``"source-over"``
**Default value:** ``"source-over"``
clip
Whether a mark be clipped to the enclosing group's width and height.
color
Expand Down Expand Up @@ -5713,7 +5713,7 @@ class RectConfigKwds(TypedDict, total=False):
mix-blend-mode <https://developer.mozilla.org/en-US/docs/Web/CSS/mix-blend-mode>`__
value can be used.
__Default value:__ ``"source-over"``
**Default value:** ``"source-over"``
color
Default color.
Expand Down Expand Up @@ -6637,7 +6637,7 @@ class TickConfigKwds(TypedDict, total=False):
mix-blend-mode <https://developer.mozilla.org/en-US/docs/Web/CSS/mix-blend-mode>`__
value can be used.
__Default value:__ ``"source-over"``
**Default value:** ``"source-over"``
color
Default color.
Expand Down
Loading

0 comments on commit ce51eeb

Please sign in to comment.