Y
Hacker News
new
|
ask
|
show
|
jobs
by
agluszak
1672 days ago
There's something clearly wrong with the code samples: look at the </string> "closing tags" which somehow sneaked in in line 17 of the first sample
2 comments
mastax
1672 days ago
The markdown parser of the "Reddit Sync" app adds closing tags to things as well. Hasn't been annoying enough for me to switch.
link
FairDune
1672 days ago
Yeah, I tried those out in a scratch pad. They don't compile.
link
Sharlin
1672 days ago
Seems the renderer has "helpfully" added closing tags for the `<string ...>` generic parameter lists since they look like *ml...
link