Skip to content

Commit

Permalink
4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
haghish committed May 31, 2019
1 parent cc73f88 commit f75fac8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions mdminor.ado
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/***
_v. 1.0.0_
_v. 1.1_
Title
======
Expand Down Expand Up @@ -66,7 +66,7 @@ program define mdminor
local version 15
}

syntax [anything] [, export(str) name(str) continue replace]
syntax [anything] [, export(str) name(str) continue replace size(numlist max=1) ]


version `version'
Expand Down Expand Up @@ -289,7 +289,8 @@ program define mdminor
local addaccent ""
}

`command' text (`"`macval(1)' "'), `bold' `italic' font(`font')

`command' text (`"`macval(1)' "'), `bold' `italic' font("`font'", `size')

if !missing("`enditalic'") {
local italic ""
Expand Down

0 comments on commit f75fac8

Please sign in to comment.