Skip to content

Commit

Permalink
2023-10 bun 이미지 깃헙 마크다운에서 렌더링되지 않는 문제 해결
Browse files Browse the repository at this point in the history
  - <img 태그에서 src 스트링에 개행 제거함
  • Loading branch information
gomjellie authored Oct 5, 2023
1 parent 1c243cf commit 116dbb7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions issues/2023-10.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ Runtime, Package Manager, Bundler, Test Runner가 어떻게 다른지 다룬다.

## [Is Bun really much faster than Node.js?](https://medium.com/deno-the-complete-reference/is-bun-really-much-faster-than-node-js-e5b15942a8e8)

<img src="https://miro.medium.com/v2/resize:fit:500/format:webp/1*fR75QiDCC1MGR5IUg3xObQ.png
" width=500 />
<img src="https://miro.medium.com/v2/resize:fit:500/format:webp/1*fR75QiDCC1MGR5IUg3xObQ.png" width=500 />

Bun은 Node.js보다 상당히 빠른 벤치마크 속도를 보여서 큰 관심을 받고 있다.

Expand Down

0 comments on commit 116dbb7

Please sign in to comment.