Skip to content

Support blockquote #676

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

Merged
merged 1 commit into from
Dec 8, 2018
Merged

Support blockquote #676

merged 1 commit into from
Dec 8, 2018

Conversation

nobu
Copy link
Member

@nobu nobu commented Dec 2, 2018

RDoc::Markup::BlockQuote is supported by RDoc::Markdown, but not
RDoc::Markup yet and the syntax for it is not too.

This patch implements >>> as blockquote tentatively,

>>>
  foo

to

<blockquote><p>foo</p><blockquote>

@nobu nobu force-pushed the feature/blockquote branch from 00bc79d to 7cdf460 Compare December 2, 2018 10:03
RDoc::Markup::BlockQuote is supported by RDoc::Markdown, but not
RDoc::Markup yet and the syntax for it is not too.

This patch implements `>>>` as blockquote tentatively,

```
>>>
  foo
```

to

```
<blockquote><p>foo</p><blockquote>
```
@nobu nobu force-pushed the feature/blockquote branch from 7cdf460 to b02b37d Compare December 5, 2018 00:24
@aycabta aycabta merged commit bcc91fe into ruby:master Dec 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants