Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
CaseyNelson314 committed Jan 23, 2025
1 parent 0e26d23 commit 04ffdb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

行先頭に行番号をつけるアプリ <https://caseynelson314.github.io/addlinenum/>

左側のテキストエリアにコードを入力すると、右側に行番号がついたコードが表示されます。シンタックスハイライトはお飾りでコピーされません。
左側のエリアにコードを入力すると、右側に行番号がついたコードが出力されます。コピーしてお使いください。シンタックスハイライトはお飾りでコピーされません。

![image](https://github.com/user-attachments/assets/adf21404-d22f-4233-a731-6c4fd053bf85)

Expand Down
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function App() {

return (
<>
<div className="flex bg-gray-900 overflow-hidden">
<div className="flex overflow-hidden">
<div className="flex-1 overflow-hidden m-100">
<Editor
height="100vh"
Expand Down

0 comments on commit 04ffdb3

Please sign in to comment.