test verse

This commit is contained in:
2022-02-18 12:53:53 +01:00
parent 2e452f76cc
commit 78bf353417

View File

@@ -1,10 +1,12 @@
#+TITLE: NFSv4 with Kerberos on Debian from scratch #+TITLE: NFSv4 with Kerberos on Debian from scratch
#+OPTIONS: toc:nil #+OPTIONS: toc:nil
#+TODO: TODO STARTED DONE
#+EXCLUDE_TAGS: noexport
#+BEGIN_QUOTE #+BEGIN_QUOTE
/Copyright (C) 2022 Bruno Raoult ("br")/ \\ /Copyright (C) 2022 Bruno Raoult ("br")/
/Licensed under the GNU Free Documentation License v1.3 or later./ \\ /Licensed under the GNU Free Documentation License v1.3 or later./
/Some rights reserved. See COPYING./ \\ /Some rights reserved. See COPYING./
/You should have received a copy of the GNU Free Documentation License along with this document. /You should have received a copy of the GNU Free Documentation License along with this document.
If not, see <[[https://www.gnu.org/licenses/fdl-1.3-standalone.html]]>./ \\ If not, see <[[https://www.gnu.org/licenses/fdl-1.3-standalone.html]]>./ \\
@@ -24,7 +26,12 @@ If not, see <[[https://www.gnu.org/licenses/fdl-1.3-standalone.html]]>./ \\
** Server side ** Server side
** Client side ** Client side
** Testing ** Testing
#+BEGIN_VERSE
zobi zoba
titi toto
--prout
#+END_VERSE
#+CAPTION: and _multiple_ #+CAPTION: and _multiple_
#+CAPTION: lines of *captions*! #+CAPTION: lines of *captions*!
#+ATTR_HTML: :class a b #+ATTR_HTML: :class a b
@@ -32,6 +39,3 @@ If not, see <[[https://www.gnu.org/licenses/fdl-1.3-standalone.html]]>./ \\
#+BEGIN_SRC sh #+BEGIN_SRC sh
echo "a bash source block with custom html attributes" echo "a bash source block with custom html attributes"
#+END_SRC #+END_SRC
* TODO NEXT STEPS