Skip to content

Change convert return type #234

Open
@lordofthejars

Description

@lordofthejars

Currently convert method returns a String, this works for text backends (html, docbook) but it doesn't work for binary backends like pdf. For this reason we need to change the convert method to something like:

public <T> T convert(Content, Options, Class T)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions