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

Preserve line breaks from Org source #530

Merged
merged 1 commit into from Jan 15, 2022
Merged

Conversation

kaushalmodi
Copy link
Owner

Fixes #527.

This feature is like the site-wide Goldmark config (ref:
#526 (comment)):

[markup.goldmark.renderer]
  hardWraps = true

.. but using the "\n:t" export option, this feature can be enabled
only for specific posts.

Fixes #527.

This feature is like the site-wide Goldmark config (ref:
#526 (comment)):

    [markup.goldmark.renderer]
      hardWraps = true

.. but using the "\n:t" export option, this feature can be enabled
only for specific posts.
@kaushalmodi
Copy link
Owner Author

This PR adds test for the Org exporter's \n:t option.

See https://orgmode.org/manual/Export-Settings.html

image

@kaushalmodi kaushalmodi deleted the fix-preserve-breaks branch January 15, 2022 20:59
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

Successfully merging this pull request may close these issues.

Test #+options: \n:t behavior
1 participant