2020-10-05

Research Progress
My first post. Other syntax examples could be found on the website.
Timeline
I used mermaid to plot the diagram of my dissertation timeline.
Belows are other examples you could do on the blog.
Todo lists
You can even write your todo lists in Academic too:
- [x] Write the discussion (due 10-15-2019)
- [ ] Practice 3MT
- [ ] Send out remindert to participants
renders as
- Write the discussion (due 10-15-2019)
- Practice 3MT
- Send out remindert to participants
Tables
Represent your data in tables:
| First Header | Second Header |
| ------------- | ------------- |
| Content Cell | Content Cell |
| Content Cell | Content Cell |
renders as
First Header | Second Header |
---|---|
Content Cell | Content Cell |
Content Cell | Content Cell |
Asides
A> A Markdown aside is useful for displaying notices, hints, or definitions to your readers.
renders as