Lines Matching full:plain
15431 * that could occur as plain text instead of syntax.
15432 * In some cases, plain text is intended instead of an image.
15645 * that could occur as plain text instead of syntax.
15646 * In some cases, plain text is intended instead of a link.
15875 * Shortcut references use an implicit syntax that could also occur as plain
17943 * plain text, it *could* point to a mistake.
17944 * It’s recommended to instead use a certain flag for plain text (such as `txt`)
23818 var plain = isPlainSafeFirst(codePointAt(string, 0))
23826 plain = plain && isPlainSafe(char, prevChar, inblock);
23843 plain = plain && isPlainSafe(char, prevChar, inblock);
23851 if (plain && !forceQuotes && !testAmbiguousType(string)) {