Skip to content

Releases: haghish/markdoc

4.0.5

22 Nov 10:47
Compare
Choose a tag to compare
  • preparing the MarkDoc Mini mode

4.0.3

21 Nov 15:09
Compare
Choose a tag to compare

Introducing the mini mode, that will function without requiring third-party software

currently it supports converting Markdown documents to md and html

4.0.2

11 Nov 21:18
Compare
Choose a tag to compare
  • further development on sthlp command for building Stata help files

4.0.1

09 Nov 11:29
Compare
Choose a tag to compare

A bug is fixed for MarkDoc

Previously, when a grave accent was appearing as the last character of a text line, MarkDoc was crashing because Stata was considering that character as a macro. A workaround was added to avoid this problem.

Thanks to Christopher Prener for reporting the bug!

4.0.0

06 Oct 20:40
Compare
Choose a tag to compare

Arguments added to markdoc.ado

  • unc: a new option was added to markdown named unc which changes the behavior of the package when it is accessed from a windows server. this argument will be further developed to address errors rising from UNC paths on windows servers

    • the next versions of MarkDoc will provide further assistance with using MarkDoc from servers and computer labs.
  • export("dzslide") argument was removed because dzslide document was rather problematic on Chrome browser. Aiming at further simplifying markdoc, this document was removed from the officially supported document formats, although markdoc will continue to support it for a while.

Other Ado files

  • markdocstyle.ado: mathjax.org shut down its CDN in 2017 and loading the JS became problematic in the HTML files and PDF files printed from Markdown. markdocstyle.ado was updated accordingly to point to a new CDN. https://www.mathjax.org/cdn-shutting-down/

  • rundoc.ado: the program had a bug with displaying mathematical notations which is fixed

  • markdoc.dlg: MarkDoc has a decent dialog box that includes the main features of the package for developing dynamic documents, dynamic slides, and dynamic Stata help files. The dialog box has been greatly improved in the new version and its bugs are fixed.

3.9.7

04 Apr 10:53
Compare
Choose a tag to compare
  • making MarkDoc compatible with the recent release of State package
  • fixing a bug that was occurring if rundoc was failing...

3.9.6

03 Jan 14:23
Compare
Choose a tag to compare
3.9.6

3.9.5

14 Dec 02:26
Compare
Choose a tag to compare
  • improving the document styles
  • fixing bugs with Stata journal style, when the document is created by converting Markdown to Tex
  • improving rundoc

3.9.4

05 Dec 14:02
Compare
Choose a tag to compare
  • again, improving rundoc
  • another bug is fixed

3.9.3

01 Dec 00:14
Compare
Choose a tag to compare
  • further improvement on rundoc engine.
  • fixing a windows-only bug on sthlp engine