8088B
8088B
"=" means "assigning a value", ":" means "has a value" which is our case. before:  after: 
**Idea** How can I change the ref link background color?
Running the python code brought this error: ``` File "/opt/homebrew/lib/python3.11/site-packages/leet_topic/leet_topic.py", line 6, in from annoy import AnnoyIndex ModuleNotFoundError: No module named 'annoy' ``` Then manually pip install "annoy" solved the...