Export has newlines

This commit is contained in:
justine 2022-03-20 21:20:50 +01:00
parent 6d6db0b0d5
commit 51775a8d64

View File

@ -1,6 +1,10 @@
<html> <html>
<head> <head>
<link rel="stylesheet" href="{{ url_for('static', filename='styles/main.css') }}" type="text/css" /> <style>
.rawtext {
white-space: pre-wrap;
}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<!--<link href='https://fonts.googleapis.com/css?family=Source Sans Pro' rel='stylesheet'> --> <!--<link href='https://fonts.googleapis.com/css?family=Source Sans Pro' rel='stylesheet'> -->
<title>sqnotes</title> <title>sqnotes</title>