May I ask how you went about writing and formatting this? What format/program did you use to draft it? (my first guess is some kind of markdown) Was it easy to format for EA forum? Did you use any neat tricks for embedding code output (e.g. with rmarkdown)?
Not the OP, but I usually start in markdown, convert it to html using pandoc (with the -r gfm). Then I copy the html to Google docs, share it with people, rework it after their comments, post it to the EA forum, and then download an html from the forum’s graphql API which I convert to markdown for my own archives.
Not the OP, but I usually start in markdown, convert it to html using pandoc (with the -r gfm). Then I copy the html to Google docs, share it with people, rework it after their comments, post it to the EA forum, and then download an html from the forum’s graphql API which I convert to markdown for my own archives.
This definitely sounds like a better approach than mine, thanks for sharing! This will be useful for me for any future projects