Skip to content

Commit

Permalink
Fix: Linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
nutti committed Aug 12, 2023
1 parent fcc3940 commit 173332f
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ There are 2 ways to generate an image from a prompt.
|---|---|
|Size|The size of the images to generate.|
|Num|The number of images to generate.|
|Name|Name for a generated image.<br>If [Auto] is checked, the name will be generated automatically.| <!-- markdownlint-disable-line MD013 -->
|Name|Name for a generated image.<br>If [Auto] is checked, the name will be generated automatically.| <!-- markdownlint-disable-line MD013 --> <!-- markdownlint-disable-line MD033 -->

You can load a generated image into Blender or parmanently remove it from
a file.
Expand All @@ -157,7 +157,7 @@ a file.
|---|---|
|Size|The size of the images to generate.|
|Num|The number of images to generate.|
|Name|Name for a generated image.<br>If [Auto] is checked, the name will be generated automatically.| <!-- markdownlint-disable-line MD013 -->
|Name|Name for a generated image.<br>If [Auto] is checked, the name will be generated automatically.| <!-- markdownlint-disable-line MD013 --> <!-- markdownlint-disable-line MD033 -->

### Edit Images

Expand Down Expand Up @@ -250,6 +250,7 @@ There are 2 ways to transcribe a sound strip.
1. The text strip with the transcription text is created on the channel.

<!-- markdownlint-disable MD013 -->
<!-- markdownlint-disable MD033 -->

|**Properties**||
|---|---|
Expand All @@ -258,6 +259,7 @@ There are 2 ways to transcribe a sound strip.
|Temperature|Higher value makes the output more random.<br>Lower value makes the output more deterministic.|
|Result|Sequence channel where the transcription result to be created.<br>If [Auto] is checked, the channel is selected automatically.|

<!-- markdownlint-enable MD033 -->
<!-- markdownlint-enable MD013 -->

#### 2. From Tool
Expand All @@ -274,6 +276,7 @@ There are 2 ways to transcribe a sound strip.
1. The text strip with the transcription text is created on the channel.

<!-- markdownlint-disable MD013 -->
<!-- markdownlint-disable MD033 -->

|**Properties**||
|---|---|
Expand All @@ -282,6 +285,7 @@ There are 2 ways to transcribe a sound strip.
|Temperature|Higher value makes the output more random.<br>Lower value makes the output more deterministic.|
|Result|Sequence channel where the transcription result to be created.<br>If [Auto] is checked, the channel is selected automatically.|

<!-- markdownlint-enable MD033 -->
<!-- markdownlint-enable MD013 -->

### Transcribe Audio Data
Expand All @@ -307,6 +311,7 @@ There are 2 ways to transcribe an audio data.
1. The transcription text appears in the Text Editor.

<!-- markdownlint-disable MD013 -->
<!-- markdownlint-disable MD033 -->

|**Properties**||
|---|---|
Expand All @@ -315,6 +320,7 @@ There are 2 ways to transcribe an audio data.
|Temperature|Higher value makes the output more random.<br>Lower value makes the output more deterministic.|
|Result|Name of target text block to where the transcript is saved.<br>If [Current Text] is checked, the transcription text appears in the current text.|

<!-- markdownlint-enable MD033 -->
<!-- markdownlint-enable MD013 -->

#### 2. From Sound Data Block
Expand All @@ -332,6 +338,7 @@ There are 2 ways to transcribe an audio data.
1. The transcription text appears in the Text Editor.

<!-- markdownlint-disable MD013 -->
<!-- markdownlint-disable MD033 -->

|**Properties**||
|---|---|
Expand All @@ -340,6 +347,7 @@ There are 2 ways to transcribe an audio data.
|Temperature|Higher value makes the output more random.<br>Lower value makes the output more deterministic.|
|Result|Name of target text block to where the transcript is saved.<br>If [Current Text] is checked, the transcription text appears in the current text.|

<!-- markdownlint-enable MD033 -->
<!-- markdownlint-enable MD013 -->

## Chat Tool
Expand Down

0 comments on commit 173332f

Please sign in to comment.