faq.md
... ...
@@ -78,6 +78,9 @@ R is /programs/x86_64-linux/r/3.6.2/bin/R
78 78
79 79
Plan text before test table:
80 80
81
-`<h1>Testing JavaScript in Markdown</h1> <p>If you see an alert, JavaScript is working!</p> <script> alert('JavaScript is working!'); </script>`
81
+<h1>Testing JavaScript in Markdown</h1> <p>If you see an alert, JavaScript is working!</p> <script> alert('JavaScript is working!'); </script>
82
+
83
+
84
+<button onclick="alert('Button clicked!')">Click Me</button>
82 85
83 86
Plain text after test table.
... ...
\ No newline at end of file