Added basic Formula Wizard, Added script to compile SASS and TS, many other random changes.
Update .gitignore, .htaccess, and 68 more files...
This commit is contained in:
@@ -59,4 +59,23 @@ function printMainHeader(string $text, ?string $iconId = null, ?string $rightTex
|
||||
));
|
||||
}
|
||||
|
||||
function printSubHeader(string $text, ?string $anchorId = null, ?string $backgroundClass = "bkgd-math"): void {
|
||||
if(is_null($backgroundClass)) {
|
||||
$backgroundClass = "bkgd-math";
|
||||
}
|
||||
$headingText = getMainHeader(
|
||||
$text,
|
||||
null,
|
||||
null,
|
||||
$anchorId,
|
||||
69, // Forcing it as a non-first of main heading.
|
||||
$backgroundClass,
|
||||
3
|
||||
);
|
||||
|
||||
$headingText = str_replace("t-size-14", "t-size-11", $headingText);
|
||||
|
||||
echo($headingText);
|
||||
}
|
||||
|
||||
?>
|
Reference in New Issue
Block a user