Skip to content

Commit

Permalink
Fix README table glitch.
Browse files Browse the repository at this point in the history
  • Loading branch information
hacksalot committed Nov 22, 2015
1 parent 5899989 commit 39fd689
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,15 @@ Resume schema. Use it to make sure your resume data is sufficient and complete.

FluentCV supports these output formats:

Output Format | Ext | Notes
------------- | - | -------------
Output Format | Ext | Notes
------------- | --- | -----
HTML | .html | A standard HTML 5 + CSS resume format that can be viewed in a browser, deployed to a website, etc.
Markdown | .md | A structured Markdown document that can be used as-is or used to generate HTML.
MS Word | .doc | A Microsoft Word office document in 2003 format for widest compatibility.
MS Word | .doc | A Microsoft Word office document.
Adobe Acrobat (PDF) | .pdf | A binary PDF document driven by an HTML theme.
plain text | .txt | A formatted plain text document appropriate for emails or as a source for copy-paste.
JSON | .json | A JSON representation of the resume. Can be passed back into FluentCV as an input.
YAML | .yml | A YAML representation of the resume. Can be passed back into FluentCV as an input.
plain text | .txt | A formatted plain text document appropriate for emails or copy-paste.
JSON | .json | A JSON representation of the resume.
YAML | .yml | A YAML representation of the resume.
RTF | .rtf | Forthcoming.
Textile | .textile | Forthcoming.
image | .png, .bmp | Forthcoming.
Expand Down

0 comments on commit 39fd689

Please sign in to comment.