You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this works in my terminal, then this inside of neorg:
Test Heading
the * would be the icon but slightly cut of on the right side whereas the words are never highlighted, all text is white not just this specific header.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
echo -e "\e[1mbold\e[0m" &&
echo -e "\e[3mitalic\e[0m" &&
echo -e "\e[1m\e[3mbold italic\e[0m" &&
echo -e "\e[4munderline\e[0m" &&
echo -e "\e[9mstrikethrough\e[0m" &&
echo -e "\x1b[31mred\e[0m"
printf "\x1b[58:2::255:0:0m\x1b[4:1msingle\x1b[4:2mdouble\x1b[4:3mcurly\x1b[4:4mdotted\x1b[4:5mdashed\x1b[0m\n"
this works in my terminal, then this inside of neorg:
the * would be the icon but slightly cut of on the right side whereas the words are never highlighted, all text is white not just this specific header.
Beta Was this translation helpful? Give feedback.
All reactions