'G#8      !"#$%&'()*+,-./01234567#Copyright (C) 2015 Wasif Hasan BaigMIT%Wasif Hasan Baig <pr.wasif@gmail.com>alphaSafeA Table has a caption, information about each column's width and alignment, either a header with a row or no header, and a series of rows.7A Header contains a Row if present, otherwise NoHeader.;A Column contain information about its width and alignment.Width:! Character length of the widest   in a .Align:+ Alignment of the cells inside this columnA Row contains a list of Cells. YA cell in a table has column span, cell width, cell alignment and the number of lines.Span:& Number of lines spanned by the cell.Width:2 Width of the column this cell is contained insideAlign:* Alignment of the content inside the cellsLines:6 A list of strings where each string represents a line TAlignment of a Column in the Table. Not all TableTypes support column alignments.Position of the caption. Type of the .          #Copyright (C) 2015 Wasif Hasan BaigMIT%Wasif Hasan Baig <pr.wasif@gmail.com>alphaSafe8vTable Builder Functions Helper functions to create a Table from the parsed CSV file (a list of list of Strings).Converts Lines to Cell.9,Converts a list of Lines to a list of Cells.:-Add members to pad cell content based on span;Expects padded cells89<=>?@A)BCD:;EFGHIJK*LMNO)*)*89<=>?@A)BCD:;EFGHIJK*LMNO#Copyright (C) 2015 Wasif Hasan BaigMIT%Wasif Hasan Baig <pr.wasif@gmail.com>alphaNone+/Add Inline from Image into Table as the caption,$Extracts Blocks from Pandoc Document/6Whether to treat first line of CSV as a header or not.2-Parse Config String for alignment information3Remove Str Inline from caption4Get value of attribute5$Make Pandoc Table from Image Inline 6"Make Pandoc Table from Code Block +,P-./0123456Q +,-./0123456 +.-2/03,4156+,P-./0123456Q#Copyright (C) 2015 Wasif Hasan BaigMIT%Wasif Hasan Baig <pr.wasif@gmail.com>alphaNone7777R        !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQR-pandoc-csv2table-1.0.5-4QSlX907RBr4KDKHsPBYo6Text.Table.DefinitionText.Table.BuilderText.Table.HelperText.Table.TablifyTableHeaderNoHeaderColumnRowCellAlign LeftAlign RightAlign CenterAlign DefaultAlign CaptionPos BeforeTable AfterTable TableTypeSimple MultilineGridPipeAtrsAtrValueAtrNameCaptionLinesGutterWidthSpan $fEqTableType$fShowTableType$fShowCaptionPos $fShowAlign $fShowCell $fShowRow $fShowColumn $fShowHeader $fShowTablemkTable toMarkdownaddInlineLabeltoBlocks toTableType getTableTypeisHeaderPresentisHeaderPresent1toAlign getAlignsremoveConfigStringgetAtrtableFromImageInlinetableFromCodeBlocktablifyCsvLinksmkCellmkCellspadCellalignCellStrings addCellAlignsupdateCellAlign addCellWidthsupdateCellWidthmkRows mkColumnsinsertRowSeparator mkTableBordermkHeaderRowSeparator cellToLinesflatten addGutter alignTextrow2Md appendPipes addCaption toMultilineMdtoGridMdtoPipeMd toSimpleMd toTableType1 readMarkdown'