Not true. The markdown editor also autolinks, and it does so on the server-side, so greaterwrong should also be good (unless they send HTML directly, in which case it won’t work).
We implemented the markdown editor autolinking a few weeks ago, since it was literally just adding a single option to our markdown parser.
Neither of those will autolink. Autolinking is handled at the UI level, in the default (WYSIWYG/draftjs) editor only.
Not true. The markdown editor also autolinks, and it does so on the server-side, so greaterwrong should also be good (unless they send HTML directly, in which case it won’t work).
We implemented the markdown editor autolinking a few weeks ago, since it was literally just adding a single option to our markdown parser.