Skip to content

Commit

Permalink
fix newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
BearToCode committed Dec 16, 2023
1 parent 835dcc7 commit 2164500
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/src/lib/search/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,5 @@ export function enrichResult(result: SearchResult, query: string): EnrichedSearc

return result;
}

//
2 changes: 2 additions & 0 deletions packages/carta-md/src/lib/internal/carta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -391,3 +391,5 @@ export class Carta {
return highlight(text, 'cartamd', true);
}
}

//
2 changes: 2 additions & 0 deletions packages/plugin-attachment/src/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,3 +156,5 @@ export const attachment = (options: AttachmentExtensionOptions): CartaExtension
]
};
};

//

0 comments on commit 2164500

Please sign in to comment.