syntra / gatsby-remark-reading-time

Gatsby remark plugin to add an estimated reading time field to all remark nodes
MIT License
25 stars 16 forks source link

Update readme with mdx instructions #7

Closed tgallacher closed 4 years ago

tgallacher commented 4 years ago

Summary

Follow up to #5 to add instructions for MDX usage.

ghost commented 4 years ago

@syntra @tgallacher I think it's probably good to mention this in the README so people can decide whether or not to use the in-built version (supports MDX by default)

https://github.com/syntra/gatsby-remark-reading-time/issues/6#issuecomment-544428232

tgallacher commented 4 years ago

@syntra @tgallacher I think it's probably good to mention this in the README so people can decide whether or not to use the in-built version (supports MDX by default)

#6 (comment)

Good shout. Although it's noted in the PR (#5 ), i think it is worth adding to the README. I'll make add it here.

Although, FYI, I believe this plugin still has value, as it offers additional output options compared with the core Gatsby plugin -- at least for now.