If sections extracted with read_manuscript() include headers, they cause the quote box to end early, and for the letter's numbering system to be invoked. This results in ugly formatting.
Perhaps arguments could be added in order to process the text further.
This is currently what I'm using to get around the issue:
Is this the kind of thing you would want integrated into the read_manuscript() function? Happy to do a pull request. Let me know if you guys already have another solution implemented.
If sections extracted with read_manuscript() include headers, they cause the quote box to end early, and for the letter's numbering system to be invoked. This results in ugly formatting.
Perhaps arguments could be added in order to process the text further. This is currently what I'm using to get around the issue:
Change headers to bold
Continue quote after line break
Which results in the following output:
Is this the kind of thing you would want integrated into the read_manuscript() function? Happy to do a pull request. Let me know if you guys already have another solution implemented.