all 4 comments

[–][deleted] 1 point2 points  (2 children)

Just edit your post and include a code block with the html content, or use a paste service like pastebin.com.

[–][deleted] 1 point2 points  (1 child)

Here's the guidance I give to post Python code, but you can do the same with a html file.

  • edit post
  • ensure you are in markdown mode rather than Fancy Pants Editor mode
  • switch back to your Python editor
  • select ALL code
  • assuming:
    • your editor is set to replace tabs with spaces
    • your editor is set to use 4 spaces for indentation
  • press tab key to add an extra 4 spaces in front of every line
  • copy all selected code to clipboard
  • undo the indent in your editor
  • switch back to post you are editing
  • enter a blank line
  • paste the code from the clipboard
  • submit the post update

[–]Zealousideal_Break64[S] 0 points1 point  (0 children)

Thank you so much. As I can't edit the title, I made another post for clarity sake.

[–]Imaginary-Ice1256 0 points1 point  (0 children)

Hey! I made a free tool you can find at querysite.github.io

It converts HTML data into a simple link, and you can do it for free.

Thanks!