Dom Christie

Results 27 issues of Dom Christie

``, ``, and `` elements are not visible on a rendered web page, however Turndown will output their contents, e.g. ```js turndownService.turndown('alert("Hello world")') // alert("Hello world") ``` Perhaps these could...

help wanted

Closes #29 Closes #110 I’m not experienced in designing CLIs—any thoughts @asimjalis @academyofzhuang @michaelandrepearce?

help wanted
CLI

```js turndownService.replaceRule('codeBlock', { filter: '…', replacement: function () { … } }) ``` and ```js turndownService.replaceRule('codeBlock', function (oldRule) { … return newRule }) ```

enhancement

Turndown currently converts both string and DOM element inputs to Markdown. String conversion has been supported since [the beginning](https://github.com/domchristie/turndown/commit/b51f3450b7d7f2720acda9cc2f8a3cd0af3bcf51#diff-67e705ebcd6d4c37c9b095b9f0e61611R16) and I think is one of the reasons for the library's...

e.g. ```js turndownService.disableRule('p') ```

enhancement

Include details about setting up and building

help wanted

Make it easier to add multiple rules e.g.: ```js turndownService.addRules({ table: { filter: '…', replacement: function () {…} }, del: { filter: '…', replacement: function () {…} } }) ```...

enhancement

Hey, I'm trying to perform a basic Show search. I authenticate with my credentials and call the search method, however, the `items` array in the response is just a load...

I have been reviewing the most common issues with Turbolinks with the aim of providing some ideas as to what we might include in the Rails guides. Obviously Turbolinks is...

I am using nested StackReducers to achieve the following navigation state (one for the 'main' stack, the other for the '_conversations' stack): ``` js { key: 'main', index: 1, children:...