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

deps: Update go-org to v1.3.0 #7439

Merged
merged 1 commit into from
Jun 29, 2020
Merged

deps: Update go-org to v1.3.0 #7439

merged 1 commit into from
Jun 29, 2020

Conversation

niklasfasching
Copy link
Contributor

  • Add support for image links (i.e. link with image as description)

  • Kinda breaking: Wrap headlines and headline+content in containers as emacs
    Org mode does. Could break people's styles - I don't expect it, but who knows
    what counts as sane when it comes to css.

    Before:

    <h2 id="headline-1">FOO</h2>
    foo bar
    

    After:

    <div id="outline-container-headline-1" class="outline-2">
    <h2 id="headline-1">FOO</h2>
    <div id="outline-text-headline-1" class="outline-text-2">
    foo bar
    </div>
    </div>
    

- Add support for image links (i.e. link with image as description)
- Kinda breaking: Wrap headlines and headline+content in containers as emacs
  Org mode does. Could break people's styles - I don't expect it, but who knows
  what counts as sane when it comes to css.

  Before:

  ```
  <h2 id="headline-1">FOO</h2>
  foo bar
  ```

  After:

  ```
  <div id="outline-container-headline-1" class="outline-2">
  <h2 id="headline-1">FOO</h2>
  <div id="outline-text-headline-1" class="outline-text-2">
  foo bar
  </div>
  </div>
  ```
@bep bep merged commit 127d5fe into gohugoio:master Jun 29, 2020
@bep
Copy link
Member

bep commented Jun 29, 2020

Could break people's styles - I don't expect it, but who knows
what counts as sane when it comes to css.

Don't worry, it's me who'll get the shouting :-)

@github-actions
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants