Docs problem

Monkey Forums/Monkey Bug Reports/Docs problem

Sammy(Posted 2013) [#1]
This may be me but I am getting the docs example code padded of with " " instead of the actual spaces.

So for example: ("Field" in the docs)

' Declaring class and fields

Class Player
  Field name:String
  Field points:Int = 0
End


This is making the code examples in the docs hard to read.