Yoong Hor Meng
Yoong Hor Meng
I have added a movie, but `etree.QName(el).localname` only shows 1. `Choice` 2. `transition` 3. `Fallback` 4. `transition` I did not see `cond` Do you have any help? Thanks.
Ok, I managed to fix it now. The xml has changed. My code is ```Python tree = movie._element.getparent().getparent().getnext().getnext().getnext() timing = [el for el in tree.iterdescendants() if etree.QName(el).localname == 'cond'][0] print(timing)...
@zkamvar, how did you execute cmark-gfm to generate the html in your comment above? I guess you use `cmark-fsm --extension footnotes`
https://github.com/github/cmark-gfm/pull/362 have a solution and I have tested it that it works except that it could not handle footnote with non-numerical value. `abc.md`: ```markdown --- title: "footnote" --- - A...
I am trying to use ucgIib with Teensy 3.6 and was able to compile by making the following changes **_ucg.h_** ``` //#ifdef __AVR__ volatile uint8_t *data_port[UCG_PIN_COUNT]; uint8_t data_mask[UCG_PIN_COUNT]; //#endif ```...