Changing the output format to gfm instead markdown due table missformating during the import

This commit is contained in:
João Felipe Chiarelli Bourscheid 2021-05-27 13:26:19 -03:00
parent 0fa6c33c44
commit 0968966f01

View File

@ -189,7 +189,7 @@ const noticePandocNotFound = win => {
const openPandocFile = async (windowId, pathname) => {
try {
const converter = pandoc(pathname, 'markdown')
const converter = pandoc(pathname, 'gfm')
const data = await converter()
ipcMain.emit('app-open-markdown-by-id', windowId, data)
} catch (err) {