One of the things I love from Stack Overflow is that they use Markdown. Having written in it over there for a year, I wondered if I could add it to WordPress. Turns out it’s allegedly already in WordPress, but my copy must be so old and patched together that I was missing it.
Preview isn’t working for me (ugh) so I’m just going to
- let
- this
- fly
This is actually
fussier than I thought it might be.
And I do have a code plugin now that I should be testing.
string GetErrorLog()
{
return m_ErrorLog;
}
string ErrorLog
{
get { return m_ErrorLog; }
}