What to know before you implement public-facing APIs
9
votes
Hi guys,
I often find myself writing small text files for projects, like a bit of documentation or TODOs. I have a proper system in place for larger projects, but would love to be able to scribble down things for larger ones.
As big of a fan of Markdown as I am, I find that it's often inappropriate for these kinds of tasks. For example, I find myself mimicking a task list with multiple-paragraph list items.
What do you guys use? Do you know of any Markdown alternatives that give you a bit more control over the layout?
Thanks!