Ashwin V. Mohanan

Results 175 comments of Ashwin V. Mohanan

That's weird, because it is set as `#!/usr/bin/env node` on top of instant-markdown-d.

We should add a note to use `n` if `node` is too old or similar.

In principle, you can edit the html template yourself and add stylesheets here: https://github.com/suan/instant-markdown-d/blob/5e0d7c81d99b8f9cf5d8ce9970c519a8adb770ae/index.html#L8-L25 Any suggestions for a user interface to pass the link to the stylesheet?

Remove your current installation, clone instant-markdown-d, edit index.html and follow installation for development: https://github.com/suan/instant-markdown-d/blob/master/CONTRIBUTING.md If anyone can figure out a way to pass this as a command line argument, you...

If you mean a table of contents, there is no solution at the moment. It needs to be implemented. See https://github.com/instant-markdown/instant-markdown-d/issues/88#issuecomment-922501259 Contributions welcome.

@wuxinyiwu Can you share the markdown source you were trying to render?

@wuxinyiwu The plugin uses instant-markdown-d which relies on Markdown-it to render markdown. See https://markdown-it.github.io/ where I don't see any `id=` tags rendered. You may also check https://markdown-it.github.io/markdown-it/ for docs. If...

I see. See also: - https://www.npmjs.com/package/markdown-it-table-of-contents/ - https://www.npmjs.com/package/markdown-it-anchor

This is important and non-trivial, especially for representing floats with significant digits. See for example: https://stackoverflow.com/q/25780022/2037613

This works too: ```sh $ pkg install clang python-dev libffi-dev openssl-dev libsodium-dev $ SODIUM_INSTALL=system pip install pynacl ```