Skip to content

Commit

Permalink
chore: better style for snippets display
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikoTan committed Nov 29, 2023
1 parent 59249e8 commit b3be2bd
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,14 @@ Click the `Translate Current Timeline` button on the top-right corner to transla
<thead>
<tr>
<th>Snippet</th>
<th>Description</th>
<th>Example</th>
</thead>
<tbody>
<tr>
<td>
<code>ca-r-init</code>
</td>
<td>initiate a complete trigger set</td>
<br>
initiate a complete trigger set</td>
<td>

```ts
Expand All @@ -88,8 +87,8 @@ export default triggerSet
<tr>
<td>
<code>ca-r-timeline-trigger</code>
</td>
<td>initiate a timeline trigger</td>
<br>
initiate a timeline trigger</td>
<td>

```ts
Expand All @@ -105,8 +104,8 @@ export default triggerSet
<tr>
<td>
<code>ca-r-trigger</code>
</td>
<td>initiate a trigger</td>
<br>
initiate a trigger</td>
<td>

```ts
Expand All @@ -122,8 +121,8 @@ export default triggerSet
<tr>
<td>
<code>ca-r-timeline-replace</code>
</td>
<td>initiate a timeline replace section</td>
<br>
initiate a timeline replace section</td>
<td>

```ts
Expand All @@ -139,8 +138,9 @@ export default triggerSet
<tr>
<td>
<code>ca-r-timeline-replace-all</code>
</td>
<td>initiate timeline replace sections with all languages</td>
<br>
initiate timeline replace <br>
sections with all languages</td>
<td>

```ts
Expand Down

0 comments on commit b3be2bd

Please sign in to comment.