Skip to content

Instantly share code, notes, and snippets.

@Amakata
Created August 29, 2017 15:32
Show Gist options
  • Save Amakata/23bddea39b3af4e001a19997642f289b to your computer and use it in GitHub Desktop.
Save Amakata/23bddea39b3af4e001a19997642f289b to your computer and use it in GitHub Desktop.
pandocのfilter Tableのwidthを0でリセットするをjqで記述
jq '(.blocks[] | select(.t == "Table") .c[2]) |= [0,0,0]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment