We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8cb892 commit 755f69bCopy full SHA for 755f69b
tests/Task/Link.test.ts
@@ -221,6 +221,8 @@ describe('linkClass', () => {
221
222
describe('visualise links', () => {
223
function createRow(field: string, value: string | undefined): string {
224
+ // We use NBSP - non-breaking spaces - so that the approved file content
225
+ // is correctly aligned when viewed in Obsidian:
226
return addBackticks(field.padEnd(26, ' ')) + ': ' + addBackticks(formatToRepresentType(value)) + '\n';
227
}
228
0 commit comments