fix: add delimiter option

This commit is contained in:
Johann Schopplich
2025-10-22 21:58:55 +02:00
parent f105551c3e
commit 67459f4da6
7 changed files with 324 additions and 45 deletions

View File

@@ -10,6 +10,7 @@ export const LIST_ITEM_PREFIX = '- '
export const COMMA = ','
export const COLON = ':'
export const SPACE = ' '
export const PIPE = '|'
// #endregion