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

Abstract should accept full source formatting #113

Closed
fantasai opened this issue Mar 14, 2014 · 3 comments
Closed

Abstract should accept full source formatting #113

fantasai opened this issue Mar 14, 2014 · 3 comments

Comments

@fantasai
Copy link
Contributor

It would be nice if the abstract, which is generally fairly long, could be line-wrapped without breaking metadata parsing.

@tabatkins
Copy link
Collaborator

I agree, but it would be a big change to the metadata parsing.

Right now, I accept multiple "Abstract" lines, with each line being a separate paragraph. I could perhaps change this, so that it accepts multiple lines, but just gloms them together as though they were multiple lines in the source, so you could write:

Abstract: The CSS Foo spec helps authors develop the fooness of their pages,
Abstract: and occasionally the barity.
Abstract:
Abstract: It also adds the 'baz' property, for encouraging bazzing.

How does that sound?

@fantasai
Copy link
Contributor Author

fantasai commented Apr 9, 2014

I wouldn't consider it "fixed" cuz it's kindof awkward, but maybe it's an improvement? I'm not sure.

@tabatkins
Copy link
Collaborator

Now if you just indent a metadata line it assumes it's a continuation of the previous line, so the above example now looks like:

Abstract: The CSS Foo spec helps authors develop the fooness of their pages,
 and occasionally the barity.

 It also adds the 'baz' property, for encouraging bazzing.

Considering this fully fixed.

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

No branches or pull requests

2 participants