diff --git a/documentation/trunk/contribute/editing_help.wiki b/documentation/trunk/contribute/editing_help.wiki index b2da8d0a..dcf54b89 100644 --- a/documentation/trunk/contribute/editing_help.wiki +++ b/documentation/trunk/contribute/editing_help.wiki @@ -6,6 +6,35 @@ * Have a look at [https://en.wikipedia.org/wiki/Help:Wiki_markup Wikipedia markup] documentation. * The current website does not support the full Wikipedia syntax, but still most of the needed cases. +* To embed inline code: +** `` `foo.bar` `` +** `foo.bar` +** `foo.bar` + +* To embed block code: + +```xml + + class FOOBAR + +``` + +```xml + + class FOOBAR + +``` + + +```eiffel + class FOOBAR +``` + + +Note: if you do not specify the lang, it is defaulted to "eiffel" + + + = Templates = == Top page templates == Used to qualify the current page.