Is there see any obvious reason why this would fail to justify the text for Fanfiction.net fics? It works for others.
Code:
add_to_replace_metadata:
## Changes breaks to paragraphs in comments for better formatting
description=><br/>=></p><p>
description=><p>=><p align="justify">
I looked at the metadata column for ffnet and ao3 fics at the html source of them. Both of them looked like this:
Code:
<p id="description">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p>
I tried putting in an add_replace for
<p id="description"> with a
<p align="justify"> but that did not change it.