generatePages abstract method

Future<List<Map<String, dynamic>>> generatePages({
  1. required List<D> documents,
})

This function create a (valid) file transforming delta format to markdown and detecting all markdown syntax for put the attributes to the paragraph

Use the parameter for print a just one document and not all the project

Implementation

Future<List<Map<String, dynamic>>> generatePages({required List<D> documents});