Open dirtystylus opened 8 months ago
Great stuff, I like the usecase of Eleventy
Do you think we could add a basic test for this and add the new parameter to the documentation. An example of the output in the README would be good?
@zoetrope69 Hi! Clarifying: were you asking for my assistance for either or both of those items (I think both are worthwhile)?
I can help with the README part. I’m not as familiar with writing tests for node so would defer to you for that aspect (happy to learn, though)
sure, i can write the tests if you update the readme
thank you!
@zoetrope69 Updated the README!
Hi—I’m working on a project (https://www.markllobrera.com/posts/letterboxd-to-markdown/) and I wanted the review to be in Markdown format, so I took a stab at implementing that. It uses a
reviewFormat
parameter and if that is set tomarkdown
I call a new methodgetReviewAsMarkdown()
. There’s probably a more elegant way to do this, but happy to discuss my use case if you have questions!