--- title: Directives --- - [Container](/reference/document/document-design/directives/container/llms.txt) — Container directives allow you to nest lists of Livingdocs components. - [Editable](/reference/document/document-design/directives/editable/llms.txt) — Make text editable on your HTML tag of a component. - [HTML](/reference/document/document-design/directives/html/llms.txt) — (Deprecated) HTML directives allow you to insert arbitrary HTML within the tag on which the directive is specified. - [Image](/reference/document/document-design/directives/image/llms.txt) — The image directive declared on `img` tags enable a user to make the image editable. - [Include](/reference/document/document-design/directives/include/llms.txt) — Includes allow you to define parts of your markup that will be controlled from a third-party micro-service. - [Link](/reference/document/document-design/directives/link/llms.txt) — A link directive generates a user interface in Livingdocs to enter a link or select a document reference. - [Style](/reference/document/document-design/directives/style/llms.txt) — Style directives allow a user to set style properties like a background color. - [Toggle](/reference/document/document-design/directives/toggle/llms.txt) — The toggle directive is used to conditionally render a block - [Video](/reference/document/document-design/directives/video/llms.txt) — The video directive declared on `video` tags enable a user to make the video editable.