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

Markup agnostic extra files #1200

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Dec 11, 2019

  1. Support more types of comments in extra objects

    Rewrite how comments are handled in textual files (extra objects).
    Prefer markup-agnosticism over sticking to HTML comments.  Do not remove
    comment tags, as they are bound to specific markup, and hidden from
    user's eye anyway.
    
    Also, see discussion in:
    https://groups.google.com/forum/#!topic/yardoc/Y700TGceoII
    skalee committed Dec 11, 2019
    Copy the full SHA
    5896a19 View commit details
    Browse the repository at this point in the history
  2. Escape attributes section with two newlines

    Do not interpret attributes section of an extra file if it starts with
    two blank lines (previously: one blank line).  This is a breaking
    change, however not very drastical.  Seems to be a good compromise
    between simplicity and ease of use.
    skalee committed Dec 11, 2019
    Copy the full SHA
    bcfb36c View commit details
    Browse the repository at this point in the history