// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`renders ./antdv-demo/docs/grid/demo/basic.md correctly 1`] = `
`;
exports[`renders ./antdv-demo/docs/grid/demo/flex.md correctly 1`] = `
sub-element align left
sub-element align center
sub-element align right
sub-element monospaced arrangement
sub-element align full
`;
exports[`renders ./antdv-demo/docs/grid/demo/flex-align.md correctly 1`] = `
Align Top
Align Center
Align Bottom
`;
exports[`renders ./antdv-demo/docs/grid/demo/flex-fill.md correctly 1`] = `
 Percentage columns 
 Fill rest 
 Raw flex style 
`;
exports[`renders ./antdv-demo/docs/grid/demo/flex-order.md correctly 1`] = `
   1 col-order-4 
   2 col-order-3 
   3 col-order-2 
   4 col-order-1 
 
`;
exports[`renders ./antdv-demo/docs/grid/demo/gutter.md correctly 1`] = `
`;
exports[`renders ./antdv-demo/docs/grid/demo/offset.md correctly 1`] = `
   col-6 col-offset-6 
   col-6 col-offset-6 
 
`;
exports[`renders ./antdv-demo/docs/grid/demo/playfround.md correctly 1`] = `
"
  
    Horizontal Gutter (px): Vertical Gutter (px): Column Count: 
    
    
    <a-row :gutter=\\"[16,16]\\">
  <a-col :span=\\"6\\"/>
  <a-col :span=\\"6\\"/>
  <a-col :span=\\"6\\"/>
  <a-col :span=\\"6\\"/>
</a-row>
    <a-row :gutter=\\"[16,16]\\">
  <a-col :span=\\"6\\"/>
  <a-col :span=\\"6\\"/>
  <a-col :span=\\"6\\"/>
  <a-col :span=\\"6\\"/>
</a-row>
   
"
`;
exports[`renders ./antdv-demo/docs/grid/demo/responsive.md correctly 1`] = `
`;
exports[`renders ./antdv-demo/docs/grid/demo/responsive-more.md correctly 1`] = `
`;
exports[`renders ./antdv-demo/docs/grid/demo/sort.md correctly 1`] = `
   col-18 col-push-6 
   col-6 col-pull-18 
 
`;