From 6d28a8560bed174a5adc03607cbe30f8127d1988 Mon Sep 17 00:00:00 2001 From: Yuki Hattori Date: Sun, 15 Oct 2023 03:17:40 +0900 Subject: [PATCH] Update directives docs --- docs/directives.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/directives.md b/docs/directives.md index 7948c7f..6c73477 100644 --- a/docs/directives.md +++ b/docs/directives.md @@ -80,11 +80,12 @@ The second page would not apply setting of directives. ## Global directives -| Name | Description | -| :--------------- | :------------------------------- | -| `theme` | Specify theme of the slide deck. | -| `style` | Specify CSS for tweaking theme. | -| `headingDivider` | Specify heading divider option. | +| Name | Description | +| :--------------- | :--------------------------------------------------------------------------------------------------------------------- | +| `headingDivider` | Specify heading divider option. | +| `lang` | Set the value of [`lang` attribute](https://developer.mozilla.org/docs/Web/HTML/Global_attributes/lang) for each slide | +| `style` | Specify CSS for tweaking theme. | +| `theme` | Specify theme of the slide deck. | ### Theme