Sha256: ba986a159ca27045219baefe751db9e94d21333ae0154b25f731fef5c40401a6

Contents?: true

Size: 881 Bytes

Versions: 2

Compression:

Stored size: 881 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` parameter.

## 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

2 entries across 2 versions & 1 rubygems

Version Path
yard-markdown-0.1.2 README.md
yard-markdown-0.1.1 README.md