In the file mistral-docai-basics.ipynb, in the line display(Markdown(simple_combined_markdown(ms8kResponse.json()["pages"][5]))) the presence of the '$' sign leads to incorrect displaying of the table from the document. A quick fix is to replace all occurrences of '$' to 'USD':
