StampyAI / GDocsRelatedThings

Dumping ground for everything related to GDocs, like the answers parser
0 stars 0 forks source link

Determine correct bullet points when calling parseParagraph #61

Open jrhender opened 3 weeks ago

jrhender commented 3 weeks ago

This PR works to address https://github.com/StampyAI/GDocsRelatedThings/issues/60 and https://github.com/StampyAI/stampy-ui/issues/352. This PR is building off of #58, but tries an approach of requiring allParagraphs be provided when calling parseParagraph to avoid the side effect of mutating the documentContext

TODO: