Frontmatter
| id | 136 |
| title | Remove the markdown2html devDependency |
| state | Closed |
| labels | enhancement |
| assignees | [] |
| createdAt | Nov 29, 2019, 3:41 PM |
| updatedAt | Nov 29, 2019, 3:55 PM |
| githubUrl | https://github.com/neomjs/neo/issues/136 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Nov 29, 2019, 3:55 PM |

already using showdown for the real world app, md2html is used for some guides parsing inside for the docs app (build process, not realtime) and could easily get replaced.
see #135