Skip to content

Commit 8c7ceae

Browse files
committed
Move documentation to README.md
1 parent b945b53 commit 8c7ceae

File tree

4 files changed

+3
-1079
lines changed

4 files changed

+3
-1079
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ If you're unsure about any of these, feel free to ask.
2929
-->
3030

3131
- [ ] I have read the **CONTRIBUTING.md** document.
32-
- [ ] I have updated the documentation at the beginning of `markdown-mode.el` if needed.
33-
- [ ] If documentation was added or changed, I have updated the **README.md** file using `webpage.sh`.
32+
- [ ] I have updated the documentation in the **README.md** file if necessary.
3433
- [ ] I have added an entry to **CHANGES.md**.
3534
- [ ] I have added tests to cover my changes.
3635
- [ ] All new and existing tests passed (using `make test`).

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
[leanpub-link]: https://leanpub.com/markdown-mode
1010
[leanpub-badge]: https://img.shields.io/badge/leanpub-guide-orange.svg
1111

12-
<!-- This file is autogenerated by webpage.sh from the comments at the top of
13-
markdown-mode.el. Make edits there, not here. -->
14-
1512
markdown-mode is a major mode for editing [Markdown][]-formatted
1613
text. The latest stable version is markdown-mode 2.3, released on
1714
August 31, 2017. See the [release notes][] for details.
@@ -1044,4 +1041,3 @@ first version was released on May 24, 2007.
10441041
[Version 2.1]: https://jblevins.org/projects/markdown-mode/rev-2-1
10451042
[Version 2.2]: https://jblevins.org/projects/markdown-mode/rev-2-2
10461043
[Version 2.3]: https://jblevins.org/projects/markdown-mode/rev-2-3
1047-

0 commit comments

Comments
 (0)