Quote:
Originally Posted by CakeChan
Hello. I use the command-line version of FFF on a tablet with a reader that doesn't support horizontal rule tags, so I'm using the "replace_hr: true" option but it's not converting the tags. I recall this used to work in the past.
...
|
That's a bug.
We're (slowly) switching over to a newer HTML parser and hr tags come out as
<hr/> instead of
<hr_/> (where _ is really a space). And the replace_hr feature used a straight text replacement for
<hr_/>. I've changed it to a regex instead, so it will work for both in future.
You say you use CLI. Unfortunately, I don't have a good way to release test versions of CLI. But there should be a new release in less than a week.