WhiteSands
This is a document I use to try out RestructuredText stuff. Don't link to any other page or this page will get indexed for searching.
Testing. One two three four.
Admonitions
Attention
I got your attention.
Caution
Caution!
Danger
Danger, Will Robinson!
Error
Error.
Hint
I've got a hint for you.
Important
This is important.
Note
This is a note.
Tip
I have a tip for you.
Warning
You've been warned.
And, by the way...
You can make up your own admonition too.
See also
See also...
Sidebars
Line Numbering
This is the first line.
The is another line.
Then we have some text.
Ideally, this would be line number 3, but it's not because there's a line with text in-between. :(
Glossaries
- book
a thing you read.
- page
a component of a book.
Keyboard Shortcuts
You can do this RETURN or this ⌘-I or Ctrl+I this or like this Ctrl ^.
"{""protocol"":2}" + chr(0)
Testing
Webapp.unhandledexception does this work?
Sidebars
String = " "
value As </api/data_types/string>
#If TargetBoolean [Then]
' Target-specific code
[#ElseIf TargetBoolean]
' Other Target-specific code
[#Else]
' Other Target-specific code
#EndIf
#If TargetBoolean [ Then ]
' Target-specific code
[ #ElseIf TargetBoolean ]
' Other Target-specific code
[ #Else ]
' Other Target-specific code
#EndIf
Martins Testing
ToString(loc As Locale = Nil, dateStyle As DateTime.FormatStyles = DateTime.FormatStyles.Medium, timeStyle As DateTime.FormatStyles = DateTime.FormatStyles.Medium) As String
Converts the DateTime (along with the time component) to a string format using the optional locale and formats.
ToString(format As String, locale As Locale = Nil) As String
Converts the DateTime (along with the time component) to a string format using the optional locale and formats.
#If TargetBoolean [ Then ] ' Target-specific code [ #ElseIf TargetBoolean ] ' Other Target-specific code [ #Else ] ' Other Target-specific code #EndIf
ToString(dateStyle As DateTime.FormatStyles = DateTime.FormatStyles.Medium, timeStyle As DateTime.FormatStyles = DateTime.FormatStyles.Medium) As String
Converts the DateTime (along with the time component) to a string format using the optional locale and formats.
Martins Alternative
ToString(loc As Locale = Nil, dateStyle As DateTime.FormatStyles = DateTime.FormatStyles.Medium, timeStyle As DateTime.FormatStyles = DateTime.FormatStyles.Medium) As String
ToString(format As String, locale As Locale = Nil) As String
ToString(dateStyle As DateTime.FormatStyles = DateTime.FormatStyles.Medium, timeStyle As DateTime.FormatStyles = DateTime.FormatStyles.Medium) As String
Converts the DateTime (along with the time component) to a string format using the optional locale and formats.
Important
This method is shared.
#If TargetBoolean [ Then ] ' Target-specific code [ #ElseIf TargetBoolean ] ' Other Target-specific code [ #Else ] ' Other Target-specific code #EndIfImportant
This method is shared.