``` % pandoc -f jats -t native This is the dedication text. ^D [ Header 1 ( "" , [] , [] ) [ Str "Dedication" ] , Para [ Str "This" , Space , Str "is" , Space , Str "the" , Space , Str "dedication" , Space , Str "text." ] ] ``` ``` % pandoc -f jats -t native This is the foreword text. ^D [ Header 1 ( "" , [] , [] ) [ Str "Foreword" ] , Para [ Str "This" , Space , Str "is" , Space , Str "the" , Space , Str "foreword" , Space , Str "text." ] ] ``` ``` % pandoc -f jats -t native This is the preface text. ^D [ Header 1 ( "" , [] , [] ) [ Str "Preface" ] , Para [ Str "This" , Space , Str "is" , Space , Str "the" , Space , Str "preface" , Space , Str "text." ] ] ```
This is the dedication text.
This is the foreword text.
This is the preface text.