decentralized-id.github.io/unsorted/later/regex.md

697 B

published
false

Find ``` replace with

<code>

Replace quotes with
in quoted section

1: First Line \n> \n> (.) \n$1
2: Second lines \n(.
)\n> (.*) \n$1
$2

Close

1:

2:

Find Quote and replace with linebreak

\n> (.*)\n> \n$1

\n\n(.)\n > (.) \n\n$1

Nested Quotes

(* .)\n > (.)\n > \n\n$1
$2

Format row with trailing author\other info

* [(.)]((.)) (.)\n\n(.) $1\t$4\t$2\t$3

Same with different space

* [(.)](.*) (.)\n\n(.*) $1\t$4\t$2\t$3

Same with leading note

* (.)[(.)](.*) (.)\n\n(.) $1\t$4\t$2\t$3$5