Sha256: 24fd9c24b3bc724ce32d36282e3c6206c85999ddd8317439d9d3b3d70e8b3333

Contents?: true

Size: 900 Bytes

Versions: 1

Compression:

Stored size: 900 Bytes

Contents

# Yard::Markdown

Yard theme plugin that generates markdown documentation for gems

## Goals:
- Compatible with Github Flavored Markdown
- Mimick yard html layout in markdown format as much as possible
- Produce .csv index file alonside markdown documentation to act as file index

## Usage
Add these lines:
```
gem 'yard-markdown'
```
And run `bundle install`

Run yardoc with `--format=markdown --plugin=markdown` parameters.

## Backstory
Successor to rdoc-mardown gem that was authored by me. So there is a lot of similarities between two - [example](https://github.com/skatkov/rdoc-markdown/tree/main/example).

This gem is used by documentation reviewing tool called [POSH TUI](https://poshtui.com)

## Testing
Unit tests can't really test this gem properly. So it's semi-manual process of making changes and reviewing output.

  `yardoc example.rb` -> outputs everything into example/ folder.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
yard-markdown-0.2.0 README.md