duckdb-web icon indicating copy to clipboard operation
duckdb-web copied to clipboard

Remove narrow_table instances

Open szarnyasg opened this issue 5 months ago • 0 comments

Once the many PRs have been merged... incantation below:

find . -name '*.md' | xargs sed -i -z 's|\n<div class="narrow_table"></div>||g'
find . -name '*.md' | xargs sed -i 's|narrow_table monospace_table|monospace_table|g'

szarnyasg avatar Sep 05 '24 13:09 szarnyasg