mirror of
https://github.com/marko-js/marko.git
synced 2026-02-01 16:07:13 +00:00
Use absolute URLs in markdown files for now
This commit is contained in:
parent
bdf9c19508
commit
6e46283abb
@ -17,7 +17,7 @@ The runtime for template rendering is supported in all web browsers. If you find
|
||||
|
||||
# How can Marko be used with Express?
|
||||
|
||||
The recommended way to use Marko with Express is described on the [Express + Marko](express-marko.md) page.
|
||||
The recommended way to use Marko with Express is described on the [Express + Marko](http://markojs.com/docs/marko/express/) page.
|
||||
|
||||
# What is the recommended directory structure for templates and "partials"?
|
||||
|
||||
|
||||
@ -1186,9 +1186,9 @@ The Marko parser and compiler are now case sensitive. The following tags are not
|
||||
|
||||
The Marko compiler went through a major refactor with Marko v3 as a result of introducing a new parser that recognizes types at compile time. The new compile-time API is much simpler and more powerful. For more information on the Marko compiler and extending Marko at compile-time, please check out:
|
||||
|
||||
- [Compiler Advanced](https://github.com/marko-js/marko/blob/master/docs/compiler-advanced.md)
|
||||
- [The Compiler API](https://github.com/marko-js/marko/blob/master/docs/compiler-api.md) (work-in-progress)
|
||||
- [Compile-time Tags](https://github.com/marko-js/marko/blob/master/docs/compile-time-tags.md)
|
||||
- [Compiler Advanced](http://markojs.com/docs/marko/compiler/advanced/)
|
||||
- [The Compiler API](http://markojs.com/docs/marko/compiler/api/) (work-in-progress)
|
||||
- [Compile-time Tags](http://markojs.com/docs/marko/compiler/compile-time-tags/)
|
||||
|
||||
|
||||
# Next steps
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user