Nathan Toone
Nathan Toone
It would be nice to be able to do the following: ``` ``` Currently, this prints out "Hello, $World". I understand that this is not as straightforward of an issue...
For example, I'd love to define all my localization strings as variables in a single file (`strings.en.kit`) and then be able to use them in the parent file (and every...
With the change at https://github.com/boostorg/build/commit/61989801cab6a8f92969fcb82340a1e299e14e5e a (perhaps) unintended side effect is that options specified in a `project-config.jam` file are no longer listed last - so those options (`-fvisibility` for example)...
This PR allows you to define an admonition by using the syntax found at https://pythonhosted.org/Markdown/extensions/admonition.html. The difference between this implementation and the one described on pythonhosted is this implementation uses...
These are unit tests for admonitions declarations (see https://github.com/fletcher/MultiMarkdown-4/pull/126 for the actual implementation)