Skip to content

Commit

Permalink
Updgreded backwards compatible parsing options
Browse files Browse the repository at this point in the history
  • Loading branch information
glennjones committed Aug 20, 2015
1 parent d5c28fd commit 3082b87
Show file tree
Hide file tree
Showing 154 changed files with 2,683 additions and 2,020 deletions.
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -83,6 +83,15 @@ Options

__I would recommended always setting `textFormat` option to `normalised`. This is not part of the microformat parsing rules, but in most cases provides more usable output.__

Experimental Options
-------
These are options are part of experimental specification development. They be removed or renamed in future.
* `overlappingVersions` - (Boolean) block overlapping properties from different microformat versions default is `true`
* `impliedPropertiesByVersion` (Boolean) Set implied properties by microformat version default is `false`
* `parseLatLonGeo` (Boolean) Parse geo date writen as latlon i.e. 30.267991;-97.739568
default is `false`


Output
-------
JSON output. This is an example of a parsed `h-card` microformat.
Expand Down

0 comments on commit 3082b87

Please sign in to comment.