Frontmatter
| id | 78 |
| title | RealWorld app: Render markdown from server client side |
| state | Closed |
| labels | enhancement |
| assignees | mrsunshine |
| createdAt | Nov 19, 2019, 9:05 PM |
| updatedAt | Nov 26, 2019, 9:22 PM |
| githubUrl | https://github.com/neomjs/neo/issues/78 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Nov 26, 2019, 9:22 PM |
RealWorld app: Render markdown from server client side
mrsunshine assigned to @mrsunshine on Nov 26, 2019, 7:13 PM
mrsunshine referenced in commit
00c75dd - "Markdown: Add markdown mixin to DomAccess #78" on Nov 26, 2019, 8:54 PM
mrsunshine referenced in commit
e9d523f - "RealWorldApp: Use markdown converter for article text #78" on Nov 26, 2019, 8:54 PM
mrsunshine cross-referenced by PR #113 on Nov 26, 2019, 8:57 PM
mrsunshine closed this issue on Nov 26, 2019, 9:22 PM
we should probably replace the current markdown npm devDependency with: https://github.com/markdown-it/markdown-it
since we are getting markdown, we should dynamically parse it (not save it as new files)