You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However sometimes, for big documents (As an example I currently have one with 3000+ lines), it may be good reasons to split the document into multiple files and then render all at once.
So it would be nice if something like:
marker file1.md file2.md -o output.html
Would render the document as if file1.md file2.md where concatenated.
The text was updated successfully, but these errors were encountered:
Dear @fcolecumberri , thank you very much for your feedback, I suggest you to use the import feature of scidown that will allow to organize better huge files.
however it would be possible to add this batch conversion option to marker as well.
Ciao!
When the
-o
option is given, Marker exports the first input file given, it can be seen here:Marker/src/marker.c
Line 119 in eb26ca7
However sometimes, for big documents (As an example I currently have one with 3000+ lines), it may be good reasons to split the document into multiple files and then render all at once.
So it would be nice if something like:
Would render the document as if file1.md file2.md where concatenated.
The text was updated successfully, but these errors were encountered: