This document has it all; bolded text, italicized text, bookmark links, a web link, a table, a code block, and a very complicated list.
This is another paragraph, because you can't have too many.
| Name | Mood | Hobby |
|---|---|---|
| Bob | happy | Cooking and baking |
| Sally | wistful | Running marathons barefoot |
| Mary | energetic | Playing multiple games of chess simultaneously |
// This code is only here to illustrate a code block.
Word.run(function (context) {
var body = context.document.body;
body.clear();
return context.sync().then(function () {
console.log('Cleared the body contents.');
});
})
For more information about Office host application and server requirements, see Requirements for running Office Add-ins.
There can be up to nine levels in a list.
- Top level is bullet
- Second level is bullet
- Another second level item
- Third level is numeric
- Fourth level is numeric
- Another fourth level item.
- Fifth level is bullet
- Sixth level is numeric
- Another sixth level item
- Back to the fifth level
- Back to the sixth level
- Seventh is bullet
- Eighth is numeric
- Ninth is bullet
- Another ninth level item
- Another eighth level item
- Eighth is numeric
- Another seventh level
- Seventh is bullet
- Another sixth level item
- Back to the sixth level
- Fifth level is bullet
- Another fourth level item
- Another third level item
- Third level is numeric
- Another second level item
- Another top level item