markdown-css
markdown-css copied to clipboard
Link with Title
.markdown a:before {content:'['}
.markdown a:after {content:'](' attr(href) ')'}
.markdown a[title]:after {content:'](' attr(href) ' "' attr(title) '")'}