TripletTableSerializer ignores DocumentSerializer.
This is because the text is serialized in the export_to_dataframe method, which doesn't accept a document serializer and then doesn't pass it to the _get_text method for cells.
As a result, the default serializer for Rich Cells, which is Markdown, is used.