Frontmatter
| id | 116 |
| title | RealWorld app: article details => sometimes the body does get rendered inside a list tag instead of the p tag |
| state | Closed |
| labels | bug |
| assignees | tobiu |
| createdAt | Nov 27, 2019, 1:20 PM |
| updatedAt | Nov 28, 2019, 7:13 PM |
| githubUrl | https://github.com/neomjs/neo/issues/116 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Nov 28, 2019, 7:13 PM |

most likely a timing issue since the markdown parsing is async.
looks like the content does get added into the tag list.