-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Source Map - Feature request #382
Comments
👍 it would be helpful, for example, for creating an inline commenting engine (similar to the one at medium.com), where you could select some words and attach a comment to them. Imagine a spell-checker like thing, where people could select some words in your blog, edit them and send a PR to your blog's repo without leaving your blog! Without the source maps it is barely possible. I guess there could be a lot of other use cases for the source maps like that. |
👍 |
I leave this here hoping it'll be helpful sometime in the future. |
See #956 Closing as complete or stale |
Source maps are very useful for browser debugging and editor enhancements when implementing source-to-source trans-compilers.
Unfortunately, there is no markdown compiler out there which generates V3 source-maps, as CSS (LESS & SASS) and JavaScript (CoffeeScript & TypeScript) preprocessors do.
Please implement this feature in marked, so editors and browsers can take advantage of it.
Thanks in anticipation.
The text was updated successfully, but these errors were encountered: