Guest User

ParsedownExtra Code block

a guest
Aug 7th, 2024
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. <p markdown="1">
  2. ```js
  3. if (1 <= 2) {
  4. console.log("?> <?= asdf ?>");
  5. }
  6. // With the php tag it suddenly works
  7. <?php ?>
  8. ```
  9. </p>
Advertisement
Add Comment
Please, Sign In to add comment