Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add test fixtures for line breaks support. #112

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions test/fixtures/list-item/0.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,21 @@ These are valid list items that don't need a description.
- [How to Write a Video Player in Less Than 1k Lines](https://dranger.com/ffmpeg)
- [Learn FFmpeg libav the Hard Way](https://github.com/leandromoreira/ffmpeg-libav-tutorial)

## Line Breaks

Very long descriptions should be allowed to be broken, as per Markdown
specification:

- [Link 1](https://foo.com) - Description of line 1.
- [Link 2](https://foo.com) - A very long description for the second link in
the list. That description is more than 80 characters wide.
- [This is a very long title, pointing to an awesome article on incredible
stuff we're not used to see everyday](https://foo.com) - Line \#3's
description.
- [Link number
three](https://this-is-a-very-long-url-that-is-pointing-to-a-really-really-great-website.com) -
Fourth description.

## Edge Cases

- [dat](https://dat-data.com) - Real-time replication and versioning for data sets.
Expand Down