Comment on Markdown.css – make HTML look like plain-textComments−molf13yPretty cool. Would it also be possible to include the markdown markup when copying the text?−mrcolesOP13ythe after and before pseudo elements are kind of weird. I think for it to work with copy-paste I'd have to include some JS to look at the selection, reverse markdown it, and then get it into your clipboard.−goldfeld13yQuite frankly that would be the most common useful use case for this, in my opinion. In any case this is some great css hacking!−smj211813yAgreed, would love to use this to generate markdown!
Comments
Pretty cool. Would it also be possible to include the markdown markup when copying the text?
the after and before pseudo elements are kind of weird. I think for it to work with copy-paste I'd have to include some JS to look at the selection, reverse markdown it, and then get it into your clipboard.
Quite frankly that would be the most common useful use case for this, in my opinion. In any case this is some great css hacking!
Agreed, would love to use this to generate markdown!