Fixing frontmatter.
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
#+options: toc:nil tags:nil
|
#+options: toc:nil tags:nil
|
||||||
|
|
||||||
|
|
||||||
* Preface :frontmatter: :sample:
|
* Preface :frontmatter:sample:
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:EXPORT_FILE_NAME: manuscript/preface.markua
|
:EXPORT_FILE_NAME: manuscript/preface.markua
|
||||||
:END:
|
:END:
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
frontmatter.txt
|
||||||
preface.markua
|
preface.markua
|
||||||
acknowledgments.markua
|
acknowledgments.markua
|
||||||
mainmatter.txt
|
mainmatter.txt
|
||||||
|
|||||||
1
manuscript/frontmatter.txt
Normal file
1
manuscript/frontmatter.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
{frontmatter}
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
{sample: "true"}
|
{sample: "true"}
|
||||||
# Preface :frontmatter:
|
# Preface
|
||||||
|
|
||||||
Welcome to *Foundations of High-Performance React Applications* where we build our own simplified version of React. We’ll use our React to gain an understanding of the real React and how to build high-performance applications with it.
|
Welcome to *Foundations of High-Performance React Applications* where we build our own simplified version of React. We’ll use our React to gain an understanding of the real React and how to build high-performance applications with it.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user