Skip to content

Commit b620c53

Browse files
committed
explicitly use kramdown as markup
1 parent 9cb981f commit b620c53

10 files changed

+12
-1
lines changed

.yardopts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
--hide-void-return -m markdown --markup-provider kramdown --verbose --no-private --asset docs/images:images --readme docs/readme.md - docs/**/*.md
1+
--hide-void-return -m kramdown --verbose --no-private --asset docs/images:images --readme docs/readme.md --plugin kramdown - docs/**/*.md

docs/bot_options.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# @title Bot options
2+
# @markup kramdown
23

34
# Options
45
Note: This page describes options of Cinch. It does not describe how

docs/changes.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# @title What has changed?
2+
# @markup kramdown
23

34
# What has changed in 2.0?
45
1. **Added support for SASL**

docs/common_mistakes.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# @title Common mistakes
2+
# @markup kramdown
23

34
# I defined an initialize method in my plugin and now it doesn't work properly anymore
45

docs/common_tasks.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# @title Common Tasks
2+
# @markup kramdown
23

34
# Checking if a user is online
45

docs/encodings.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# @title Encodings
2+
# @markup kramdown
3+
24
# Encodings
35

46
The IRC protocol doesn't define a specific encoding that should be

docs/events.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# @title Events
2+
# @markup kramdown
23

34
Cinch provides three kinds of events:
45

docs/logging.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# @title Logging
2+
# @markup kramdown
23

34
TODO explain the logging facilities
45

docs/migrating.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# @title Migration Guide
2+
# @markup kramdown
3+
24
# Migration Guide
35

46
This document explains how to migrate between API incompatible

docs/readme.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# @title README
2+
# @markup kramdown
23

34

45
- {file:changes.md Changelog}

0 commit comments

Comments
 (0)