db70afa1b159cc3e1c3f91ecf079c0e48a65b065
faq.md
... | ... | @@ -78,6 +78,6 @@ R is /programs/x86_64-linux/r/3.6.2/bin/R |
78 | 78 | |
79 | 79 | Plan text before test table: |
80 | 80 | |
81 | -<html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>JavaScript Test</title> </head> <body> <h1>Testing JavaScript</h1> <p>If you see an alert message, JavaScript is working!</p> <script> alert('JavaScript is working!'); </script> </body> </html> |
|
81 | +`<h1>Testing JavaScript in Markdown</h1> <p>If you see an alert, JavaScript is working!</p> <script> alert('JavaScript is working!'); </script>` |
|
82 | 82 | |
83 | 83 | Plain text after test table. |
... | ... | \ No newline at end of file |