-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
53 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
packages/remark-shaku-code-annotate/src/__tests__/langs/asm/input.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
```asm annotate | ||
; @dim | ||
section .data | ||
message db 'Hello, World!', 0 | ||
; ------- | ||
; ^ | ||
; [Hello World!!!] | ||
``` |
1 change: 1 addition & 0 deletions
1
packages/remark-shaku-code-annotate/src/__tests__/langs/asm/output.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<pre class="shiki github-light" style="color:#24292e;background-color:#fff"><div class="code-container"><code><div class="line dim"><span style="color: #6F42C1">section .data</span></div><div class="line"><span style="color: #24292E"> message </span><span style="color: #D73A49">db</span><span style="color: #24292E"> 'Hello, World!', </span><span style="color: #005CC5">0</span></div><div class="shaku-underline shaku-underline-solid" style="left:4ch"><span class="shaku-underline-line" style="left:0ch">-------</span></div><div class="shaku-callout" style="left:2ch"><span class="shaku-callout-arrow" style="left:4ch"></span><p>Hello World!!!</p></div></code></div></pre> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
84674c2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
shaku-web – ./
shaku-web.vercel.app
shaku-web-jserzanp.vercel.app
shaku-web-git-main-jserzanp.vercel.app