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 a prototype for asciidoc #41

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Add a prototype for asciidoc #41

wants to merge 8 commits into from

Commits on Jul 27, 2017

  1. Add a prototype for asciidoc

    sean- committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    2a573f9 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2017

  1. Revise the prototype asciidoc to match latest thinking.

    Chase @trent's change in 390ccb4.
    sean- committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    13930a7 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2017

  1. Configuration menu
    Copy the full SHA
    3322f1a View commit details
    Browse the repository at this point in the history
  2. Remove the skip-front-matter attribute, add a stub section.

    The `skip-front-matter` attribute can only be passed in via the CLI:
    
    ```sh
    $ asciidoctor --attribute=skip-front-matter ...
    ```
    sean- committed Jul 30, 2017
    Configuration menu
    Copy the full SHA
    7bb0290 View commit details
    Browse the repository at this point in the history
  3. Warn when an undefined attribute is referenced.

    Brought to you by: future self asking, "WTF isn't this the default behavior?"
    sean- committed Jul 30, 2017
    Configuration menu
    Copy the full SHA
    3b3de51 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed62689 View commit details
    Browse the repository at this point in the history
  5. Fix admonition icons when rendering on Github

    RFD's are going to need their own ghpages branch and
    joyent.github.io/rfd/rfd*.html needs to be a thing otherwise this won't
    render well by default.  This is a start, and it improves the state
    of the world.
    sean- committed Jul 30, 2017
    Configuration menu
    Copy the full SHA
    da40ee7 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2017

  1. Configuration menu
    Copy the full SHA
    4e5beb2 View commit details
    Browse the repository at this point in the history