improved exporting files with markdown notes

This commit is contained in:
antelle 2020-05-15 20:25:22 +02:00
parent 451b465e4f
commit 008b615903
No known key found for this signature in database
GPG Key ID: 094A2F2D6136A4EE
3 changed files with 8 additions and 5 deletions

View File

@ -25,6 +25,9 @@
td:first-of-type {
width: 30%;
}
td.field {
white-space: pre-wrap;
}
</style>
</head>
<body>

View File

@ -5,12 +5,12 @@
{{#each fields as |field|}}
<tr>
<td>{{field.title}}</td>
<td>
{{#if field.protect}}
<td class="field">
{{~#if field.protect~}}
<code>{{field.value}}</code>
{{else}}
{{~else~}}
{{field.value}}
{{/if}}
{{~/if~}}
</td>
</tr>
{{/each}}

View File

@ -1,7 +1,7 @@
Release notes
-------------
##### v1.14.3 (2020-05-15)
`*` disabled markdown in export
`*` improved exporting files with markdown notes
##### v1.14.2 (2020-05-04)
`-` distinct redirect URIs for storage providers