mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 19:46:21 +08:00
refactor: refactor StringMobject
This commit is contained in:
@ -247,7 +247,7 @@ class MarkupText(StringMobject):
|
||||
<
|
||||
(?P<close_slash>/)?
|
||||
(?P<tag_name>\w+)\s*
|
||||
(?P<attr_list>(?:\w+\s*\=\s*(?P<quot>["']).*?(?P=quot)\s*)*) # TODO: test wsp
|
||||
(?P<attr_list>(?:\w+\s*\=\s*(?P<quot>["']).*?(?P=quot)\s*)*)
|
||||
(?P<elision_slash>/)?
|
||||
>
|
||||
)
|
||||
|
Reference in New Issue
Block a user