Skip to content

Commit

Permalink
3.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
haghish committed Oct 16, 2016
1 parent 0198938 commit b308248
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions markdoc.ado
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*** DO NOT EDIT THIS LINE -----------------------------------------------------
Version: 3.8.4
Version: 3.8.5
Title: markdoc
Description: a general-purpose literate programming package for Stata that
produces {it:dynamic analysis documents} and {it:package vignette documentation} in various formats
Expand Down Expand Up @@ -2735,7 +2735,7 @@ program markdoc
!= "dzslide" {
local clue
capture local clue : di trim(`"`macval(line)'"')
if "`clue'" == "***" & substr(`"`macval(line)'"',1,4) != " " {
if `"`macval(clue)'"' == "***" & substr(`"`macval(line)'"',1,4) != " " {
local line : subinstr local line "***" ""
}
}
Expand Down
2 changes: 1 addition & 1 deletion markdoc.pkg
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ d KW: reproducible research
d
d Requires: Stata version 11 and weaver from SSC (q.v.)
d
d Distribution-Date: 20160929
d Distribution-Date: 20161016
d
d Author: E.F. Haghish, University of Freiburg
d Support: email haghish@@imbi.uni-freiburg.de
Expand Down
2 changes: 1 addition & 1 deletion markdoc.sthlp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{smcl}
{right:version 3.8.4}
{right:version 3.8.5}
{title:Title}

{phang}
Expand Down

0 comments on commit b308248

Please sign in to comment.