On Mon, Apr 25, 2016 at 08:49:47AM -0700,
gu99...@student.chalmers.se wrote:
> Ok, I looked at the tutorial page more closely. When you look at the code,
> it looks like there is a space after the minus sign, especially when you
> mark text. But if I copy and paste the text into some arbitrary text
> editor, there is no space after the minus. When I follow the tutorial, I
> prefer to type everything manually by hand as I believe I learn more
> efficiently that way.
Oh, that's unfortunate, typing all samples manually instead of blindly
copy-pasting is certainly encouraged. The docs use a webfont for them,
so they are supposed to look the same everywhere, and with the default
“Fira Mono” it doesn't look like there's a space.
I'm curious – could you share a screenshot of what the code samples
look like in your browser? Could you also look in the developer tools
of your browser what font is actually being used? (In Chromium-based
browsers, you have to inspect the element containing the string, open
the computed styles, and it will show you what font was used.)
That shouldn't happen – are you sure that you used "/polls/{{
question.id }}/",
not "polls/{{
question.id }}/" without the leading slash?
Cheers,
Michal