mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-05-05 11:49:12 -05:00
refactor(highlightjs): create separate project
This commit is contained in:
@@ -0,0 +1 @@
|
||||
export * from './lib/highlightjs.js';
|
||||
@@ -0,0 +1,3 @@
|
||||
export function highlightjs(): string {
|
||||
return 'highlightjs';
|
||||
}
|
||||
Reference in New Issue
Block a user