aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Markdown/Content.tsx
Commit message (Expand)AuthorAgeLines
* style: manually fix some errorseug-vs2020-04-18-5/+7
* style: correct some errors with eslint --fixeug-vs2020-04-18-13/+14
* feat: consider 1-line html tagmd-improveeug-vs2020-04-09-1/+1
* feat: support \| symbol, fix html parsingeug-vs2020-04-07-1/+13
* fix: account for \r line endings, remove consoleseug-vs2020-04-07-4/+2
* style: fix linting errors :rotating_light:eug-vs2020-04-05-5/+5
* refactor: rename InlineSyntax -> SyntacticSpaneug-vs2020-04-05-2/+1
* feat: Paragraph -> Text, parse selfClosingHtmleug-vs2020-04-05-7/+23
* feat: parse html :rocket:eug-vs2020-04-05-5/+22
* feat: parse dotted listseug-vs2020-04-05-2/+12
* refactor: move some logic to InlineSyntax.tsxeug-vs2020-04-05-1/+1
* feat: add Paragraph componenteug-vs2020-04-05-2/+3
* refactor: structurize Markdown component :recycle:Eug-VS2020-04-04-0/+34