Gerald Gillespie
Gerald Gillespie
if you do something like this: ``` json {"function": {"replace": {"column": "NAME", "esc_string": "-", "esc_string":"_"}}} ``` then it will call it valid but the reformatting engine will drop the duplicate....
@juliangarnier are you still actively developing? in case you are wondering this feature does not really change any of the current behaviour but makes promises a more reasonable use-case here.
this was affecting me as well. I resolved it with my own trim but then found this.
I think that's totally fine. I'm making some assumptions when i compose the markdown / markdown templates that the nav readmes will be there and I use relatives links. I...
it's all good
i opened [this issue](https://github.com/msrose/babel-plugin-transform-amd-to-commonjs/issues/288) for you guys. Can you try it? or how can i try it with your package?
these changes i made here [bd6b0dd3c2956f8193730a17e66c0bb0697df403](https://github.com/gillyspy/witchcraft/commit/bd6b0dd3c2956f8193730a17e66c0bb0697df403) work for me Note that mode 0 and 1 are the meaningful ones. The user can do 2 and 3 simply by adding event...
> Due to the unpredictability of > gists, I would like locally > stored CSS and JS as an option > and I'm not asking for much. this is how...
i ended up finding this problem as well. The problem is that the class `code-badge` is not added to the code tag. So find that line in the code and...