-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Description:
The page occasionally renders raw markdown in the position paper.
Source of error:
<div className="position-paper-content" id="position-paper-content" ref={printRef}>
<ReactMarkdown id="position-paper-md">{positionPaper.content}</ReactMarkdown>
</div>
Explanation:
The app requests the openai api to return a markdown for neat rendering. This response is then rendered in the position paper after all leading and trailing whitespaces are removed.
Reason:
Currently unknown.
Copilot