# script to generate unicode from LaTeX code, and copy it into the
# clipboard
#
# needs unicodeit installed:
# > pip install unicodeit
CODE=$1
python -m unicodeit.cli $CODE
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.