fork download
  1. p \
  2. arrayobj = <<-EOS.scan(/^#(?!#)(?:(?!```)[^#]|```.*?```)*/m).flatten
  3.  
  4.  
  5.  
  6. # bash LAN
  7.  
  8. \```
  9. nmap -sn 192.168.3.*
  10. \```
  11.  
  12. # node.js npm
  13.  
  14. `sudo apt update && sudo apt install nodejs npm -y`
  15.  
  16. # something title
  17.  
  18. something content
  19.  
  20. # bash log
  21.  
  22. \```
  23. tail -f
  24. # or
  25. # tail -f -n 50
  26. \```
  27.  
  28.  
  29. EOS
Success #stdin #stdout 0s 28224KB
stdin
Standard input is empty
stdout
["# bash LAN\n \n```\nnmap -sn 192.168.3.*\n```\n \n", "# node.js npm\n \n`sudo apt update && sudo apt install nodejs npm -y`\n \n", "# something title\n \nsomething content\n \n", "# bash log\n \n```\ntail -f\n# or\n# tail -f -n 50\n```\n\n\n"]