5 lines
223 B
Bash
5 lines
223 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# https://github.com/jgm/citeproc/issues/99
|
||
|
sed 's/{"t":"Str","c":"|"},{"t":"SmallCaps","c":\[{"t":"Str","c":"Long"}\]}/{"t":"Str","c":"|"},{"t":"SmallCaps","c":[{"t":"Str","c":"Auteur avec un nom long"}]}/' -
|