You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

Alert(DocNetMode).txt 545 B

12345678910111213141516171819202122232425262728
  1. pre
  2. This is some text
  3. @alert danger
  4. This is a dangerous text, it will be displayed in a danger alert box!
  5. @end
  6. @alert warning
  7. This is a warning text, it will be displayed in a warning alert box!
  8. @end
  9. @alert info
  10. This is an info text, it will be displayed in an info alert box!
  11. @end
  12. @alert neutral
  13. This is an info text, it will be displayed in an info alert box!
  14. @end
  15. @alert info
  16. This is an **info text**, it will be displayed in an info alert box!
  17. @end
  18. @alert
  19. This is an info text, it will be displayed in an info alert box!
  20. @end
  21. post

No Description