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, Apr 21). In Geany Wiki. Retrieved 14:29, May 1, 2024, from https://wiki.geany.org/doku.php?id=howtos:format_escaped_newlines&rev=1366549557.

MLA

Anonymous Contributors. "Escaping and Formatting Newlines". Geany Wiki. 21 Apr. 2013. Web. 1 May. 2024, 14:29

MHRA

Anonymous Contributors, 'Escaping and Formatting Newlines', Geany Wiki, 21 April 2013, 13:05 GMT, <https://wiki.geany.org/doku.php?id=howtos:format_escaped_newlines&rev=1366549557> [Accessed 1 May 2024]

Chicago

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

CBE/CSE

Anonymous Contributors. Escaping and Formatting Newlines [Internet]. Geany Wiki; 2013 Apr 21, 13:05 GMT [Cited 2024 May 1]. Available at: https://wiki.geany.org/doku.php?id=howtos:format_escaped_newlines&rev=1366549557.

Bluebook

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

AMA

Anonymous Contributors. Escaping and Formatting Newlines. Geany Wiki. April 21, 2013, 13:05 GMT. Available at: https://wiki.geany.org/doku.php?id=howtos:format_escaped_newlines&rev=1366549557. Accessed May 1, 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=1366549557",
   note = "[Online; accessed 1-May-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=1366549557}",
   note = "[Online; accessed 1-May-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=1366549557}",
   note = "[Online; accessed 1-May-2024]"
 }
  

DokuWiki talk pages

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