mirror of
https://github.com/tests-always-included/mo.git
synced 2024-12-18 16:27:52 +00:00
'*' may flag Markdown as italics
This commit is contained in:
parent
ddf6d79a14
commit
d8141aabaa
8
mo
8
mo
@ -160,7 +160,7 @@ moFullTagName() {
|
|||||||
# partials for files or the content from stdin.
|
# partials for files or the content from stdin.
|
||||||
#
|
#
|
||||||
# $1 - Variable name to assign this content back as
|
# $1 - Variable name to assign this content back as
|
||||||
# $2-* - File names (optional)
|
# $2-@ - File names (optional)
|
||||||
#
|
#
|
||||||
# Returns nothing.
|
# Returns nothing.
|
||||||
moGetContent() {
|
moGetContent() {
|
||||||
@ -263,7 +263,7 @@ moIndirect() {
|
|||||||
# Internal: Send an array as a variable up to caller of a function
|
# Internal: Send an array as a variable up to caller of a function
|
||||||
#
|
#
|
||||||
# $1 - Variable name
|
# $1 - Variable name
|
||||||
# $2-* - Array elements
|
# $2-@ - Array elements
|
||||||
#
|
#
|
||||||
# Examples
|
# Examples
|
||||||
#
|
#
|
||||||
@ -434,7 +434,7 @@ moLoadFile() {
|
|||||||
#
|
#
|
||||||
# $1 - Content to parse repeatedly
|
# $1 - Content to parse repeatedly
|
||||||
# $2 - Tag prefix (context name)
|
# $2 - Tag prefix (context name)
|
||||||
# $3-* - Names to insert into the parsed content
|
# $3-@ - Names to insert into the parsed content
|
||||||
#
|
#
|
||||||
# Returns nothing.
|
# Returns nothing.
|
||||||
moLoop() {
|
moLoop() {
|
||||||
@ -771,7 +771,7 @@ moTest() {
|
|||||||
# $2 - The string
|
# $2 - The string
|
||||||
# $3 - true/false - trim front?
|
# $3 - true/false - trim front?
|
||||||
# $4 - true/false - trim end?
|
# $4 - true/false - trim end?
|
||||||
# $5-* - Characters to trim
|
# $5-@ - Characters to trim
|
||||||
#
|
#
|
||||||
# Returns nothing.
|
# Returns nothing.
|
||||||
moTrimChars() {
|
moTrimChars() {
|
||||||
|
Loading…
Reference in New Issue
Block a user