5 lines
223 B
Bash
Executable File
5 lines
223 B
Bash
Executable File
#!/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"}]}/' -
|