Nick Fagerlund
Nick Fagerlund
Having done this in the past elsewhere, I strongly recommend [using `navigator.clipboard.writeText()`](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API) instead of figuring out how to do it the old awful way. Only caveat is that it's part...
@crw No, to the best of my understanding it doesn't have anything to do with that request at all.
Markdown makes `` tags, and CSS (whether journal or siteskin) is in charge of what `` tags do. Foundation appears to put a bottom margin. That's probably what's up with...
Cross-posting footer is fallout from the "pre-process everything for crosspost instead of trying to guess how LJ autoformatting works" PR. ```perl return "\n\n" . LJ::Lang::ml( $footer_text_redirect_key, { postlink => $entry->url,...