The various markov tokens (<markov>, <markov2>, and <vokram>) should allow for optional arguments. The use case I have in mind is to be able to limit the result to a smaller number of words than the default (which is currently set at 25 for <markov> and <vokram>; see #27 for <markov2>) using a syntax like <markov max=5> to limit generation to five words (which would not include the seed word or words).
The various markov tokens (
<markov>,<markov2>, and<vokram>) should allow for optional arguments. The use case I have in mind is to be able to limit the result to a smaller number of words than the default (which is currently set at 25 for<markov>and<vokram>; see #27 for<markov2>) using a syntax like<markov max=5>to limit generation to five words (which would not include the seed word or words).