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
Specifically FileSource::init(), any existing metadata like converters will be lost when reprocess happens. For example, if a Markdown file tries to use: [], this will result in the Markdown converter being lost since it attaches itself as $source->data()->append('converters', 'markdown').
The text was updated successfully, but these errors were encountered:
Specifically
FileSource::init(), any existing metadata likeconverterswill be lost when reprocess happens. For example, if a Markdown file tries touse: [], this will result in the Markdown converter being lost since it attaches itself as$source->data()->append('converters', 'markdown').The text was updated successfully, but these errors were encountered: