mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 03:42:47 +08:00
Improved work with images in the html converter
This commit is contained in:
@ -381,6 +381,11 @@ bool CHTMLReader::InitMDTags(TMarkdownParameters* pParametrs)
|
||||
if (nullptr != m_pWriter)
|
||||
delete m_pWriter;
|
||||
|
||||
pWriter->SetSrcDirectory (m_wsSrcDirectory);
|
||||
pWriter->SetTempDirectory(m_wsTempDirectory);
|
||||
pWriter->SetBaseDirectory(m_wsBaseDirectory);
|
||||
pWriter->SetCoreDirectory(m_wsCoreDirectory);
|
||||
|
||||
m_oTags.Clear();
|
||||
|
||||
if (!m_oTags.Init(pWriter))
|
||||
|
||||
Reference in New Issue
Block a user