Skip to content
This repository was archived by the owner on Mar 22, 2021. It is now read-only.

Commit 7e4cfad

Browse files
committed
Restore underlines for headers
1 parent 86b25f3 commit 7e4cfad

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# HsLua Module: System
1+
HsLua Module: System
2+
====================
23

34
This module provides access to system information and functionality via
45
Haskell's `System` module.
@@ -7,7 +8,8 @@ Intended usage for this package is to preload it by adding the loader
78
function to `package.preload`. Note that the Lua `package` library must
89
have already been loaded before the loader can be added.
910

10-
## Example
11+
Example
12+
-------
1113

1214
``` haskell
1315
loadProg :: Lua Status
@@ -19,7 +21,8 @@ loadProg = do
1921
++ "system.with_tmpdir('.', 'foo', print)"
2022
```
2123

22-
## Documentation
24+
Documentation
25+
-------------
2326

2427
### Fields
2528

@@ -486,7 +489,8 @@ This function wraps [System.FilePath.takeFileName].
486489
[System.FilePath.takeExtensions]: https://hackage.haskell.org/package/filepath-1.4.2.1/docs/System-FilePath-Posix.html#v:takeExtensions.
487490
[System.FilePath.takeFileName]: https://hackage.haskell.org/package/filepath-1.4.2.1/docs/System-FilePath-Posix.html#v:takeFileName.
488491

489-
## License
492+
License
493+
-------
490494

491495
This package is licensed under the MIT license. See [`LICENSE`](LICENSE)
492496
for details.

0 commit comments

Comments
 (0)