...
Be sure that the "source"
parameter is left as pointing at the main repository. As a CONSEQUENCE, this will mean means that your forked repository will not likely render properly to in your personal github.io space.
...
will render out as (h/t: Eric Scouten )
Specification References - That Are Not Auto-Generated
SpecUp has a limited library of specification references that can be used "automagically" like [[spec-norm:RFC3119]]
will render out automatically when the [[spec-norm]]
tag is used.
The [[def:...]]
and [[ref:...]
capabilities can be used in the interim. Example:
Code Block |
---|
# Some Section
EdDSA [[ref:Ed25519]]is a great!
# References
[[def:Ed25519]]
~ [Ed25519](https://ed25519.cr.yp.to/). D. J. Bernstein, N. Duif, T. Lange, P. Schwabe, B.-Y. Yang; 26 September 2011.
[ed25519.cr.yp.to](https://ed25519.cr.yp.to/).
[[spec]] |
OTHER???