4 changed files with 2 additions and 2 deletions
@ -1,4 +1,4 @@ |
|||||||
import { processNostrIdentifiers } from './nostrUtils'; |
import { processNostrIdentifiers } from '../nostrUtils'; |
||||||
|
|
||||||
// Regular expressions for basic markdown elements
|
// Regular expressions for basic markdown elements
|
||||||
const BOLD_REGEX = /(\*\*|[*])((?:[^*\n]|\*(?!\*))+)\1/g; |
const BOLD_REGEX = /(\*\*|[*])((?:[^*\n]|\*(?!\*))+)\1/g; |
||||||
Loading…
Reference in new issue