Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kovsu/marked-it
https://github.com/kovsu/marked-it
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kovsu/marked-it
- Owner: kovsu
- Created: 2022-08-11T06:26:15.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-11T06:36:12.000Z (about 2 years ago)
- Last Synced: 2024-04-17T06:55:28.677Z (7 months ago)
- Language: CSS
- Size: 301 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Mark It
最终效果
![介绍](./src/assets/1.png)### 功能
- 使用 marked + highlight.js,渲染输入的 markdown
- 显示行数
- tab 键监听
- 输入文字超过容器宽度,自动换行时添加换行符(\n)### 不足
- 一次性粘贴很长的文本的时候,换行就没添加 \n,导致行号没更新
- 输入文字超过宽度,设置的是固定的一个字符串长度之后换行,当窗口减小时,这个长度应该是要变的