The writer got absolutely roasted in that article. LOL.
“Are you going to be paid for writing this story?” a Scottish player asked me. “Because I am losing three days’ wages to be here so that I can get screwed by you.”
> “Are you going to be paid for writing this story?” a Scottish player asked me. “Because I am losing three days’ wages to be here so that I can get screwed by you."
The leading > and italics make it clear that it's quoted and it avoids making the reader scroll horizontally. Not perfect but it's about the best you can do here, AFAIK.
> Text after a blank line that is indented by two or more spaces is reproduced verbatim. (This is intended for code.)
So that might be the answer to putting code on here.
function say(message: string, volume: number): void {
//do text to speech code here
}
but still markdown would be nicer. just do and depending on the phaser/styling it will even do code syntax coloring to increase readability.
```typescript
new line with the code
```
(Edit again: Without the 2 spaces, HN put my markdown example all on one line)
I guess moving HN to markdown could be done. Just say all posts after X date are markdown(or add a boolean to the post in the DB saying so. Then have the editor have like a preview button(but I know HN likes to be lite on JS stuff) but the md could be generated server-side, but do the preview client side.
http://grantland.com/features/diplomacy-the-board-game-of-th...