Option to render links as [Some Text ](/link), adds the ability to change-detect on hyperlink changes

This commit is contained in:
dgtlmoon
2022-04-09 10:35:14 +02:00
committed by GitHub
parent 1890881977
commit 9809af142d
9 changed files with 322 additions and 12 deletions

View File

@@ -26,7 +26,8 @@ def test_snapshot_api_detects_change(client, live_server):
time.sleep(1)
# Add our URL to the import page
test_url = url_for('test_endpoint', content_type="text/plain", _external=True)
test_url = url_for('test_endpoint', content_type="text/plain",
_external=True)
res = client.post(
url_for("import_page"),
data={"urls": test_url},