all-caps style-mapping rule not understood
See original GitHub issueHello
I tried using the following rule in my style-map but mammoth would not parse it.
all-caps => span.b-uppercase
I expect explicitly applied uppercasing to be mapped as
<span class="b-uppercase">{text}</span>
I received the following warning message:
Did not understand this style mapping, so ignored it: all-caps => span.b-uppercase
mammoth version: 1.4.12 Python version: 3.9.1 OS: Windows 10
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
169 All about All Caps (change case open type option)
Sometimes you may want to use all caps in your document to grab attention, convey importance, or to highlight list or table names....
Read more >Apache CXF Development Guide Red Hat Fuse 7.0
An extended directive is specified in the context of a standard directive, so that applications not understanding the extended directive can adhere to...
Read more >Changelog for pandoc-2.14.2 | Hackage - Haskell.org
Any IDs not adhering to these rules are rewritten by writing the offending ... but it seems Word Online does not understand the...
Read more >Fixed issues in InDesign - Adobe Support
We heard you! We've been working hard at fixing the issues you reported to us. Here's the list of issues we fixed in...
Read more >Mammoth .docx to HTML converter - GitHub
If no module system is found, mammoth is set as a window global. ... To more easily support style maps stored in text...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Ah, I should have paid attention to your original description: you’re using a version of Mammoth before support was added for
all-caps
.Could you upload the file, rather than copying and pasting it, to make sure that I’ve got the file exactly as you do?