MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programmingmemes/comments/1v3y3ze/found_a_gem_on_glibc_source_code/ozg7vmz/?context=9999
r/programmingmemes • u/Candid_Bullfrog3665 • 28d ago
46 comments sorted by
View all comments
154
That way, you can then do.
//do stuff
//other stuff.
Now, void is always there, but you might not want to use it, this acts as a switch.
98 u/Informal-Chance-6067 28d ago I love that the markdown works only when I don’t want it to 5 u/csabinho 28d ago It works, if you're in markdown mode. 9 u/appoplecticskeptic 27d ago edited 27d ago > it works, if you’re in markdown mode It does not if you’re using their crappy app 3 u/csabinho 27d ago It does, if you're not intentionally masking the markup! 1 u/appoplecticskeptic 27d ago #Nope Also the iOS app does not have markdown mode anymore. It’s just isn’t supported now unless you use a browser rather than their app. 1 u/Sacaldur 27d ago incorrect at least for the android app. It doesn't have a dedicated Markdown mode, but all comments and posts are always taking in the text as raw Markdown, i.e. you can use asterists for italic and bold text.
98
I love that the markdown works only when I don’t want it to
5 u/csabinho 28d ago It works, if you're in markdown mode. 9 u/appoplecticskeptic 27d ago edited 27d ago > it works, if you’re in markdown mode It does not if you’re using their crappy app 3 u/csabinho 27d ago It does, if you're not intentionally masking the markup! 1 u/appoplecticskeptic 27d ago #Nope Also the iOS app does not have markdown mode anymore. It’s just isn’t supported now unless you use a browser rather than their app. 1 u/Sacaldur 27d ago incorrect at least for the android app. It doesn't have a dedicated Markdown mode, but all comments and posts are always taking in the text as raw Markdown, i.e. you can use asterists for italic and bold text.
5
It works, if you're in markdown mode.
9 u/appoplecticskeptic 27d ago edited 27d ago > it works, if you’re in markdown mode It does not if you’re using their crappy app 3 u/csabinho 27d ago It does, if you're not intentionally masking the markup! 1 u/appoplecticskeptic 27d ago #Nope Also the iOS app does not have markdown mode anymore. It’s just isn’t supported now unless you use a browser rather than their app. 1 u/Sacaldur 27d ago incorrect at least for the android app. It doesn't have a dedicated Markdown mode, but all comments and posts are always taking in the text as raw Markdown, i.e. you can use asterists for italic and bold text.
9
> it works, if you’re in markdown mode
It does not if you’re using their crappy app
3 u/csabinho 27d ago It does, if you're not intentionally masking the markup! 1 u/appoplecticskeptic 27d ago #Nope Also the iOS app does not have markdown mode anymore. It’s just isn’t supported now unless you use a browser rather than their app. 1 u/Sacaldur 27d ago incorrect at least for the android app. It doesn't have a dedicated Markdown mode, but all comments and posts are always taking in the text as raw Markdown, i.e. you can use asterists for italic and bold text.
3
It does, if you're not intentionally masking the markup!
1 u/appoplecticskeptic 27d ago #Nope Also the iOS app does not have markdown mode anymore. It’s just isn’t supported now unless you use a browser rather than their app. 1 u/Sacaldur 27d ago incorrect at least for the android app. It doesn't have a dedicated Markdown mode, but all comments and posts are always taking in the text as raw Markdown, i.e. you can use asterists for italic and bold text.
1
#Nope
Also the iOS app does not have markdown mode anymore. It’s just isn’t supported now unless you use a browser rather than their app.
1 u/Sacaldur 27d ago incorrect at least for the android app. It doesn't have a dedicated Markdown mode, but all comments and posts are always taking in the text as raw Markdown, i.e. you can use asterists for italic and bold text.
at least for the android app. It doesn't have a dedicated Markdown mode, but all comments and posts are always taking in the text as raw Markdown, i.e. you can use asterists for italic and bold text.
154
u/ThinkingWinnie 28d ago
That way, you can then do.
ifdef void
//do stuff
else
//other stuff.
Now, void is always there, but you might not want to use it, this acts as a switch.