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

List markdown improvements #16

Open
kopylovvlad opened this issue Jan 3, 2019 · 0 comments
Open

List markdown improvements #16

kopylovvlad opened this issue Jan 3, 2019 · 0 comments

Comments

@kopylovvlad
Copy link
Contributor

Hello.
I opened markdown guide and compared existing functional. Here the list of not supportable features. Look at the list, please. What do you think about it? Are they all useful for the project? Should we implement theim?

nested lists

1. Item one
2. Item two
3. Item three
    * Sub-item
    * Sub-item
4. Item four

Problem: it raises an error 'Illegal nesting: nesting within plain text is illegal. (Haml::SyntaxError)'

alternative ways of indicating h1 and h2.

This is an h1
=============

This is an h2
-------------

Problem: it raises Haml::SyntaxError

bold and italic by underscore

_This text is in italics._
__This text is in bold.__
___This text is in both.___

Problem: it does not transform the text

Paragraphs

Problem: It does not render paragraphs

Horizontal rules

***
****************

Problem: It does not transform the text

Link with a title

[Click me!](http://test.com/ "Link to Test.com")

Problem: It does not transform the text

Link with relative path

[Go to music](/music/).

Problem: It does not transform the text

Reference style links

[Click this link][link1] for more info about it!
[Also check out this link][foobar] if you want to.

[link1]: http://test.com/ "Cool!"
[foobar]: http://foobar.biz/ "Alright!"

Problem: It does not transform the text

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

1 participant