Concerning collapsible points and styling: You can use inline HTML at every point in Markdown. So you can use <details> tags for the former and <style> tags for the latter.
Of course, these are only valuable if you use a Markdown editor that renders a preview.
Comments
Concerning collapsible points and styling: You can use inline HTML at every point in Markdown. So you can use <details> tags for the former and <style> tags for the latter.
Of course, these are only valuable if you use a Markdown editor that renders a preview.