Click here to Skip to main content
15,895,084 members

Bugs and Suggestions

   

General discussions, site bug reports and suggestions about the site.

For general questions check out the CodeProject FAQs. To report spam and abuse Head to the Spam and abuse watch. If you wish to report a bug privately, especially those related to security, please email webmaster@codeproject.com

 
SuggestionMissing category Pin
Jörgen Andersson1-Feb-16 20:57
professionalJörgen Andersson1-Feb-16 20:57 
GeneralRe: Missing category Pin
Nelek2-Feb-16 4:15
protectorNelek2-Feb-16 4:15 
GeneralRe: Missing category Pin
Brisingr Aerowing2-Feb-16 11:45
professionalBrisingr Aerowing2-Feb-16 11:45 
GeneralRe: Missing category Pin
Chris Maunder2-Feb-16 16:08
cofounderChris Maunder2-Feb-16 16:08 
GeneralRe: Missing category Pin
Nelek2-Feb-16 21:45
protectorNelek2-Feb-16 21:45 
GeneralRe: Missing category Pin
Jörgen Andersson2-Feb-16 21:45
professionalJörgen Andersson2-Feb-16 21:45 
GeneralRe: Missing category Pin
Chris Maunder3-Feb-16 3:26
cofounderChris Maunder3-Feb-16 3:26 
GeneralRe: Missing category Pin
Jörgen Andersson3-Feb-16 3:39
professionalJörgen Andersson3-Feb-16 3:39 
QuestionIs the spam filter also used for Articles? Pin
Jörgen Andersson1-Feb-16 0:15
professionalJörgen Andersson1-Feb-16 0:15 
AnswerRe: Is the spam filter also used for Articles? Pin
Thanks78721-Feb-16 0:30
professionalThanks78721-Feb-16 0:30 
AnswerRe: Is the spam filter also used for Articles? Pin
Nelek1-Feb-16 1:47
protectorNelek1-Feb-16 1:47 
AnswerRe: Is the spam filter also used for Articles? Pin
Chris Maunder1-Feb-16 6:35
cofounderChris Maunder1-Feb-16 6:35 
GeneralRe: Is the spam filter also used for Articles? Pin
Jörgen Andersson1-Feb-16 20:31
professionalJörgen Andersson1-Feb-16 20:31 
GeneralRe: Is the spam filter also used for Articles? Pin
Chris Maunder2-Feb-16 2:12
cofounderChris Maunder2-Feb-16 2:12 
GeneralRe: Is the spam filter also used for Articles? Pin
Nelek2-Feb-16 4:17
protectorNelek2-Feb-16 4:17 
SuggestionAt the End of Each Year Create a Downloadable File Containing Articles and their Code If: {Applicable : Available} Pin
Atticus-[X]30-Jan-16 6:39
professionalAtticus-[X]30-Jan-16 6:39 
AnswerRe: At the End of Each Year Create a Downloadable File Containing Articles and their Code If: {Applicable : Available} Pin
Chris Maunder31-Jan-16 11:38
cofounderChris Maunder31-Jan-16 11:38 
GeneralRe: At the End of Each Year Create a Downloadable File Containing Articles and their Code If: {Applicable : Available} Pin
Atticus-[X]31-Jan-16 11:55
professionalAtticus-[X]31-Jan-16 11:55 
SuggestionRe: At the End of Each Year Create a Downloadable File Containing Articles and their Code If: {Applicable : Available} Pin
Afzaal Ahmad Zeeshan15-Mar-16 23:57
professionalAfzaal Ahmad Zeeshan15-Mar-16 23:57 
SuggestionTime to enable SSL PinPopular
Richard Deeming29-Jan-16 7:18
mveRichard Deeming29-Jan-16 7:18 
GeneralRe: Time to enable SSL Pin
Sascha Lefèvre29-Jan-16 7:28
professionalSascha Lefèvre29-Jan-16 7:28 
GeneralRe: Time to enable SSL Pin
Chris Maunder29-Jan-16 9:29
cofounderChris Maunder29-Jan-16 9:29 
GeneralRe: Time to enable SSL Pin
Sascha Lefèvre15-Feb-16 4:46
professionalSascha Lefèvre15-Feb-16 4:46 
GeneralRe: Time to enable SSL Pin
Chris Maunder25-Nov-16 17:17
cofounderChris Maunder25-Nov-16 17:17 
BugQA Editor hash character Pin
Jochen Arndt29-Jan-16 0:49
professionalJochen Arndt29-Jan-16 0:49 
I already posted about it here: Bugs and Suggestions - CodeProject[^]

I run now again into the problem and can show it with an example. The problem occurs when there is a hash character at the begin of line followed immediately by a non-space character.

As shown in the editor. Preview is OK (similar without the pre tags):
<pre lang="text"># Download or copy source package to a build folder
#wget ftp://ftp.remotesensing.org/pub/libtiff/tiff-4.0.6.tar.gz
tar xzf tiff-4.0.6.tar.gz
cd tiff-4.0.6
./configure --prefix=/usr/local
make
sudo make install</pre>


Finally shown after posting:
# Download or copy source package to a build folder
<h1>wget <a href="ftp://ftp.remotesensing.org/pub/libtiff/tiff-4.0.6.tar.gz">ftp://ftp.remotesensing.org/pub/libtiff/tiff-4.0.6.tar.gz</a></h1>
 
tar xzf tiff-4.0.6.tar.gz
cd tiff-4.0.6
./configure --prefix=/usr/local
make
sudo make install


The problem can be solved by inserting a space after the hash character.

Note: Markdown is disabled.

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Flags: AnsweredRejectedCompleted

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.