Apply Sentence Case doesn't work for bulleted lists
CompletedApply sentence case only works for the first line in a bulleted list. For example:
- foo
- bar
becomes
- Foo
- bar
-
I tried it (B077) and it worked as expected. To be clear, I selected the lower case list items (3 words in each list item), then Edit > Transformations > Capitalize. Note it did not use "Apply sentence case", so I'm wondering if you did it a different way.
0 -
Steve Daviss - Capitalize and Sentence case are two different things.
I'll have to look into what is going on, but can verify the issue. Thanks!
0 -
Finally digging back into this. The case altering code was intended to function on a single "object", which might consist of more than once sentence. I rewrote it to use the same algorithm that applies strong/emphasis, which uses the MultiMarkdown structure of the document to determine what fragments should be modified.
Will be included in the next release.
0
Please sign in to leave a comment.
Comments
3 comments