Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
run: bun install --frozen-lockfile
- name: Lint Markdown using textlint
run: bun run --bun textlint-md
continue-on-error: true

textlint-html:
runs-on: ubuntu-24.04
Expand All @@ -58,4 +57,3 @@ jobs:
run: bun install --frozen-lockfile
- name: Lint HTML using textlint
run: bun run --bun textlint-html
continue-on-error: true
2 changes: 1 addition & 1 deletion crates/typst-library/src/model/reference.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ use crate::text::TextElem;
/// # Syntax
/// この機能には専用の記法も用意されています。
/// `{"normal"}` の参照を作成するためには`@`に続けてラベル名を入力します。
/// (たとえば`[= Introduction <intro>]`というラベルを参照するには`[@intro]`と入力します
/// (たとえば`[= Introduction <intro>]`というラベルを参照するには`[@intro]`と入力します)
///
/// 補足語をカスタマイズするには、
/// `[@intro[Chapter]]`のように、参照の後に角括弧でコンテンツを追加します。
Expand Down