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

Nested numbered list continuation #43

Open
m-aciek opened this issue Oct 18, 2017 · 0 comments
Open

Nested numbered list continuation #43

m-aciek opened this issue Oct 18, 2017 · 0 comments

Comments

@m-aciek
Copy link

m-aciek commented Oct 18, 2017

I'd like to be able express such HTML:

<ol>
  <li>One</li>
  <li>Two
    <ol>
      <li>One</li>
      <li>Two</li>
    </ol>
  </li>
</ol>

<pre><code># Output "Block of code"
say = "Block of code"
puts say</code></pre>

<ol start="2">
  <li>
    <ol start="3">
      <li>Three</li>
    </ol>
  </li>
  <li>Three</li>
</ol>

with Textile syntax. It's not possible for now. I'd like to propose it as a feature request.

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