generatePages abstract method
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});