mirror of
https://github.com/TECHNOFAB11/docsonnet.git
synced 2026-02-02 07:35:11 +01:00
Render Markdown with Jsonnet natively (#26)
This commit is contained in:
parent
fc3f9bca2d
commit
f47f46f93f
5 changed files with 427 additions and 39 deletions
3
doc-util/docs.jsonnet
Normal file
3
doc-util/docs.jsonnet
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
local d = import './main.libsonnet';
|
||||
|
||||
d.render(import 'main.libsonnet', 'main.libsonnet')
|
||||
Loading…
Add table
Add a link
Reference in a new issue