Skip to content

Commit fcbcbce

Browse files
"Sometimes, converting Typst content to HTML is not desirable..."の部分の訳を変更
Co-authored-by: ultimatile <[email protected]>
1 parent 2e0bcaf commit fcbcbce

File tree

1 file changed

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

1 file changed

+2
-3
lines changed

crates/typst-library/src/html/mod.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,8 @@ impl HtmlElem {
6666

6767
/// コンテンツをインラインSVGとしてレイアウトする要素。
6868
///
69-
/// TypstのコンテンツをHTMLに変換することが望ましくない場合があります。
70-
/// これは、
71-
/// メッセージの伝達が位置決めやスタイル指定に依存するプロットおよびその他のコンテンツに当てはまります。
69+
/// TypstのコンテンツにはHTMLへの変換が不適切なものがあります。
70+
/// グラフプロットや、意味を伝えるために位置決めやスタイルに依存するコンテンツが該当します。
7271
///
7372
/// この関数を使用すると、
7473
/// PDF、SVG、およびPNGエクスポートにも使用されるTypstレイアウトエンジンを使用して、

0 commit comments

Comments
 (0)