codewithnick / ascii-art

A C++ library to make everyday alphabets look much better on the terminal , this project uses OOPS concepts to make unique fonts and display letters on command line
MIT License
66 stars 137 forks source link

O to block #1155

Closed nakul-py closed 1 day ago

nakul-py commented 2 days ago

added character O to font block

Screenshot from 2024-10-11 15-26-49

this is the first and last O that can only be done by using bracket instead of slash , if we use slash \ it will automatically removed in output closes #1119

nakul-py commented 1 day ago

issue solves

codewithnick commented 1 day ago

Hi @nakul-py it is not matching with the .md file I see you are having trouble with adding \ you can use escape characters for this , use // instead of / it will work

nakul-py commented 1 day ago

thx @codewithnick

codewithnick commented 1 day ago

you also need to update pr description and squash commits when doing something like this

nakul-py commented 1 day ago

ohh i forgot it wait i will update