WordPress post content does not (by default) contain any paragraph tags. WordPress adds those tags when rendering. Drupal needs those tags and we should handle that while migrating.
A simple way to do this would a process plugin and it makes sense for the plugin to reside in this module (since it is a common scenario with WordPress).
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | autop-2911562-2.patch | 777 bytes | hussainweb |
Comments
Comment #2
hussainwebInitial patch.
Comment #4
hussainweb