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

Asciidoctor: Add support for inline callouts #566

Closed
wants to merge 5 commits into from

Commits on Jan 30, 2019

  1. Asciidoctor: Add support for inline callouts

    Adds support for inline callout in a fairly hacky way. These look like:
    
    ```
    ----
    POST <1> /_search/scroll <2>
    ----
    <1> words
    <2> other words
    ```
    
    They are supported by asciidoc and the elasticsearch reference uses a
    few of them and they look *great*. Asciidoctor doesn't support them and
    doesn't have a nice extension point to add them so we hack asciidoctor
    fairly shamelessly to get them in.
    
    This cuts the number of failures when building the Elasticsearch
    reference down from "then entire screen" to 3.
    nik9000 committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    acf7043 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2019

  1. Configuration menu
    Copy the full SHA
    6dae474 View commit details
    Browse the repository at this point in the history
  2. Explain a little better

    nik9000 committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    5b062ab View commit details
    Browse the repository at this point in the history
  3. Drop note about 1.8.7

    nik9000 committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    408053b View commit details
    Browse the repository at this point in the history
  4. Drop extra

    nik9000 committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    611a6e1 View commit details
    Browse the repository at this point in the history