Bibliographic details for "Escaping and Formatting Newlines"

Please remember to check your manual of style, standards guide or instructor's guidelines for the exact syntax to suit your needs.

Citation styles for "Escaping and Formatting Newlines"

APA

Escaping and Formatting Newlines. (2013, Aug 23). In Geany Wiki. Retrieved 20:17, April 25, 2024, from https://wiki.geany.org/doku.php?id=howtos:format_escaped_newlines&rev=1377253969.

MLA

Anonymous Contributors. "Escaping and Formatting Newlines". Geany Wiki. 23 Aug. 2013. Web. 25 Apr. 2024, 20:17

MHRA

Anonymous Contributors, 'Escaping and Formatting Newlines', Geany Wiki, 23 August 2013, 10:32 GMT, <https://wiki.geany.org/doku.php?id=howtos:format_escaped_newlines&rev=1377253969> [Accessed 25 April 2024]

Chicago

Anonymous Contributors, "Escaping and Formatting Newlines", Geany Wiki, https://wiki.geany.org/doku.php?id=howtos:format_escaped_newlines&rev=1377253969 (Accessed April 25, 2024).

CBE/CSE

Anonymous Contributors. Escaping and Formatting Newlines [Internet]. Geany Wiki; 2013 Aug 23, 10:32 GMT [Cited 2024 Apr 25]. Available at: https://wiki.geany.org/doku.php?id=howtos:format_escaped_newlines&rev=1377253969.

Bluebook

Escaping and Formatting Newlines, https://wiki.geany.org/doku.php?id=howtos:format_escaped_newlines&rev=1377253969 (Last visited April 25, 2024).

AMA

Anonymous Contributors. Escaping and Formatting Newlines. Geany Wiki. August 23, 2013, 10:32 GMT. Available at: https://wiki.geany.org/doku.php?id=howtos:format_escaped_newlines&rev=1377253969. Accessed April 25, 2024.

BibTeX

 @misc{ wiki:xxx,
   author = "Anonymous Contributors",
   title = "Escaping and Formatting Newlines --- Geany Wiki",
   year = "2013",
   url = "https://wiki.geany.org/doku.php?id=howtos:format_escaped_newlines&rev=1377253969",
   note = "[Online; accessed 25-April-2024]"
 }
  

When using the LaTeX package url (\usepackage{url} somewhere in the preamble), which tends to give much more nicely formatted web addresses, the following may be preferred:

 @misc{ wiki:xxx,
   author = "Anonymous Contributors",
   title = "Escaping and Formatting Newlines --- Geany Wiki",
   year = "2013",
   url = "\url{https://wiki.geany.org/doku.php?id=howtos:format_escaped_newlines&rev=1377253969}",
   note = "[Online; accessed 25-April-2024]"


   author = "Anonymous Contributors",
   title = "Escaping and Formatting Newlines --- Geany Wiki",
   year = "2013",
   url = "\url{https://wiki.geany.org/doku.php?id=howtos:format_escaped_newlines&rev=1377253969}",
   note = "[Online; accessed 25-April-2024]"
 }
  

DokuWiki talk pages

Markup
[[howtos:format_escaped_newlines|Escaping and Formatting Newlines]] ([[howtos:format_escaped_newlines?rev=1377253969|this version]])
Result
Escaping and Formatting Newlines (this version)
Print/export