Skip to content

Commit 9bcb124

Browse files
committed
Update emph
Signed-off-by: Shunsuke Kimura <[email protected]>
1 parent 2765fa2 commit 9bcb124

File tree

1 file changed

+3
-2
lines changed
  • crates/typst-library/src/model

1 file changed

+3
-2
lines changed

crates/typst-library/src/model/emph.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ use crate::text::{ItalicToggle, TextElem};
2727
///
2828
/// # 構文
2929
/// この関数には専用の構文もあります。
30-
/// コンテンツを強調するには、単にアンダースコア(`_`)で囲みます。ただし、これは単語の区切りにおいてのみ機能します。
31-
/// 単語の一部を強調する場合は、この関数を使用する必要があります。
30+
/// 強調したいコンテンツをアンダースコア(`_`)で囲むだけです。
31+
/// ただし、これは単語の区切りにおいてのみ機能します。
32+
/// 単語の一部を強調したい場合は、関数を使用してください。
3233
#[elem(title = "Emphasis", keywords = ["italic"], Show)]
3334
pub struct EmphElem {
3435
/// 強調するコンテンツ。

0 commit comments

Comments
 (0)