diff options
author | mjfernez <mjf@mjfer.net> | 2024-07-23 01:04:29 -0400 |
---|---|---|
committer | mjfernez <mjf@mjfer.net> | 2024-07-23 01:04:29 -0400 |
commit | 863641afa60f46d271bf89dea256b2d42fe18de1 (patch) | |
tree | f454feaf663ab10013d5cab84c2d8e2cac2d36c1 /tutorials/splunk/how-to-debug-a-splunk-app.html | |
parent | 8bcc5e70f895857281b466ff82c0a55c4cd322fb (diff) | |
download | site-files-863641afa60f46d271bf89dea256b2d42fe18de1.tar.gz |
Fix css tags
Diffstat (limited to 'tutorials/splunk/how-to-debug-a-splunk-app.html')
-rw-r--r-- | tutorials/splunk/how-to-debug-a-splunk-app.html | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/tutorials/splunk/how-to-debug-a-splunk-app.html b/tutorials/splunk/how-to-debug-a-splunk-app.html new file mode 100644 index 0000000..4ef1fea --- /dev/null +++ b/tutorials/splunk/how-to-debug-a-splunk-app.html @@ -0,0 +1,30 @@ +<!DOCTYPE html> +<html lang="" xml:lang="" xmlns="http://www.w3.org/1999/xhtml"> +<head> +<meta charset="utf-8"/> +<meta content="pandoc" name="generator"/> +<meta content="width=device-width, initial-scale=1.0, user-scalable=yes" name="viewport"/> +<title>how-to-debug-a-splunk-app</title> +<style> + code{white-space: pre-wrap;} + span.smallcaps{font-variant: small-caps;} + div.columns{display: flex; gap: min(4vw, 1.5em);} + div.column{flex: auto; overflow-x: auto;} + div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} + /* The extra [class] is a hack that increases specificity enough to + override a similar rule in reveal.js */ + ul.task-list[class]{list-style: none;} + ul.task-list li input[type="checkbox"] { + font-size: inherit; + width: 0.8em; + margin: 0 0.8em 0.2em -1.6em; + vertical-align: middle; + } + .display.math{display: block; text-align: center; margin: 0.5rem auto;} + </style> +<link href="../../static/main.css" rel="stylesheet"/> +</head> +<body> +</body> +</html> + |