go.talks/present: allow initial punctuation as well as trailing near marks
Previously,
        _text_.
worked as expected but
        (_text_)
did not. This change fixes the behavior by treating leading
punctuation just like trailing.

R=adg, campoy
CC=golang-dev
https://golang.org/cl/6811104
2 files changed