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

Line blocks (restructuredText) are not rendered correctly #144

Closed
fladd opened this issue Jun 5, 2015 · 4 comments
Closed

Line blocks (restructuredText) are not rendered correctly #144

fladd opened this issue Jun 5, 2015 · 4 comments
Labels
bug Well, it shouldn’t be doing that. Let’s fix it! released
Milestone

Comments

@fladd
Copy link

fladd commented Jun 5, 2015

Take the following example:

| This is a line block.  It ends with a blank line.                             
|     Each new line begins with a vertical bar ("|").                           
|     Line breaks and initial indents are preserved.                            
| Continuation lines are wrapped portions of long lines;                        
  they begin with a space in place of the vertical bar.                         
|     The left edge of a continuation line need not be aligned with             
  the left edge of the text above it.                                           

| This is a second line block.                                                  
|                                                                               
| Blank lines are permitted internally, but they must begin with a "|". 
@silverhook silverhook added the bug Well, it shouldn’t be doing that. Let’s fix it! label Dec 27, 2018
@talha131 talha131 added this to the Elegant 2.2 milestone Feb 10, 2019
@talha131 talha131 modified the milestones: Elegant 2.2, Elegant 2.3, 2019 - Q3 Jun 10, 2019
@talha131
Copy link
Member

talha131 commented Jul 5, 2019

@all-contributors please add @fladd for bug

@allcontributors
Copy link
Contributor

@talha131

I've put up a pull request to add @fladd! 🎉

@talha131
Copy link
Member

talha131 commented Jul 5, 2019

e1429c5

@talha131 talha131 closed this as completed Jul 5, 2019
talha131 pushed a commit that referenced this issue Jul 14, 2019
# [3.1.0](V3.0.0...V3.1.0) (2019-07-14)

### Bug Fixes

* **article:** fix regression introduced in 7ca7331 ([2c23961](2c23961))
* **authors:** title attribute was not closed in quotes ([de1d05b](de1d05b))
* **gist:** embedded Github gist are not laid out correctly ([0416433](0416433)), closes [#123](#123)
* **reST:** indents in line blocks is not preserved ([e1429c5](e1429c5)), closes [#144](#144)

### Features

* **article:** make article subtitle italic ([7ca7331](7ca7331)), closes [#284](#284)
* **authors:** add line above authors section ([35a35b0](35a35b0))
* **authors:** add support for avatar ([cc92230](cc92230)), closes [#362](#362)
* **authors:** make authors URL nofollow ([07bf415](07bf415))
* **authors:** move authors below share links section ([b81555a](b81555a))
* **authors:** open author url in a new window ([f97b47a](f97b47a))
* **Chinese:** add better font support for Chinese language ([2711aa0](2711aa0)), closes [#134](#134)
* **modified:** show Last Updated only if the difference between created and modified is more than a day ([b0eac79](b0eac79))
* **monetization:** add BestAzon support ([6d8a23c](6d8a23c))
@talha131
Copy link
Member

🎉 This issue has been resolved in version 3.1.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Well, it shouldn’t be doing that. Let’s fix it! released
Development

No branches or pull requests

3 participants