bholmesdev
|
7e9b2204b8
|
docs: README edits
|
2023-03-06 10:11:17 -05:00 |
|
bholmesdev
|
1297341e44
|
docs: change with-markdoc title
|
2023-03-06 10:11:17 -05:00 |
|
bholmesdev
|
a4a7f99435
|
docs: add usage and examples to Markdoc README
|
2023-03-06 10:11:17 -05:00 |
|
bholmesdev
|
4c65283027
|
fix: line endings in test
|
2023-03-06 10:11:17 -05:00 |
|
bholmesdev
|
f760756108
|
docs: @astrojs/markdoc README intro
|
2023-03-06 10:11:17 -05:00 |
|
bholmesdev
|
a756e75673
|
docs: update example README
|
2023-03-06 10:11:17 -05:00 |
|
bholmesdev
|
1ebea26bca
|
chore: remove markdoc.config loader
|
2023-03-06 10:11:17 -05:00 |
|
bholmesdev
|
9d41ea3af3
|
chore: remove unused fixture dep
|
2023-03-06 10:11:17 -05:00 |
|
bholmesdev
|
ea58fdb926
|
fix: glob for single content extension
|
2023-03-06 10:11:17 -05:00 |
|
bholmesdev
|
2b072101db
|
chore: remove unused deps
|
2023-03-06 10:11:17 -05:00 |
|
bholmesdev
|
6858350eb9
|
chore: unused style tag
|
2023-03-06 10:11:17 -05:00 |
|
bholmesdev
|
a19c774a1f
|
chore: clean up Markdoc starter to essentials
|
2023-03-06 10:11:17 -05:00 |
|
bholmesdev
|
8e3f4ca430
|
feat: content prop types for markdoc!
|
2023-03-06 10:11:17 -05:00 |
|
bholmesdev
|
576b481adb
|
feat: allow Render type injection
|
2023-03-06 10:11:17 -05:00 |
|
bholmesdev
|
28520666fa
|
chore: unused file
|
2023-03-06 10:11:17 -05:00 |
|
bholmesdev
|
9a1b274eb5
|
chore: with-markdoc strictNullChecks
|
2023-03-06 10:11:17 -05:00 |
|
bholmesdev
|
d57f5d1b3a
|
play: add docs example with Aside and Since ported
|
2023-03-06 10:11:17 -05:00 |
|
bholmesdev
|
e9e37cbff1
|
chore: remove unused options object
|
2023-03-06 10:11:17 -05:00 |
|
bholmesdev
|
be672248b5
|
chore: remove content-types. Too early!
|
2023-03-06 10:11:17 -05:00 |
|
bholmesdev
|
92393398b7
|
fix: ContentEntryType import
|
2023-03-06 10:11:17 -05:00 |
|
bholmesdev
|
24efa3bade
|
chore: Markdoc working! log
|
2023-03-06 10:11:17 -05:00 |
|
bholmesdev
|
bce7eb6cb5
|
test: content component dev and build
|
2023-03-06 10:11:17 -05:00 |
|
bholmesdev
|
260bde4054
|
test: prod builds
|
2023-03-06 10:11:17 -05:00 |
|
bholmesdev
|
39676acc50
|
fix: stop bundling markdoc for isTag
|
2023-03-06 10:11:17 -05:00 |
|
bholmesdev
|
10a9df65ed
|
fix: avoid import if no config present (prod build error)
|
2023-03-06 10:11:16 -05:00 |
|
bholmesdev
|
6ac351eda0
|
chore: ignore .astro type error
|
2023-03-06 10:11:16 -05:00 |
|
bholmesdev
|
03d96d20e8
|
fix: remove "components" from tsconfig
|
2023-03-06 10:11:16 -05:00 |
|
bholmesdev
|
18ad9528c0
|
deps: add shiki for Code comp error
|
2023-03-06 10:11:16 -05:00 |
|
bholmesdev
|
8fc6c585d8
|
play: make sure md also works
|
2023-03-06 10:11:16 -05:00 |
|
bholmesdev
|
2159ad1e9d
|
test: entry and collections parse
|
2023-03-06 10:11:16 -05:00 |
|
bholmesdev
|
1194763e2b
|
deps: devalue, test fixture
|
2023-03-06 10:11:16 -05:00 |
|
bholmesdev
|
32cf9ad801
|
chore: remove unused dream file
|
2023-03-06 10:11:16 -05:00 |
|
bholmesdev
|
42dd981922
|
refactor: remove fallback loader
|
2023-03-06 10:11:16 -05:00 |
|
bholmesdev
|
25aefb1a6b
|
fix: markdoc.config loading
|
2023-03-06 10:11:16 -05:00 |
|
bholmesdev
|
bfe35ab0c3
|
oops, forgot to commit untracked
|
2023-03-06 10:11:16 -05:00 |
|
bholmesdev
|
e17e8735be
|
refactor: pass file contents
|
2023-03-06 10:11:16 -05:00 |
|
bholmesdev
|
e4d38c3498
|
refactor: move plain md to content entry type
|
2023-03-06 10:11:16 -05:00 |
|
bholmesdev
|
3ba5253ff7
|
wip: move mdx to collection type API
|
2023-03-06 10:11:16 -05:00 |
|
bholmesdev
|
2816b4f887
|
deps: mdx
|
2023-03-06 10:11:16 -05:00 |
|
bholmesdev
|
a89fb2f2bd
|
wip: scaffold content types
|
2023-03-06 10:11:16 -05:00 |
|
bholmesdev
|
b64e64b1a8
|
feat: move Renderer to markdoc, get Content component!
|
2023-03-06 10:11:16 -05:00 |
|
bholmesdev
|
10c8fa16be
|
deps: move to @astrojs/markdoc
|
2023-03-06 10:11:16 -05:00 |
|
bholmesdev
|
092a1b1541
|
feat: addContentEntryType integration hook
|
2023-03-06 10:11:16 -05:00 |
|
bholmesdev
|
b97ea127e0
|
deps: graymatter
|
2023-03-06 10:11:16 -05:00 |
|
bholmesdev
|
39ce218c49
|
chore: unit tests
|
2023-03-06 10:11:16 -05:00 |
|
bholmesdev
|
65846f4151
|
wip: get dream API for file loader working
|
2023-03-06 10:11:16 -05:00 |
|
bholmesdev
|
926c82d8a5
|
wip: play with separate markdoc config
|
2023-03-06 10:11:16 -05:00 |
|
bholmesdev
|
2b81656b67
|
fix: render attributes to html
|
2023-03-06 10:11:16 -05:00 |
|
bholmesdev
|
4b45522c88
|
deps: stringify-attributes
|
2023-03-06 10:11:16 -05:00 |
|
bholmesdev
|
9e5c5af3ce
|
fix: component render bug
|
2023-03-06 10:11:16 -05:00 |
|