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
When exporting as HTML from fanfiction.net, dashes (em dashes or en dashes) in the source story are converted to hyphens in the exported story. (this may also occur for other source sites and export formats)
Example: https://www.fanfiction.net/s/2864314/1/
The very first chapter contains 8 dashes (em dashes). In the exported story, these have all been convered to hyphens.
Unsure how fichub would handle it if they had been properly encoded in the source file, — or —, but the symbol itself (—) is being dropped and replaced with a hyphen (-). This makes for difficult reading as dashes, when used, are not typically offset by whitespace, so converting to hyphens leaves behind a hard-to-follow wall of text.
The text was updated successfully, but these errors were encountered:
When exporting as HTML from fanfiction.net, dashes (em dashes or en dashes) in the source story are converted to hyphens in the exported story. (this may also occur for other source sites and export formats)
Example: https://www.fanfiction.net/s/2864314/1/
The very first chapter contains 8 dashes (em dashes). In the exported story, these have all been convered to hyphens.
Unsure how fichub would handle it if they had been properly encoded in the source file,
—
or—
, but the symbol itself (—) is being dropped and replaced with a hyphen (-). This makes for difficult reading as dashes, when used, are not typically offset by whitespace, so converting to hyphens leaves behind a hard-to-follow wall of text.The text was updated successfully, but these errors were encountered: