Changes between Version 12 and Version 13 of WikiFormatting
- Timestamp:
- Nov 4, 2010, 7:16:39 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiFormatting
v12 v13 87 87 }}} 88 88 89 For inline code snippets, consider using backticks, which are much more readable when the document is read as plain text: 90 91 Example: 92 {{{ 93 Remember to do `super(ThisClass, self).__init__(self, *args, **kwargs)` in the `__init__` method. 94 }}} 95 96 Display: 97 98 Remember to do `super(ThisClass, self).__init__(self, *args, **kwargs)` in the `__init__` method. 99 89 100 == Tables == 90 101