Skip to content
This repository was archived by the owner on Aug 30, 2018. It is now read-only.
This repository was archived by the owner on Aug 30, 2018. It is now read-only.

Rendering options for ordered lists #22

@adunning

Description

@adunning

It is possible in HTML to specify @type for <ol> to specify the numbering type, as follows:

<ol type="1">
<li>Test</li>
<li>Test</li>
<li>Test</li>
</ol>

I'm assuming that one would need to convert this into TEI using @rend on <list>. For consistency, it might be useful to have preset attributes corresponding to these in TEI Simple.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions