SYMBOL INDEX (15 symbols across 3 files) FILE: index.d.ts type Configuration (line 2) | interface Configuration { FILE: source/index.js function parseGoogleDocs (line 8) | async function parseGoogleDocs(configuration = {}) { FILE: source/parser.js constant YAML (line 2) | const YAML = require("yamljs"); function getParagraphTag (line 7) | function getParagraphTag(p) { function getListTag (line 21) | function getListTag(list) { function cleanText (line 31) | function cleanText(text) { function getNestedListIndent (line 35) | function getNestedListIndent(level, listTag) { function getTextFromParagraph (line 40) | function getTextFromParagraph(p) { function getTableCellContent (line 49) | function getTableCellContent(content) { function getImage (line 56) | function getImage(document, element) { function getBulletContent (line 78) | function getBulletContent(document, element) { function getText (line 87) | function getText(element, { isHeader = false } = {}) { function getCover (line 125) | function getCover(document) { function convertGoogleDocumentToJson (line 155) | function convertGoogleDocumentToJson(document) { function convertJsonToMarkdown (line 296) | function convertJsonToMarkdown({ content, metadata }) {