Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply bullet color automatically instead of with metaprogramming attribute #2549

Open
raineorshine opened this issue Nov 5, 2024 · 0 comments
Assignees
Labels
refactor Refactor without changing behavior

Comments

@raineorshine
Copy link
Contributor

Steps to Reproduce

- Hello

Set the text color to blue.

Current Behavior

Bullet color is set to blue with the =bullet metaprogramming attribute.

- <font color="#00c7e6">Hello</font>
  - =bullet
    - =style
      - color
        - blue

Expected Behavior

Bullet color should automatically be set to blue when the entire thought is blue without adding a metaprogramming attribute.

- <font color="#00c7e6">Hello</font>
@raineorshine raineorshine added the refactor Refactor without changing behavior label Nov 5, 2024
@raineorshine raineorshine changed the title Apply bullet color automatically instead of through metaprogramming attribute Apply bullet color automatically instead of with metaprogramming attribute Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Refactor without changing behavior
Projects
None yet
Development

No branches or pull requests

2 participants