f5dc9aafe9def8c0e0096dc1c6c3c15ef5f05924
faq.md
... | ... | @@ -78,7 +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> |
|
82 | + |
|
83 | +<script> alert('JavaScript is working!'); </script> |
|
82 | 84 | |
83 | 85 | |
84 | 86 | <button onclick="alert('Button clicked!')">Click Me</button> |