schollz / cowyo

A feature-rich wiki webserver for minimalists :cow: :speech_balloon:
https://cowyo.com/
MIT License
924 stars 67 forks source link

/raw shows differently on browser #127

Closed veganexe closed 6 years ago

veganexe commented 6 years ago

Visiting /raw on a browser shows this

*cowyo* is a self-contained wiki server that makes jotting notes easy and _fast_. The most important feature here is _simplicity_. Other features include versioning, page locking, self-destructing messages, encryption, and listifying. *cowyo* is [open-source](https://github.com/schollz/cowyo).

whereas curl-ing or viewing the source code of the page shows this

*cowyo* is a self-contained wiki server that makes jotting notes easy and _fast_. 

The most important feature here is _simplicity_. 

Other features include versioning, page locking, self-destructing messages, encryption, and listifying.

*cowyo* is [open-source](https://github.com/schollz/cowyo).

The latter ought to always be the output

DanielHeath commented 6 years ago

I've added a fix for this to https://github.com/schollz/cowyo/pull/129