Sam
Sam
Is there a reason for not wanting the lines added to the output when they're supported in the input? If they're not added to the output, what should happen when...
Thanks for reporting! I've just been loking into how FluxBB handles the ambiguity of parsing the code tags. It seems to do it by requiring the same number of opening...
Thanks for reporting! It's a bit counter-intuitive but I believe the behaviour of `isAllowed() -> true` for invalid robots.txt files is correct. A robots.txt file is part of the Robots...
Thanks for the PR! That would be a useful feature to add. Instead of adding it as a boolean, it might be better to make it a separate method instead....
By default SCEditor just leaves font values as-is and escapes quotes to display them. It won't add any but if someone manually entered a value with quotes or copies text...
Thanks for reporting! I've just tried to reproduce this but it's giving the expected result. Could you see if I'm doing anything differently: ```js const contents = '...robots.txt contents...'; const...