Plugin Directory

Changeset 2291278


Ignore:
Timestamp:
04/24/2020 10:01:04 PM (6 years ago)
Author:
amdad121
Message:

a few changed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • covid-19-bangladesh-live/trunk/readme.txt

    r2291277 r2291278  
    8484= 0.5 =
    8585This version fixes a security related bug.  Upgrade immediately.
    86 
    87 == Arbitrary section ==
    88 
    89 You may provide arbitrary sections, in the same format as the ones above.  This may be of use for extremely complicated
    90 plugins where more information needs to be conveyed that doesn't fit into the categories of "description" or
    91 "installation."  Arbitrary sections will be shown below the built-in sections outlined above.
    92 
    93 == A brief Markdown Example ==
    94 
    95 Ordered list:
    96 
    97 1. Some feature
    98 1. Another feature
    99 1. Something else about the plugin
    100 
    101 Unordered list:
    102 
    103 * something
    104 * something else
    105 * third thing
    106 
    107 Here's a link to [WordPress](https://wordpress.org/ "Your favorite software") and one to [Markdown's Syntax Documentation][markdown syntax].
    108 Titles are optional, naturally.
    109 
    110 [markdown syntax]: https://daringfireball.net/projects/markdown/syntax
    111             "Markdown is what the parser uses to process much of the readme file"
    112 
    113 Markdown uses email style notation for blockquotes and I've been told:
    114 > Asterisks for *emphasis*. Double it up  for **strong**.
    115 
    116 `<?php code(); // goes in backticks ?>`
Note: See TracChangeset for help on using the changeset viewer.