I'm using SandCastle Help File Builder 1.8.0.1 with its MAML content editor.

I want an ordered list starting from a value other than the default of 1.

10. Some data

11. Other data

I even tried the following and it does not work as it is from HTML for the OL element:

<list class="ordered">
     <listItem value="10">some data</listItem>
</list>

How can I achieve this?

Does someone knows what files should I modify in the sandcastle styles?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

The current version of SandCastle supports

<list class="ordered" start="9">
  <listItem>Item 9</listItem>
</list>
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.