FOSSFA / Blog

FOSSFA Blog
https://FOSSFA.ir
GNU General Public License v3.0
11 stars 7 forks source link

Bug - Failure to display correct codes in blog posts #14

Closed shahriaarrr closed 3 years ago

shahriaarrr commented 3 years ago

If in some of the posts we use code that we have specified in the md file, such as:

number = int(input("Enter your number Between 1 and 7: "))

if number == 1:
    print("shanbe")
elif number == 2:
    print("yekshanbe")
elif number == 3:
    print("Doshanbe")
elif number == 4:
    print("seshanbe")
elif number == 5:
    print("charshanbe")
elif number == 6:
    print("pangshanbe")
elif number == 7:
    print("jomee")
else:
    print("Error")

This part of the post is displayed in such a way that in addition to not having a beautiful appearance, it causes the code to be illegible: issues of FOSSFA

The solution to this problem was not to specify the programming language in our code so that parts of the code would not be highlighted, but this solution is not an optimal solution and should be applied in the blog so that the code that has the highlighting of its programming language clearly To be displayed.

Gnkalk commented 3 years ago

Thank's You, This Bug a Fixed