Jon Seidel
Jon Seidel
The following code: ```javascript renderScheduleElements(template, itemId) { return ([ {`${template.templateName} (${itemId})`} , this.renderScheduleElement(template, 'racfId'), this.renderScheduleElement(template, 'domain'), ``` is incorrectly indented to: ```javascript renderScheduleElements(template, itemId) { return ([ {`${template.templateName} (${itemId})`} ,...
I have the following code block: ``` const addStopBuildsHeader = () => { if (typeof stopBuildsOption === 'undefined') return null; if (!stopBuildsOption) return null; return ( Action ) } ```...
See issue #82. Getting "cannot load such file -- coffee_script". Resolved by adding dependency to coffee-rails in the gemspec.
First off, thanks for this module -- been using it for some time now and it really works great! However, when I'm testing a module that has a logger, any...
Use database_cleaner strategy = :truncation instead of transaction which causes nil error
**Describe the bug** While entering data into the code block, error messages display that are misleading. In this example, I've just entered one line: `classDiagram` and pressed enter to go...
**Describe the bug** Error messages: reference to line number location of the error is incorrect **To Reproduce** Link to Live Editor: 1. Goto to live editor & reset any code...
I ran into a catch-22 this morning. I need to edit a table; the spell checking is activated and it suggested a change to the capitalization of a word, which...
Sorry for late reply, this plugin is base on `pandoc`, please copy the generated export command to Termnal and execute directly. _Originally posted by @mokeyish in https://github.com/mokeyish/obsidian-enhancing-export/issues/34#issuecomment-1379778063_ @mokeyish From obsidian,...