Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix rendering of markdown headings #561

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ To install Axlsx, use the following command:

$ gem install axlsx

#Examples
## Examples
------

The example listing is getting overly large to maintain here.
Expand All @@ -148,7 +148,7 @@ Please see the [examples](https://github.com/randym/axlsx/tree/master/examples/e

There is much, much more you can do with this gem. If you get stuck, grab me on IRC or submit an issue to GitHub. Chances are that it has already been implemented. If it hasn't - let's take a look at adding it in.

#Documentation
## Documentation
--------------

This gem is 100% documented with YARD, an exceptional documentation library. To see documentation for this, and all the gems installed on your system use:
Expand All @@ -157,12 +157,12 @@ This gem is 100% documented with YARD, an exceptional documentation library. To

yard server -g

#Specs
## Specs
------

This gem has 100% test coverage using test/unit. To execute tests for this gem, simply run rake in the gem directory.

#Change log
## Change log
---------
- **
- Added Cell#name so you you can quickly create a defined name for a single cell in your workbook.
Expand Down Expand Up @@ -210,7 +210,7 @@ This gem has 100% test coverage using test/unit. To execute tests for this gem,

Please see the {file:CHANGELOG.md} document for past release information.

# Known interoperability issues.
## Known interoperability issues.
As axslx implements the Office Open XML (ECMA-376 spec) much of the
functionality is interoperable with other spreadsheet software. Below is
a listing of some known issues.
Expand Down Expand Up @@ -243,14 +243,14 @@ related to themes, which axlsx does not implement at this time.
- charts do not render


#Thanks!
## Thanks!

Open source software is a community effort. None of this could have been
done without the help of these awesome folks.

[contributors](https://github.com/randym/axlsx/graphs/contributors)
[Contributors](https://github.com/randym/axlsx/graphs/contributors)

#Copyright and License
## Copyright and License
----------

Axlsx © 2011-2013 by [Randy Morgan](mailto:[email protected]).
Expand Down