Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

HN supports "<pre><code>" blocks in a similar manor to Markdown, but using a two-space prefix (rather than Markdown's 4-space prefix):

  >>> d = {'ñanáöß$': 1}
  d {'ñanáöß$': 1}
  >>> d.keys()
  dict_keys(['ñanáöß$'])


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: