scrivener_html
scrivener_html copied to clipboard
Add query_string option to append params
Forked from #91. Solves #89 and #70.
@keslert @minibikini This has a pretty critical bug in it. On line 349 you're calling |> String.replace(~r/&?page=\d/, "")
, which doesn't account for page numbers with multiple digits.