Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.

feat(support): implement Markdown parser #470

Merged
merged 4 commits into from
Jun 23, 2020
Merged

feat(support): implement Markdown parser #470

merged 4 commits into from
Jun 23, 2020

Conversation

faustbrian
Copy link
Contributor

Implement a markdown parser that supports CommonMark and FrontMatter through https://github.com/jxson/front-matter and https://github.com/jonschlinkert/remarkable.

Brian Faust added 2 commits June 23, 2020 07:30
@codecov
Copy link

codecov bot commented Jun 23, 2020

Codecov Report

Merging #470 into master will increase coverage by 0.16%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #470      +/-   ##
==========================================
+ Coverage   72.10%   72.27%   +0.16%     
==========================================
  Files          52       53       +1     
  Lines        1029     1035       +6     
  Branches       73       73              
==========================================
+ Hits          742      748       +6     
  Misses        258      258              
  Partials       29       29              
Flag Coverage Δ
#unit 72.27% <100.00%> (+0.16%) ⬆️
Impacted Files Coverage Δ
packages/platform-sdk-support/src/markdown.ts 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 21a06a0...5bb5858. Read the comment docs.

Brian Faust added 2 commits June 23, 2020 07:35
@faustbrian faustbrian merged commit 13cc7f5 into master Jun 23, 2020
@faustbrian faustbrian deleted the markdown branch June 23, 2020 04:42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant