mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 21:30:51 +00:00
lib: deprecate unused nmd lib extension
This commit is contained in:
parent
4bc51c5128
commit
460ba8c7b6
1 changed files with 0 additions and 17 deletions
17
lib/nmd.nix
17
lib/nmd.nix
|
@ -1,17 +0,0 @@
|
||||||
# Copied from nmd master: https://gitlab.com/rycee/nmd/-/blob/master/default.nix?ref_type=heads
|
|
||||||
# Allows asciiDoc in options. It is easier to copy & keep updated then figure out how to pass the nmd input
|
|
||||||
# along to user modules
|
|
||||||
{
|
|
||||||
# Indicates that the given text should be interpreted as AsciiDoc markup.
|
|
||||||
asciiDoc = text: {
|
|
||||||
_type = "asciiDoc";
|
|
||||||
inherit text;
|
|
||||||
};
|
|
||||||
|
|
||||||
# Indicates that the given text should be interpreted as AsciiDoc markup and
|
|
||||||
# used in a literal context.
|
|
||||||
literalAsciiDoc = text: {
|
|
||||||
_type = "literalAsciiDoc";
|
|
||||||
inherit text;
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Reference in a new issue