79263618

Date: 2024-12-09 01:08:23
Score: 1
Natty:
Report link

Try to remove the \n character from the html source codes like below

confluence.update_page(page_id=api_page_id, title=API_PAGE_TITLE, body=html_codes.replace('\n',''), parent_id=None, type='page', representation='storage', minor_edit=False, full_width=False)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: user28689377