Skip to content

TripletTableSerializer always serializes rich cells in markdown #423

@Vdaleke

Description

@Vdaleke

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions