Skip to content

Commit

Permalink
Update pre-processor.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
nermalcat69 committed Nov 30, 2024
1 parent 19eea69 commit e30c3eb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions apps/docs/content/references/importyml/pre-processor.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ The second turn handles standard processing, where the system creates the import
<th className="w-fit">Description</th>
</tr>
</thead>
<tbody className="text-center">
<tbody className="">
<tr>
<td className="w-fit">`&lt;@`</td>
<td className="w-fit">The identifier of the beginning of a function expression syntax.</td>
<td className="w-fit ">The identifier of the beginning of a function expression syntax.</td>
</tr>
<tr>
<td className="w-fit">`(`</td>
Expand Down Expand Up @@ -680,7 +680,7 @@ APP_PUBLIC_KEY_SSH: <@getVar(KeyPublicSsh)>
</tbody>
</table>

#### Available Variants for generateED25519Key
#### Available Variants

<table className="w-full rounded-lg my-1.5 text-center">
<thead>
Expand Down Expand Up @@ -843,7 +843,7 @@ services:
</table>


#### Available Variants for generateRSA2048Key
#### Available Variants

<table className="w-full rounded-lg my-1.5 text-center">
<thead>
Expand Down Expand Up @@ -1027,7 +1027,7 @@ services:
</tbody>
</table>

#### Available Variants for generateRSA4096Key
#### Available Variants

<table className="w-full rounded-lg my-1.5 text-center">
<thead>
Expand Down

0 comments on commit e30c3eb

Please sign in to comment.