# Introduction  **If you are starting out it can be confusing getting to grips with Markdown.** Markdown is a formatting system that allows you to make posts quickly using symbols as shortcuts for formatting without the hassle of using html. Here are some of the most basic markdown shortcuts that I personally have started using. ___ # Why use Markdown over HTML?  * Simplicity and ease of use compared to HTML/CSS. * Faster than HTML/CSS due to less typing. * Faster than the WYSIWYG Steemit text editor for similar reasons. * Easier to read/review/spot errors and also edit compared to HTML/CSS. * Can be combined with HTML/CSS for more advanced formatting and features. _Once you learn how to use these very basic techniques you will be much quicker at posting._ ___ # Other Resources I Recommend 1. For more detailed information I would suggest using the [Markdown Cheatsheet](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet) by [Adam Pritchard](https://github.com/adam-p) which has been recommended by a number of people. 2. You can also pick up tips from other users - there is nothing wrong with asking! 3. In addition I should mention that @charlieshrem has created a markdown editor at [Steempower.org](https://www.steempower.org/editor) which is also a very useful tool for composing and posting in markdown. _Not only that but it also allows you to save your posts and submit them directly to Steemit!_ ___ # Format of this post **I will be using screenshots to illustrate the actual text you type into the markdown editor and then illustrate the preview that you get.** *(This is because if I actually put the markdown text in the post it will not show as is but will become formatted according to the markdown specs.)* **The markdown text you type has a CREAM background colour to stand out.** ___ # Basic Points Before we get to the Markdown Here is a view of what you see when you click on the "Submit a Story" button (A) at the top right of your Steemit browser window: https://i.imgsafe.org/11c959f389.png The default view allows the entry of markdown or html below: https://i.imgsafe.org/11c9742414.png If you click on the top right corner where it says "Editor" (B) it will take you to the very basic text editor which is fine but **WILL NOT allow you to use markdown or html**. Further it could in the past cause you to lose certain html/markdown formatting so I think the last update prevented switching once you start entering text in order to prevent this happening. **That said you can still go into the regular text editor by accident before you start typing. If you find your markdown is not working this may be the reason. If you can't see the "Markdown" button to switch back you will need to do this:** **_Copy your text to the clipboard or a separate document and hit clear (C). The "Markdown" option should reappear as shown below (D), click it and then you can paste your text back in._** https://i.imgsafe.org/11c940940b.png ___ # The Markdown Bit (Finally!) ___ # Paragraphs **This is one of the best points about Markdown.** Unlike **html** where you need to use formatting tags for paragraphs, simply hitting **Enter/Return** once or twice in **Markdown** will create paragraphs (depending on how you prefer to format). It works exactly the same way as a standard word processor. _That saves a lot of typing compared to html._ ___ # Headings For headings use a hash symbol "#" followed by a gap: e.g. you type this:  and you get this: # Heading 1 ## Heading 2 ### Heading 3 The more hashes you use the smaller the heading. You can use up to 6 - NB don't forget to leave a gap between the hashes or it will confuse the editor. ___ # Italics Italics use underscores or asterisks e.g. you type:  and you get this: _underscores_ or *asterisks* ___ # Bold For bold use double underscores or asterisks e.g. you type:  and you get: __double underscore__ **double asterisk** ___ # Both Bold and Italic Combined Mix them (asterisks and underscores) for text that is both italicised and bold: e.g. you type:  and get: __*Mixed*__ ___ # Numbered Lists: You type numbered points like this, the number followed by a full stop/period:  and you get this: 1. Point 1 2. Point 2 3. Point 3 ___ # Bulleted Lists For bulleted lists use asterisks with a space: You type:  and you get: * Point 1 * Point 2 * etc ___ # Links: The easiest way to do these is to use square brackets to surround your title followed by round brackets (without a gap) with the link: e.g. you type:  and you get: [Steemit](https://steemit.com/) ___ # Images are similar but formatted like this:  e.g. You type:  and you get:  {*N.B. You don't have to use a separate image name and file name and can simply use  or even use just a link on it's own for Steemit - but just in case there is a problem with the link loading I would still use a title though.*} ___ # Youtube Videos Thanks to @kryptik in the chat for asking about these as I forgot to mention these in the original edit. Basically just treat the youtube video like an image link so the format would be:  ___ # Quotes use the "greater than" mathematical symbol i.e. ">" e.g. you type:  and you get: >This is a quote. ___ # Section Dividing Lines Three or more asterisks, hyphens, or underscores make a dividing line to separate sections. (Thanks to @cristi for showing me this): e.g. you type:  and you get 3 identical dividing lines: --- *** ___ The above all look the same in preview regardless of which triple symbol you use. ___ # Extra tips ### If it isn't working there are 3 common possibilities: 1. You have either a space missing (headings - the editor will see it as a tag) or an extra space in the case of other types of text. 2. You are using the text editor which does not read markdown (which I explain near the top of the post). 3. You are using a feature that is not compatible with the Steemit implementation of markdown - this might happen if you are using some obscure functions. #### If you get stuck - ASK for help or use Google - there are plenty of online resources like the aforementioned [Markdown Cheatsheet](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet). #### NOTE - If you use [SteemImg.com](https://www.steemimg.com/thecryptofiend) for image hosting it will automatically create Markdown formatted links for you (plus HTML versions and more) as shown in the screenshot below:  Thanks to @blueorgy for creating this valuable tool for us to use. ___ # Conclusion These are just the basics to get you started. In fact I don't really use anything else besides these markdown tricks to format my post. As I stated earlier you can find plenty more information on line. I hope this has been useful and easy to understand. Please let me know if you spot any mistakes or anything is unclear. ___ # The Obligatory Kitten Shot Your reward for getting to the end:-  ___ If you like my work and aren't already, please follow me and check out my blog (I mainly discuss photography but I do other topics too) - @thecryptofiend ___ _**Image Credits:**_ _All images that aren't personally taken screenshots are taken from my own Thinkstock account. More information can be supplied on request._ ___ I have also created a new channel in the chat dedicated to photography of people/portraits called "[Photography-portraits-people](https://steemit.chat/channel/Photography-portraits-people)". Please check it out and post your photos there. ___ (Verification for me here: [http://www.aapicture.com/about-me](http://www.aapicture.com/about-me)) ___ # *Some of my Previous Posts and Tutorials:* * _[Portrait experiments with stock photo type processing (free for you to use)](https://steemit.com/photography/@thecryptofiend/portrait-experiments-with-stock-photo-type-processing-free-for-you-to-use)_ * _[Are governments deliberately poisoning the cryptographic/cryptocurrency well?](https://steemit.com/life/@thecryptofiend/are-governments-deliberately-poisoning-the-cryptographic-cryptocurrency-well)_ * _[Bamburgh Castle at Sunset: IR Photos (free for you to use on Steemit)](https://steemit.com/photography/@thecryptofiend/bamburgh-castle-at-sunset-ir-photos-free-for-you-to-use-on-steemit)_ * _[Does your urine look like COCA COLA? - GO STRAIGHT TO HOSPITAL - Rhabdomyolysis](https://steemit.com/life/@thecryptofiend/does-your-urine-look-like-coca-cola-go-straight-to-hospital-rhabdomyolysis)_ * _[Beautiful Abstract Water Textures (for you to use in your own posts)](https://steemit.com/photography/@thecryptofiend/beautiful-abstract-water-textures-for-you-to-use-in-your-own-posts)_ * _[Steemit4free - An idea for a library of free images for Steemit reuse](https://steemit.com/steemit/@thecryptofiend/steemit4free-an-idea-for-a-library-of-free-images-for-steemit-reuse)_
author | thecryptofiend |
---|---|
permlink | markdown-basics-for-beginners |
category | steemit |
json_metadata | {"tags":["steemit","help","faq","steemsquad","markdown"],"users":["charlieshrem","kryptik","cristi","blueorgy","thecryptofiend"],"image":["https://i.imgsafe.org/24ef5a0866.jpg","https://i.imgsafe.org/24f7c5f40e.jpg","https://i.imgsafe.org/11c959f389.png","https://i.imgsafe.org/11c9742414.png","https://i.imgsafe.org/11c940940b.png","https://i.imgsafe.org/243f81d281.png","https://i.imgsafe.org/243f91d4b3.png","https://i.imgsafe.org/243f54a307.png","https://i.imgsafe.org/243f831352.png","https://i.imgsafe.org/243fcb2340.png","https://i.imgsafe.org/243f69013c.png","https://i.imgsafe.org/243fa0b94b.png","https://i.imgsafe.org/243f88d51f.png","https://www.steemimg.com/images/2016/10/09/Arif_Akhtar_Water_Textures_02_of_20e6c74.th.jpg","https://i.imgsafe.org/243fcbf48a.png","https://i.imgsafe.org/243f7ed4d2.png","https://i.imgsafe.org/1352896fb1.png","https://i.imgsafe.org/139bc3842a.jpg"],"links":["https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet","https://github.com/adam-p","https://www.steempower.org/editor","https://steemit.com/","https://www.steemimg.com/thecryptofiend","https://steemit.chat/channel/Photography-portraits-people","http://www.aapicture.com/about-me","https://steemit.com/photography/@thecryptofiend/portrait-experiments-with-stock-photo-type-processing-free-for-you-to-use","https://steemit.com/life/@thecryptofiend/are-governments-deliberately-poisoning-the-cryptographic-cryptocurrency-well","https://steemit.com/photography/@thecryptofiend/bamburgh-castle-at-sunset-ir-photos-free-for-you-to-use-on-steemit","https://steemit.com/life/@thecryptofiend/does-your-urine-look-like-coca-cola-go-straight-to-hospital-rhabdomyolysis","https://steemit.com/photography/@thecryptofiend/beautiful-abstract-water-textures-for-you-to-use-in-your-own-posts","https://steemit.com/steemit/@thecryptofiend/steemit4free-an-idea-for-a-library-of-free-images-for-steemit-reuse"]} |
created | 2016-10-14 20:22:54 |
last_update | 2016-10-15 15:57:06 |
depth | 0 |
children | 350 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 23.532 HBD |
curator_payout_value | 5.372 HBD |
pending_payout_value | 0.000 HBD |
promoted | 15.000 HBD |
body_length | 10,112 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 1,535,221 |
net_rshares | 35,259,050,407,085 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
steempty | 0 | 7,547,761,395,842 | 100% | ||
smooth | 0 | 15,428,828,522,197 | 50% | ||
anonymous | 0 | 87,720,071,715 | 42% | ||
theoretical | 0 | 294,034,422,304 | 100% | ||
wang | 0 | 731,026,813,324 | 42% | ||
boy | 0 | 3,755,997,943 | 100% | ||
bue-witness | 0 | 4,565,804,465 | 100% | ||
bunny | 0 | 784,472,891 | 100% | ||
bue | 0 | 69,213,366,385 | 100% | ||
mini | 0 | 2,011,864,817 | 100% | ||
moon | 0 | 257,870,726 | 100% | ||
smooth.witness | 0 | 3,175,144,198,197 | 50% | ||
proctologic | 0 | 34,950,208,322 | 100% | ||
healthcare | 0 | 754,991,775 | 100% | ||
daniel.pan | 0 | 1,183,299,771 | 100% | ||
helen.tan | 0 | 347,925,049 | 100% | ||
smooth-e | 0 | 122,199,074,952 | 55% | ||
acidsun | 0 | 33,405,183,320 | 55% | ||
craig-grant | 0 | 471,883,073,439 | 100% | ||
ervin-lemark | 0 | 7,626,836,945 | 100% | ||
jamtaylor | 0 | 221,468,403,312 | 100% | ||
paco-steem | 0 | 536,146,224 | 100% | ||
spaninv | 0 | 4,687,239,516 | 100% | ||
cryptoctopus | 0 | 885,239,421,982 | 100% | ||
nanzo-scoop | 0 | 898,118,065,142 | 100% | ||
acidyo | 0 | 29,233,172,956 | 55% | ||
mummyimperfect | 0 | 210,803,991,391 | 100% | ||
klye | 0 | 74,389,343,233 | 100% | ||
murh | 0 | 1,376,588,437 | 11% | ||
slickwilly | 0 | 7,841,722,191 | 100% | ||
ak2020 | 0 | 60,509,159,359 | 100% | ||
thecryptofiend | 0 | 92,554,491,438 | 100% | ||
stiletto | 0 | 391,172,124 | 100% | ||
anwenbaumeister | 0 | 861,975,656,603 | 100% | ||
grandpere | 0 | 7,996,335,221 | 100% | ||
albertogm | 0 | 51,844,863,715 | 100% | ||
mammasitta | 0 | 11,711,563,329 | 100% | ||
emily-cook | 0 | 79,062,182,273 | 100% | ||
fyrstikken | 0 | 100,620,308,707 | 10% | ||
alexft | 0 | 8,209,002,592 | 100% | ||
norbu | 0 | 70,841,524,111 | 100% | ||
spikykevin | 0 | 3,718,730,758 | 100% | ||
michaellamden68 | 0 | 2,844,696,420 | 100% | ||
asmolokalo | 0 | 53,743,310,218 | 99% | ||
ezzy | 0 | 93,297,583,127 | 100% | ||
getssidetracked | 0 | 4,897,043,319 | 55% | ||
manoami | 0 | 7,022,188,206 | 50% | ||
trees | 0 | 844,089,903 | 55% | ||
strawhat | 0 | 233,415,733 | 55% | ||
cryptochannel | 0 | 875,838,245 | 55% | ||
bitshares101 | 0 | 15,336,450,226 | 100% | ||
vi1son | 0 | 10,536,332,963 | 100% | ||
strangerarray | 0 | 25,304,889,750 | 100% | ||
mrgreen | 0 | 8,777,132,747 | 55% | ||
mrwang | 0 | 49,980,078,851 | 100% | ||
biophil | 0 | 21,889,790,168 | 57% | ||
senseiteekay | 0 | 22,454,152,431 | 100% | ||
alladesria | 0 | 243,463,873 | 100% | ||
luisucv34 | 0 | 2,563,823,188 | 100% | ||
lichtblick | 0 | 31,865,893,030 | 100% | ||
ramta | 0 | 958,314,920,173 | 100% | ||
opheliafu | 0 | 198,158,116,317 | 100% | ||
thylbom | 0 | 274,259,874,825 | 100% | ||
birdie | 0 | 5,434,339,809 | 100% | ||
sauravrungta | 0 | 48,365,248,523 | 100% | ||
rea | 0 | 114,547,054,902 | 100% | ||
sokal | 0 | 4,616,089,457 | 100% | ||
chessmonster | 0 | 22,378,577,496 | 100% | ||
pokemon | 0 | 66,571,655 | 55% | ||
lpfaust | 0 | 5,302,805,370 | 33% | ||
papa-pepper | 0 | 38,747,733,101 | 100% | ||
winstonwolfe | 0 | 30,414,715,994 | 100% | ||
ace108 | 0 | 5,299,706,089 | 72% | ||
brianphobos | 0 | 37,835,108,531 | 100% | ||
ethanjames | 0 | 1,262,643,139 | 100% | ||
logic | 0 | 18,687,939,438 | 100% | ||
kukuy | 0 | 114,650,028 | 100% | ||
tommyhansen | 0 | 55,769,278,159 | 100% | ||
bullionstackers | 0 | 11,682,413,881 | 100% | ||
sulev | 0 | 22,043,902,647 | 100% | ||
jasonstaggers | 0 | 57,670,159,147 | 100% | ||
karenb54 | 0 | 6,619,425,948 | 100% | ||
marynetta | 0 | 97,596,376 | 100% | ||
reneenouveau | 0 | 26,411,638,175 | 100% | ||
flandude | 0 | 20,678,163,949 | 100% | ||
timcliff | 0 | 25,474,600,009 | 100% | ||
kryptik | 0 | 8,974,869,186 | 100% | ||
denn | 0 | 8,495,907,257 | 100% | ||
achim86 | 0 | 5,675,068,930 | 100% | ||
abasinkanga | 0 | 0 | 100% | ||
uuuhha | 0 | 6,138,846,367 | 100% | ||
caminito | 0 | 6,106,513,436 | 100% | ||
zahar | 0 | 282,082,446 | 100% | ||
d3nv3r | 0 | 1,637,520,966 | 100% | ||
randyclemens | 0 | 7,943,674,319 | 100% | ||
boddhisattva | 0 | 9,028,444,669 | 100% | ||
gargon | 0 | 27,446,325,696 | 100% | ||
pgarcgo | 0 | 21,904,356,259 | 100% | ||
wartrapa | 0 | 6,016,027,501 | 100% | ||
future24 | 0 | 1,762,550,255 | 100% | ||
darthnava | 0 | 4,341,888,549 | 100% | ||
hanshotfirst | 0 | 41,279,218,144 | 100% | ||
kiddarko | 0 | 18,790,341,899 | 100% | ||
bhavnapatel68 | 0 | 9,510,339,623 | 100% | ||
tommycordero | 0 | 2,123,923,350 | 100% | ||
davidongo | 0 | 0 | 100% | ||
kyriacos | 0 | 50,718,851,680 | 100% | ||
anotherjoe | 0 | 103,816,114,432 | 100% | ||
cognoscere | 0 | 6,282,801,433 | 100% | ||
jsantana | 0 | 755,838,367 | 10% | ||
cryptomancer | 0 | 21,458,761,120 | 100% | ||
barbro | 0 | 173,049,704,990 | 100% | ||
cehuneke | 0 | 2,694,136,824 | 100% | ||
ororo5 | 0 | 0 | 100% | ||
claudia | 0 | 2,232,123,437 | 100% | ||
sethlinson | 0 | 3,942,659,661 | 20% | ||
hilarski | 0 | 12,617,689,840 | 20% | ||
onetree | 0 | 14,596,867,778 | 100% | ||
chuckler | 0 | 0 | 100% | ||
viebie | 0 | 57,549,944 | 100% | ||
gduran | 0 | 199,518,194 | 100% | ||
mattclarke | 0 | 25,610,242,202 | 58% | ||
escapeamericanow | 0 | 4,789,859,902 | 100% | ||
franks | 0 | 2,362,800,673 | 100% | ||
englishtchrivy | 0 | 8,633,789,503 | 100% | ||
elemenya | 0 | 0 | 100% | ||
ats-david | 0 | 10,562,137,040 | 100% | ||
runridefly | 0 | 1,678,445,865 | 25% | ||
shenanigator | 0 | 123,472,897,969 | 100% | ||
stephmckenzie | 0 | 15,465,702,660 | 100% | ||
daveks | 0 | 31,699,393,140 | 100% | ||
freeinthought | 0 | 3,931,446,365 | 100% | ||
mikehere | 0 | 22,272,172,688 | 100% | ||
nature.sauvage | 0 | 0 | 100% | ||
davidbrogan | 0 | 8,798,356,769 | 100% | ||
canadian-coconut | 0 | 43,224,012,355 | 100% | ||
benaccept | 0 | 54,565,194 | 100% | ||
damnthatbanana | 0 | 0 | 100% | ||
sift666 | 0 | 9,449,401,745 | 100% | ||
titusfrost | 0 | 6,416,690,405 | 100% | ||
everlove | 0 | 122,025,537 | 1% | ||
tfeldman | 0 | 4,783,918,730 | 100% | ||
shieha | 0 | 10,790,742,359 | 100% | ||
kyusho | 0 | 5,112,618,070 | 100% | ||
betamusic | 0 | 13,338,140,669 | 100% | ||
natureofbeing | 0 | 86,067,768,495 | 100% | ||
edgarsart | 0 | 6,742,208,148 | 100% | ||
chinesejapanese | 0 | 0 | 100% | ||
peteyates | 0 | 54,410,352 | 100% | ||
rucoin | 0 | 1,570,034,418 | 100% | ||
rissakoirtyohann | 0 | 52,179,829 | 100% | ||
chadcrypto | 0 | 937,007,033 | 100% | ||
positivesteem | 0 | 3,249,635,046 | 100% | ||
gringalicious | 0 | 29,670,975,031 | 100% | ||
siavach | 0 | 9,290,921,152 | 100% | ||
pickoum | 0 | 3,476,321,093 | 100% | ||
everittdmickey | 0 | 12,805,793,002 | 100% | ||
lajulius | 0 | 4,311,482,498 | 100% | ||
ekaterina4ka | 0 | 10,357,377,172 | 100% | ||
koskl | 0 | 4,588,664,247 | 100% | ||
teo | 0 | 59,844,254 | 100% | ||
fortinbuff | 0 | 3,567,622,765 | 100% | ||
aksinya | 0 | 9,015,561,971 | 100% | ||
natord | 0 | 10,196,592,934 | 100% | ||
mrmereads | 0 | 0 | 100% | ||
robyneggs | 0 | 5,871,379,197 | 100% | ||
runrudy | 0 | 6,836,943,055 | 100% | ||
dresden | 0 | 11,179,026,610 | 100% | ||
boomer | 0 | 85,651,108 | 55% | ||
the-stoned-ape | 0 | 1,670,520,253 | 100% | ||
dr0tcl | 0 | 975,360,097 | 100% | ||
alienbutt | 0 | 5,868,794,620 | 75% | ||
perchance2dream | 0 | 135,126,269 | 100% | ||
expat | 0 | 54,038,412 | 100% | ||
techslut | 0 | 19,074,335,405 | 100% | ||
merewqerty | 0 | 97,162,154 | 100% | ||
meharhassan94 | 0 | 142,002,869 | 100% | ||
ramblinmind | 0 | 164,982,502 | 100% | ||
milank | 0 | 2,563,595,791 | 100% | ||
groundbreaker | 0 | 427,405,517 | 100% | ||
michelleh82 | 0 | 6,117,182,352 | 100% | ||
jonjon1 | 0 | 2,998,730,753 | 100% | ||
frankches | 0 | 2,445,843,144 | 100% | ||
seisges | 0 | 1,469,443,626 | 100% | ||
joebitcoinorg | 0 | 0 | 100% | ||
vikaspoonia | 0 | 167,990,451 | 100% | ||
ubik | 0 | 143,741,013 | 100% | ||
opmac | 0 | 5,135,417,251 | 100% | ||
steemplus | 0 | 1,143,945,792 | 100% | ||
mramona | 0 | 133,496,804 | 100% | ||
dashfit | 0 | 2,977,512,431 | 100% | ||
jessamynorchard | 0 | 4,363,741,649 | 100% | ||
haster22 | 0 | 2,655,690,024 | 100% | ||
danieldrg | 0 | 126,716,087 | 100% | ||
predragsaintg | 0 | 0 | 100% | ||
qkla | 0 | 186,531,778 | 100% | ||
tanchiknik | 0 | 132,812,421 | 100% | ||
dburklen | 0 | 502,483,423 | 100% | ||
lookup354 | 0 | 128,484,496 | 100% | ||
transbeauty | 0 | 118,055,065 | 100% | ||
gadel | 0 | 0 | 100% | ||
liliana.duarte | 0 | 372,337,838 | 100% | ||
tmcl118 | 0 | 571,726,467 | 100% | ||
kyra-kristian | 0 | 0 | 100% | ||
em3di | 0 | 0 | 100% | ||
coldmonkey | 0 | 0 | 100% | ||
vwls | 0 | 0 | 100% | ||
wattacut | 0 | 0 | 100% | ||
annazsarinacruz | 0 | 0 | 100% | ||
seeeven | 0 | 0 | 100% | ||
masyl | 0 | 0 | 100% | ||
elmetro | 0 | 0 | 100% | ||
starkerz | 0 | 0 | 100% | ||
thereceptionist | 0 | 0 | 100% | ||
bhj | 0 | 0 | 100% | ||
jahry | 0 | 0 | 100% | ||
ultramylk | 0 | 0 | 100% | ||
kdcory | 0 | 0 | 100% | ||
aaagent | 0 | 0 | 100% | ||
skt1 | 0 | 0 | 100% | ||
wymark | 0 | 0 | 100% | ||
barbara-orenya | 0 | 0 | 100% | ||
ayarbrough | 0 | 0 | 100% | ||
oldarado | 0 | 0 | 100% | ||
polichick | 0 | 0 | 100% | ||
gatmi | 0 | 0 | 100% | ||
quincho | 0 | 0 | 100% | ||
thegoodlife | 0 | 0 | 100% | ||
nristen | 0 | 0 | 100% | ||
thethreehugs | 0 | 0 | 100% | ||
kubbyelizabeth | 0 | 0 | 100% | ||
taris | 0 | 0 | 100% | ||
wijuwiju | 0 | 0 | 100% | ||
unspeakableme | 0 | 0 | 100% | ||
steemitkoh | 0 | 0 | 100% | ||
orionsbelt | 0 | 0 | 100% | ||
adokce | 0 | 0 | 100% | ||
savy | 0 | 0 | 100% | ||
betterthanbefore | 0 | 0 | 100% | ||
stefannif | 0 | 0 | 100% | ||
soundreasoning | 0 | 0 | 100% | ||
mumsworld | 0 | 0 | 100% | ||
kaz-jp | 0 | 0 | 100% | ||
the-sassy-owl | 0 | 0 | 100% | ||
doctor.ahn | 0 | 0 | 100% | ||
coolmax | 0 | 0 | 100% | ||
mehdibca | 0 | 0 | 100% | ||
cantribute | 0 | 0 | 100% | ||
vexedkiller007 | 0 | 0 | 100% | ||
smartgeek | 0 | 0 | 0% | ||
quaintrelle | 0 | 0 | 100% | ||
bitrus2yk | 0 | 0 | 100% | ||
prowebwriter | 0 | 0 | 100% | ||
therneau | 0 | 0 | 100% | ||
icarussteems | 0 | 0 | 100% | ||
somaiya95 | 0 | 0 | 100% | ||
empten | 0 | 0 | 100% | ||
gungadin | 0 | 0 | 100% | ||
maybebuddha | 0 | 0 | 100% | ||
keyboarduser | 0 | 0 | 100% | ||
novis | 0 | 0 | 100% | ||
aroseforepona | 0 | 0 | 100% | ||
knugrone | 0 | 0 | 100% | ||
sparroww | 0 | 0 | 100% | ||
kalachuchi | 0 | 0 | 100% | ||
steeped | 0 | 0 | 100% | ||
ruth-girl | 0 | 0 | 100% | ||
professordote | 0 | 0 | 100% | ||
openparadigm | 0 | 0 | 100% | ||
danielmcclure | 0 | 0 | 100% | ||
mizusazuluaga | 0 | 0 | 100% | ||
st3llar | 0 | 0 | 100% | ||
askaboutcrypto | 0 | 0 | 100% | ||
anarchospace | 0 | 0 | 100% | ||
cyclingchef | 0 | 0 | 100% | ||
eatdrink-n-bmary | 0 | 0 | 100% | ||
andresj551 | 0 | 0 | 100% | ||
talltim | 0 | 0 | 100% | ||
blockchaindude | 0 | 0 | 100% | ||
lifeztar | 0 | 0 | 100% | ||
eikr | 0 | 0 | 100% | ||
kingmoise | 0 | 0 | 100% | ||
boucaron | 0 | 0 | 100% | ||
saikrishna | 0 | 0 | 0% | ||
zebbad | 0 | 0 | 100% | ||
emmanueloppong | 0 | 0 | 100% | ||
kaminchan | 0 | 0 | 100% | ||
jh4tz | 0 | 0 | 100% | ||
themystic | 0 | 0 | 100% | ||
marfilena59 | 0 | 0 | 100% | ||
eike | 0 | 0 | 100% | ||
khanfu | 0 | 0 | 100% | ||
unpuzzled | 0 | 0 | 100% | ||
timoximos | 0 | 0 | 100% | ||
shrief | 0 | 0 | 100% | ||
pandi | 0 | 0 | 100% | ||
ryangrinds | 0 | 0 | 100% | ||
cailro | 0 | 0 | 100% | ||
bob-z | 0 | 0 | 100% | ||
satheeshkumar | 0 | 0 | 100% | ||
brandonlampkin | 0 | 0 | 100% | ||
musicmojonez | 0 | 0 | 100% | ||
cryptatomic | 0 | 0 | 100% | ||
ilicoin | 0 | 0 | 100% | ||
texasbroker | 0 | 0 | 100% | ||
abir20129 | 0 | 0 | 100% | ||
mohamed59 | 0 | 0 | 100% | ||
longwale | 0 | 0 | 100% | ||
georgedicdiquin | 0 | 0 | 100% | ||
hantar | 0 | 0 | 100% | ||
gpleech | 0 | 0 | 100% | ||
texxi | 0 | 0 | 100% | ||
whydowork | 0 | 0 | 100% | ||
armanmadhvani | 0 | 0 | 100% | ||
parmesh | 0 | 0 | 100% | ||
alaa.mohieldin | 0 | 0 | 100% | ||
rudel | 0 | 0 | 100% | ||
tollyink | 0 | 0 | 100% | ||
vsaraf | 0 | 0 | 100% | ||
fabiyamada | 0 | 0 | 100% | ||
trendhobo | 0 | 0 | 100% | ||
minismallholding | 0 | 0 | 100% | ||
cryptowl | 0 | 0 | -100% | ||
simonmontford | 0 | 0 | 100% | ||
thesteemreport | 0 | 0 | 100% | ||
nta | 0 | 0 | 100% | ||
bex-dk | 0 | 0 | 100% | ||
russiebear | 0 | 0 | 100% | ||
buildrobotics | 0 | 0 | 100% | ||
funkyprimate | 0 | 0 | 100% | ||
aqbayli | 0 | 0 | 100% | ||
lordnarvelan | 0 | 0 | 100% | ||
nowsmon | 0 | 0 | 100% | ||
shufflesilver | 0 | 0 | 100% | ||
haruhi | 0 | 0 | 100% | ||
letusshare | 0 | 0 | 100% | ||
docnoc | 0 | 0 | 100% | ||
adrianbucks | 0 | 0 | 100% | ||
lhmac | 0 | 0 | 100% | ||
eyeofthemind | 0 | 0 | 100% | ||
mother-moon | 0 | 0 | 100% | ||
grigoryovov | 0 | 0 | 100% | ||
distinct | 0 | 0 | 100% | ||
nathanhearns | 0 | 0 | 100% | ||
simplyinvent | 0 | 0 | 100% | ||
limcarlos | 0 | 0 | 100% | ||
rich1663 | 0 | 0 | 100% | ||
guggerf | 0 | 0 | 100% | ||
ankursengupta | 0 | 0 | 100% | ||
miki06 | 0 | 0 | 100% | ||
avrdan | 0 | 0 | 100% | ||
skbot | 0 | 0 | 100% | ||
leponyanasd | 0 | 0 | 100% | ||
ch200c | 0 | 0 | 100% | ||
vixgriffth | 0 | 0 | 100% | ||
ninjasly | 0 | 0 | 100% | ||
jealousyjane | 0 | 0 | 100% | ||
kerrislravenhill | 0 | 0 | 100% | ||
shadysit | 0 | 0 | 100% | ||
alisk4 | 0 | 0 | 100% | ||
petebrainiac | 0 | 0 | 100% | ||
kayelee | 0 | 0 | 100% | ||
dbdecoy | 0 | 0 | 100% | ||
annaellis | 0 | 0 | 100% | ||
clanstonemasons | 0 | 0 | 100% | ||
ehudslefthook | 0 | 0 | 100% | ||
slacker82 | 0 | 0 | 100% | ||
atsushi | 0 | 0 | 100% | ||
rschneider | 0 | 0 | 100% | ||
ericmartin | 0 | 0 | 100% | ||
poodai | 0 | 0 | 100% | ||
midnightviola | 0 | 0 | 100% | ||
masterchief117 | 0 | 0 | 100% | ||
tuesdaynewsday | 0 | 0 | 100% | ||
thatkidsblack | 0 | 0 | 100% | ||
monkeyplayfire | 0 | 0 | 100% | ||
killerspot | 0 | 0 | 100% | ||
wangwenjing | 0 | 0 | 100% | ||
iot-blockchain | 0 | 0 | 100% | ||
midlife | 0 | 0 | 100% | ||
rebele93 | 0 | 0 | 100% | ||
jandreska | 0 | 0 | 100% | ||
afoclepe02 | 0 | 0 | 100% | ||
kshitizbht | 0 | 0 | 100% | ||
kadlinobit | 0 | 0 | 100% | ||
argamis | 0 | 0 | 100% | ||
husmen | 0 | 0 | 100% | ||
jkiw | 0 | 0 | 100% | ||
maryahoc | 0 | 0 | 100% | ||
wxzurd | 0 | 0 | 100% | ||
yrvk0n | 0 | 0 | 100% | ||
tousignant | 0 | 0 | 100% | ||
dunatos | 0 | 0 | 100% | ||
allthingscrypto | 0 | 0 | 100% | ||
phoenixwren | 0 | 0 | 100% | ||
jeanjean | 0 | 0 | 100% | ||
powerofalpha | 0 | 0 | 100% | ||
mctkp | 0 | 0 | 100% | ||
danielvehe | 0 | 0 | 100% | ||
terryb | 0 | 0 | 100% | ||
nexusvortex777 | 0 | 0 | 100% | ||
altherion | 0 | 0 | 100% | ||
artistofbeing | 0 | 0 | 100% | ||
huguerl | 0 | 0 | 100% | ||
johncaz | 0 | 0 | 100% | ||
brianvds | 0 | 0 | 100% | ||
shaw7 | 0 | 0 | 100% | ||
carlottafr | 0 | 0 | 100% | ||
mrezafasian | 0 | 0 | 100% | ||
techsoldaten | 0 | 0 | 100% | ||
milaorenda | 0 | 0 | 100% | ||
jet.wilda | 0 | 0 | 100% | ||
jmbent | 0 | 0 | 100% | ||
ibrahimolalekan | 0 | 0 | 100% | ||
filipewizardous | 0 | 0 | 100% | ||
benjaminrushmd | 0 | 0 | 100% | ||
lolo-two | 0 | 0 | 100% | ||
tonyliu | 0 | 0 | 100% | ||
isotropic | 0 | 0 | 100% | ||
saltytomato | 0 | 0 | 100% | ||
oldcodge | 0 | 0 | 100% | ||
rbreauxfl | 0 | 0 | 100% | ||
fredkese | 0 | 0 | 100% | ||
johnchester | 0 | 0 | 100% | ||
arinzechukwu | 0 | 0 | 100% | ||
various | 0 | 0 | 100% | ||
tonyamme | 0 | 0 | 100% | ||
patagonia | 0 | 0 | 100% | ||
yashpalgoyal1304 | 0 | 0 | 100% | ||
truthwombat | 0 | 0 | 100% | ||
ribbitingscience | 0 | 0 | 100% | ||
ryvanhood | 0 | 0 | 100% | ||
dhipin | 0 | 0 | 100% | ||
lifetech360 | 0 | 0 | 100% | ||
handsomegorgeous | 0 | 0 | 100% | ||
thilinanamal | 0 | 0 | 100% | ||
mgarod3 | 0 | 0 | 100% | ||
upvoteph | 0 | 0 | 20% | ||
bl23c | 0 | 0 | 100% | ||
lifad | 0 | 0 | 100% | ||
mrs.marzena | 0 | 0 | 100% | ||
heras | 0 | 0 | 100% | ||
yasserkhacha | 0 | 0 | 100% | ||
baboshowa | 0 | 0 | 100% | ||
sleepygrandpa | 0 | 0 | 100% | ||
drenea | 0 | 0 | 100% | ||
snakehayter | 0 | 0 | 100% | ||
engzp | 0 | 0 | 100% | ||
g3org | 0 | 0 | 100% | ||
lizmorris | 0 | 0 | 100% | ||
tirtha | 0 | 0 | 100% | ||
nimmteil | 0 | 0 | 100% | ||
jeromanomic | 0 | 0 | 100% | ||
sandisunhine052 | 0 | 0 | 100% | ||
internetguru | 0 | 0 | 100% | ||
ohicklin | 0 | 0 | 100% | ||
rawdoctor | 0 | 0 | 100% | ||
bangla | 0 | 0 | 100% | ||
vrinteractive | 0 | 0 | 100% | ||
brs55 | 0 | 0 | 100% | ||
sahmblda | 0 | 0 | 100% | ||
vr46 | 0 | 0 | 100% | ||
z3rop0int | 0 | 0 | 100% | ||
honestabex1 | 0 | 0 | 100% | ||
jamesanto | 0 | 0 | 100% | ||
spczk | 0 | 0 | 100% | ||
summitbreeze | 0 | 0 | 100% | ||
vee.uye | 0 | 0 | 100% | ||
that-tech-guy | 0 | 0 | 100% | ||
mykdowling | 0 | 0 | 100% | ||
filippologli | 0 | 0 | 100% | ||
daba | 0 | 0 | 100% | ||
menguzat | 0 | 0 | 100% | ||
williamaellerbe | 0 | 0 | 100% | ||
kellybell | 0 | 0 | 100% | ||
jarryonxpaul | 0 | 0 | 100% | ||
emanuel1986alex | 0 | 0 | 100% | ||
nikkabomb | 0 | 0 | 100% | ||
elloco | 0 | 0 | 100% | ||
doris-adioha | 0 | 0 | 100% | ||
apercoin | 0 | 0 | 100% | ||
carbazel | 0 | 0 | 100% | ||
yachtcaptain | 0 | 0 | 100% | ||
jesselives | 0 | 0 | 100% | ||
sulimanbenhalim | 0 | 0 | 100% | ||
ammaron | 0 | 0 | 100% | ||
eyala | 0 | 0 | 100% | ||
alexagh94 | 0 | 0 | 100% | ||
spiritualmax | 0 | 0 | 100% | ||
gcdiniz | 0 | 0 | 100% | ||
mirelon | 0 | 0 | 100% | ||
juzmen-juvy18 | 0 | 0 | 100% | ||
rosemarynknight | 0 | 0 | 100% | ||
jiafui | 0 | 0 | 100% | ||
ernielim | 0 | 0 | 100% | ||
nunofernandz | 0 | 0 | 100% | ||
paulokuk1 | 0 | 0 | 100% | ||
blackenedgold | 0 | 0 | 100% | ||
gustavoklein | 0 | 0 | 100% | ||
pepperonii | 0 | 0 | 100% | ||
wildiris | 0 | 0 | 100% | ||
jeenger | 0 | 0 | 100% | ||
rizalnazim | 0 | 0 | 100% | ||
jack86b | 0 | 0 | 100% | ||
ricangel | 0 | 0 | 100% | ||
leighpwalls-art | 0 | 0 | 100% | ||
arthurdigby | 0 | 0 | 100% | ||
tobakudan | 0 | 0 | 100% | ||
kingola2nd | 0 | 0 | 100% | ||
juv79505 | 0 | 0 | 100% | ||
jenncreates | 0 | 0 | 100% | ||
airsoftforfun | 0 | 0 | 100% | ||
williamwest | 0 | 0 | 100% | ||
zedetach | 0 | 0 | 100% | ||
nevil26 | 0 | 0 | 100% | ||
juan-os | 0 | 0 | 100% | ||
fiufsciak | 0 | 0 | 100% | ||
capelight | 0 | 0 | 100% | ||
ursaminor | 0 | 0 | 100% | ||
mallmg | 0 | 0 | 100% | ||
intofreelife | 0 | 0 | 100% | ||
mahmoud-shafik | 0 | 0 | 100% | ||
mr-em | 0 | 0 | 100% | ||
dbke | 0 | 0 | 100% | ||
mdlovemd2046 | 0 | 0 | 100% | ||
aholmes96 | 0 | 0 | 100% | ||
debs | 0 | 0 | 100% | ||
nedy | 0 | 0 | 100% | ||
monoxid | 0 | 0 | 100% | ||
gaetane | 0 | 0 | 100% | ||
rivet | 0 | 0 | 100% | ||
wyrecyclist | 0 | 0 | 100% | ||
bigtom13 | 0 | 0 | 100% | ||
cloudintheocean | 0 | 0 | 100% | ||
lk010309 | 0 | 0 | 100% | ||
candydub | 0 | 0 | 100% | ||
veganbunnylover | 0 | 0 | 100% | ||
danaltstream | 0 | 0 | 100% | ||
eremus | 0 | 0 | 100% | ||
samsteem | 0 | 0 | 100% | ||
jebur27 | 0 | 0 | 100% | ||
sepulman | 0 | 0 | 100% | ||
abhi46 | 0 | 0 | 100% | ||
carltoon | 0 | 0 | 100% | ||
scoutpro | 0 | 0 | 100% | ||
rahamies | 0 | 0 | 100% | ||
jtrag | 0 | 0 | 100% | ||
cryptoholic365 | 0 | 0 | 100% | ||
mister.ticot | 0 | 0 | 100% | ||
cirerikr | 0 | 0 | 100% | ||
karlbing | 0 | 0 | 100% | ||
leo237v7 | 0 | 0 | 100% | ||
partykim | 0 | 0 | 100% | ||
nostone-unturned | 0 | 0 | 100% | ||
rahuldhimole | 0 | 0 | 100% | ||
bdolansfr | 0 | 0 | 100% | ||
pinktheory | 0 | 0 | 100% | ||
hirenjariwala | 0 | 0 | 100% | ||
sandrayoo | 0 | 0 | 100% | ||
ultranum | 0 | 0 | 100% | ||
anniearly | 0 | 0 | 100% | ||
parkslope | 0 | 0 | 100% | ||
justjay | 0 | 0 | 100% | ||
daedevils | 0 | 0 | 100% | ||
mushhush | 0 | 0 | 100% | ||
danlloyd | 0 | 0 | 100% | ||
hajaemin | 0 | 0 | 100% | ||
version | 0 | 0 | 100% | ||
phaqlow | 0 | 0 | 100% | ||
enthle | 0 | 0 | 100% | ||
hykim510 | 0 | 0 | 100% | ||
samceeeeee | 0 | 0 | 100% | ||
siomarasalmeron | 0 | 0 | 100% | ||
nisargap | 0 | 0 | 100% | ||
edosudoku | 0 | 0 | 100% | ||
bitsendpieces | 0 | 0 | 100% | ||
rickyhdezs | 0 | 0 | 100% | ||
crafter0 | 0 | 0 | 100% | ||
elaineyumusic | 0 | 0 | 100% | ||
jessysonfire | 0 | 0 | 100% | ||
cement3 | 0 | 0 | 100% | ||
elmerocarballo | 0 | 0 | 100% | ||
lordlee | 0 | 0 | 100% | ||
degem2priceless | 0 | 0 | 100% | ||
fclaird | 0 | 0 | 100% | ||
juliocesarrd7 | 0 | 0 | 100% | ||
couplelife | 0 | 0 | 100% | ||
loool | 0 | 0 | 100% | ||
dmtree | 0 | 0 | 100% | ||
gangre | 0 | 0 | 100% | ||
lchristian | 0 | 0 | 100% | ||
hello-sunshine | 0 | 0 | 100% | ||
zimoch85 | 0 | 0 | 100% | ||
yangweilong | 0 | 0 | 0% | ||
kakalin | 0 | 0 | 100% | ||
pawix | 0 | 0 | 100% | ||
johnnyfrs | 0 | 0 | 100% | ||
iknowyouwantto | 0 | 0 | 100% | ||
nikema | 0 | 0 | 100% | ||
sust.school | 0 | 0 | 100% | ||
aftabarif | 0 | 0 | 100% | ||
fearless97 | 0 | 0 | 100% | ||
academacadamia | 0 | 0 | 100% | ||
cookerburra | 0 | 0 | 100% | ||
vectorabbot | 0 | 0 | 100% | ||
kiyanymaatre | 0 | 0 | 100% | ||
gerasimsimov | 0 | 0 | 100% | ||
saerdnalesneh | 0 | 0 | 100% | ||
thedonz | 0 | 0 | 100% | ||
clivekidd | 0 | 0 | 100% | ||
ireasons | 0 | 0 | 100% | ||
tianyizheng | 0 | 0 | 100% | ||
befaro | 0 | 0 | 100% | ||
bloodyarrow96 | 0 | 0 | 100% | ||
wolffhunter | 0 | 0 | 100% | ||
merklin | 0 | 0 | 100% | ||
braaiboy | 0 | 0 | 100% | ||
dchadney | 0 | 0 | 100% | ||
codypmack | 0 | 0 | 100% | ||
gadrian | 0 | 0 | 100% | ||
roksanaahmed | 0 | 0 | 100% | ||
iamoratorsam | 0 | 0 | 100% | ||
drodriguez | 0 | 0 | 100% | ||
xchng | 0 | 0 | 100% | ||
ram01 | 0 | 0 | 100% | ||
wizardave | 0 | 0 | 100% | ||
vadymus | 0 | 0 | 100% | ||
sara100 | 0 | 0 | 100% | ||
abchro | 0 | 0 | 100% | ||
hpradtke | 0 | 0 | 100% | ||
wickedgood | 0 | 0 | 100% | ||
scottmischke | 0 | 0 | 100% | ||
baffles | 0 | 0 | 100% | ||
vielivip | 0 | 0 | 100% | ||
the-maker | 0 | 0 | 100% | ||
royalace777 | 0 | 0 | 100% | ||
marcmcd32 | 0 | 0 | 100% | ||
rushat | 0 | 0 | 100% | ||
mariprofundus | 0 | 0 | 100% | ||
crypto-utopia | 0 | 0 | 100% | ||
drrubberfunk | 0 | 0 | 100% | ||
joanna.ma13 | 0 | 0 | 100% | ||
apolloxi | 0 | 0 | 100% | ||
nuisancevalue | 0 | 0 | 100% | ||
waterninja20 | 0 | 0 | 100% | ||
julianofaria | 0 | 0 | 100% | ||
joselyn-ism | 0 | 0 | 100% | ||
eddiecorbyn | 0 | 0 | 100% | ||
crypto.tank | 0 | 0 | 100% | ||
cestlag25 | 0 | 0 | 100% | ||
steemsteemah | 0 | 0 | 100% | ||
natzyme | 0 | 0 | 100% | ||
tigerseyedjs | 0 | 0 | 100% | ||
sherbanu | 0 | 0 | 100% | ||
dalecoz | 0 | 0 | 100% | ||
ana0regina | 0 | 0 | 100% | ||
aws77 | 0 | 0 | 100% | ||
cryptolite | 0 | 0 | 100% | ||
cosmicgiggle | 0 | 0 | 100% | ||
juliusihama | 0 | 0 | 100% | ||
miminsama | 0 | 0 | 100% | ||
fjmoraga | 0 | 0 | 100% | ||
tjhootman | 0 | 0 | 100% | ||
l8nitemyk | 0 | 0 | 100% | ||
grandvizier | 0 | 0 | 100% | ||
tokarevdownunder | 0 | 0 | 100% | ||
katilicous | 0 | 0 | 100% | ||
claudio-who | 0 | 0 | 100% | ||
calebikhuohon | 0 | 0 | 100% | ||
radax | 0 | 0 | 100% | ||
realwealth | 0 | 0 | 100% | ||
leighreilly | 0 | 0 | 100% | ||
uproar | 0 | 0 | 100% | ||
bitzofcoins | 0 | 0 | 100% | ||
idealhabits | 0 | 0 | 100% | ||
oyelekan | 0 | 0 | 100% | ||
emiliomatei | 0 | 0 | 100% | ||
nii-naa | 0 | 0 | 100% | ||
bardealot | 0 | 0 | 100% | ||
goshoan | 0 | 0 | 100% | ||
michaelmin | 0 | 0 | 100% | ||
nafis-fuad | 0 | 0 | 100% | ||
antonius1979 | 0 | 0 | 100% | ||
cavikim | 0 | 0 | 100% | ||
tenthdawge | 0 | 0 | 100% | ||
magicquokka | 0 | 0 | 100% | ||
ernewman | 0 | 0 | 100% | ||
clishilla | 0 | 0 | 100% | ||
valthewriter | 0 | 0 | 100% | ||
rakkarage | 0 | 0 | 100% | ||
dipanshurawal | 0 | 0 | 100% | ||
antchatz | 0 | 0 | 100% | ||
manhenro | 0 | 0 | 100% | ||
d3f4l7rat | 0 | 0 | 100% | ||
bry.law | 0 | 0 | 100% | ||
nathanielcwm | 0 | 0 | 100% | ||
photoblue | 0 | 0 | 100% | ||
kft8blockchain | 0 | 0 | 100% | ||
mr-bike | 0 | 0 | 100% | ||
michellm3 | 0 | 0 | 100% | ||
mike961 | 0 | 0 | 100% | ||
paulasepistle | 0 | 0 | 100% | ||
drpurdy | 0 | 0 | 100% | ||
garageheroes | 0 | 0 | 100% | ||
monkeebrain | 0 | 0 | 100% | ||
farleywasgod | 0 | 0 | 100% | ||
annemariecherie | 0 | 0 | 100% | ||
shamanorak | 0 | 0 | 100% | ||
jesusmirabal | 0 | 0 | 100% | ||
chrisontheleft | 0 | 0 | 100% | ||
maninmeanders | 0 | 0 | 100% | ||
rose124 | 0 | 0 | 100% | ||
techmillion | 0 | 0 | 100% | ||
hassoune | 0 | 0 | 100% | ||
melissajarquin | 0 | 0 | 100% | ||
laraszahostradio | 0 | 0 | 100% | ||
inthecitylance | 0 | 0 | 100% | ||
vaccaria | 0 | 0 | 100% | ||
stoubord | 0 | 0 | 100% | ||
photosandthecity | 0 | 0 | 100% | ||
normalone2197 | 0 | 0 | 100% | ||
mind-prosperity | 0 | 0 | 100% | ||
cheese4ead | 0 | 0 | 100% | ||
triptits | 0 | 0 | 100% | ||
nycoin.community | 0 | 0 | 100% | ||
damlaaaa | 0 | 0 | 100% | ||
acasas | 0 | 0 | 100% | ||
loreshapergames | 0 | 0 | 100% | ||
ricardosarmiento | 0 | 0 | 100% | ||
arodwin | 0 | 0 | 100% | ||
aweh-ness | 0 | 0 | 100% | ||
andrestt | 0 | 0 | 100% | ||
blacksword | 0 | 0 | 100% | ||
honeysim | 0 | 0 | 100% | ||
missnikkiann | 0 | 0 | 100% | ||
alate48 | 0 | 0 | 100% | ||
oliverlai | 0 | 0 | 100% | ||
mickeymaler | 0 | 0 | 100% | ||
kaffeejunge | 0 | 0 | 100% | ||
fyfa | 0 | 0 | 100% | ||
songage | 0 | 0 | 100% | ||
euchenhofer | 0 | 0 | 100% | ||
davidooof | 0 | 0 | 100% | ||
ojhygib | 0 | 0 | 100% | ||
sim427 | 0 | 0 | 100% | ||
octopus1 | 0 | 0 | 100% | ||
positivibe | 0 | 0 | 100% | ||
spaldam | 0 | 0 | 100% | ||
coolbee | 0 | 0 | 100% | ||
daigv | 0 | 0 | 100% | ||
hanashiro | 0 | 0 | 100% | ||
alexrn | 0 | 0 | 100% | ||
ispectator | 0 | 0 | 100% | ||
noniqueen | 0 | 0 | 100% | ||
vaggrippino | 0 | 0 | 100% | ||
sfturzo | 0 | 0 | 100% | ||
wilhelmvonweiner | 0 | 0 | 100% | ||
hchc | 0 | 0 | 100% | ||
axlegear | 0 | 0 | 100% | ||
elids | 0 | 0 | 100% | ||
litguru | 0 | 0 | 100% | ||
maurick-hpage | 0 | 0 | 100% | ||
hypto-crypto | 0 | 0 | 100% | ||
nonz | 0 | 0 | 100% | ||
aprilreign | 0 | 0 | 100% | ||
imravi | 0 | 0 | 100% | ||
raraurara | 0 | 0 | 100% | ||
venescence | 0 | 0 | 100% | ||
daan007 | 0 | 0 | 100% | ||
albrown | 0 | 0 | 100% | ||
joybeingjoy | 0 | 0 | 100% | ||
annalisa144 | 0 | 0 | 100% | ||
amd64 | 0 | 0 | 100% | ||
toddrjohnson | 0 | 0 | 100% | ||
scottsears | 0 | 0 | 100% | ||
diego-ecoswell | 0 | 0 | 100% | ||
ejilta | 0 | 0 | 100% | ||
luis.ruiz | 0 | 0 | 100% | ||
shipitbro | 0 | 0 | 100% | ||
alexmiloski | 0 | 0 | 100% | ||
skatkat | 0 | 0 | 100% | ||
christinalane | 0 | 0 | 100% | ||
heli4nthus | 0 | 0 | 100% | ||
zetaplex | 0 | 0 | 100% | ||
msicc | 0 | 0 | 100% | ||
neerajmotivation | 0 | 0 | 100% | ||
marcelojnr | 0 | 0 | 100% | ||
onuralp | 0 | 0 | 100% | ||
cmikes | 0 | 0 | 100% | ||
gdiazb | 0 | 0 | 100% | ||
gideongys | 0 | 0 | 100% | ||
allenon | 0 | 0 | 100% | ||
technicalsandesh | 0 | 0 | 100% | ||
origym | 0 | 0 | 100% | ||
davlikanov | 0 | 0 | 100% | ||
onurjones | 0 | 0 | 100% | ||
hrudaybedre | 0 | 0 | 100% | ||
ouoabcde | 0 | 0 | 100% | ||
ndg1pu | 0 | 0 | 100% | ||
khushspot | 0 | 0 | 100% | ||
mistyexe | 0 | 0 | 100% | ||
demistevens | 0 | 0 | 100% | ||
lightfinger | 0 | 0 | 100% | ||
lion200 | 0 | 0 | 100% | ||
reanimateher | 0 | 0 | 100% | ||
gaby-crb | 0 | 0 | 100% | ||
marius150pl | 0 | 0 | 100% | ||
douzend | 0 | 0 | 100% | ||
milliners | 0 | 0 | 100% | ||
sleepingcowboy | 0 | 0 | 100% | ||
kharma.scribbles | 0 | 0 | 100% | ||
shoy | 0 | 0 | 100% |
# Very informtive **Thank you** I am already putting it into practice *giggles*
author | abasinkanga |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20170801t173037666z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-08-01 17:30:48 |
last_update | 2017-08-01 17:30:48 |
depth | 1 |
children | 1 |
last_payout | 2017-08-08 17:30:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.059 HBD |
curator_payout_value | 0.016 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 81 |
author_reputation | 10,395,892,449,375 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,448,698 |
net_rshares | 19,163,145,348 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 18,487,384,561 | 1% | ||
abasinkanga | 0 | 153,301,293 | 100% | ||
middle-theory | 0 | 522,459,494 | 1% | ||
gustavoklein | 0 | 0 | 100% |
Excellent:)
author | thecryptofiend |
---|---|
permlink | re-abasinkanga-re-thecryptofiend-markdown-basics-for-beginners-20170801t200917580z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-08-01 20:09:09 |
last_update | 2017-08-01 20:09:09 |
depth | 2 |
children | 0 |
last_payout | 2017-08-08 20:09:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 11 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,463,155 |
net_rshares | 51,945,066 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
abasinkanga | 0 | 51,945,066 | 100% | ||
gustavoklein | 0 | 0 | 100% |
it's really help 💓
author | abir20129 |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180104t080413941z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-01-04 08:04:15 |
last_update | 2018-01-04 08:04:15 |
depth | 1 |
children | 0 |
last_payout | 2018-01-11 08:04:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 26 |
author_reputation | 7,765,626,572,026 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 26,975,984 |
net_rshares | 0 |
hi am new here ,how it works
author | abozar |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20170810t135713096z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-08-10 13:57:18 |
last_update | 2017-08-10 13:57:18 |
depth | 1 |
children | 1 |
last_payout | 2017-08-17 13:57:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 28 |
author_reputation | 0 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,397,558 |
net_rshares | 0 |
Try https://www.steemithelp.net/
author | thecryptofiend |
---|---|
permlink | re-abozar-re-thecryptofiend-markdown-basics-for-beginners-20170810t141156005z |
category | steemit |
json_metadata | {"tags":["steemit"],"links":["https://www.steemithelp.net/"],"app":"steemit/0.1"} |
created | 2017-08-10 14:11:51 |
last_update | 2017-08-10 14:11:51 |
depth | 2 |
children | 0 |
last_payout | 2017-08-17 14:11:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 32 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,399,832 |
net_rshares | 0 |
Thanks for the excellent guide @thecryptofiend! Just starting off with Steem. Looking forward to success!
author | acdevan |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20171024t122448997z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["thecryptofiend"],"app":"steemit/0.1"} |
created | 2017-10-24 12:24:51 |
last_update | 2017-10-24 12:24:51 |
depth | 1 |
children | 0 |
last_payout | 2017-10-31 12:24:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 105 |
author_reputation | 4,592,237,017,337 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,450,867 |
net_rshares | 0 |
It really showed me reason why my two previous posts look ordinary. But am still having problem with the steamimg.com don't know how to go by it. Any help will be grateful
author | afoclepe02 |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20170907t101636041z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-09-07 10:16:39 |
last_update | 2017-09-07 10:16:39 |
depth | 1 |
children | 1 |
last_payout | 2017-09-14 10:16:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.031 HBD |
curator_payout_value | 0.008 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 172 |
author_reputation | 350,114,368 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 14,135,593 |
net_rshares | 12,970,544,935 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 12,354,896,776 | 1% | ||
cryptoninja | 0 | 84,733,379 | 0.2% | ||
middle-theory | 0 | 530,914,780 | 1% | ||
gustavoklein | 0 | 0 | 100% |
You don't have to use it anymore you can drag and drop into the post. If your first image isn't showing up just use markdown for that and you can use Imgur or Imgsafe as alternatives.
author | thecryptofiend |
---|---|
permlink | re-afoclepe02-re-thecryptofiend-markdown-basics-for-beginners-20170907t124248139z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-09-07 12:42:45 |
last_update | 2017-09-07 12:42:45 |
depth | 2 |
children | 0 |
last_payout | 2017-09-14 12:42:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 183 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 14,146,498 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gustavoklein | 0 | 0 | 100% |
thanks a lot for useful information
author | aknur |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180119t094348546z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-01-19 09:43:54 |
last_update | 2018-01-19 09:43:54 |
depth | 1 |
children | 0 |
last_payout | 2018-01-26 09:43:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 35 |
author_reputation | 6,654,305,635 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 30,588,026 |
net_rshares | 0 |
great thanks for the information, i didn't even now the existance of Mardown.
author | alderan |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180630t133533866z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-06-30 13:35:33 |
last_update | 2018-06-30 13:35:33 |
depth | 1 |
children | 0 |
last_payout | 2018-07-07 13:35:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 77 |
author_reputation | 16,790,683 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 62,873,226 |
net_rshares | 0 |
The most comprehensive tutorial that I've come across. Thanks a ton!
author | ankursengupta |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20171019t005829543z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-10-19 00:53:21 |
last_update | 2017-10-19 00:53:21 |
depth | 1 |
children | 0 |
last_payout | 2017-10-26 00:53:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 68 |
author_reputation | 23,714,114,028 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,012,578 |
net_rshares | 0 |
Is there an easier "pull-left" command? BTW, no puppies = no vote! :P J/K
author | anotherjoe |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20161015t010828623z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-10-15 01:08:30 |
last_update | 2016-10-15 01:08:30 |
depth | 1 |
children | 11 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 74 |
author_reputation | 40,326,779,382,210 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,536,953 |
net_rshares | 25,525,337,630 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 25,525,337,630 | 30% | ||
photosandthecity | 0 | 0 | 100% |
`<div class="pull-left">Lorem ipsum</div>` Cannot be simplified because it is calling on a CSS stylesheet. For more information about using these divs effectively see <a href="https://steemit.com/free-templates/@rubellitefae/how-to-wordwrap-your-images-like-a-boss">How to Wordwrap Your Images Like a Boss</a>. I've included a template at the end.
author | rubellitefae |
---|---|
permlink | re-anotherjoe-re-thecryptofiend-markdown-basics-for-beginners-20161016t090711575z |
category | steemit |
json_metadata | {"tags":["steemit"],"links":["https://steemit.com/free-templates/@rubellitefae/how-to-wordwrap-your-images-like-a-boss"]} |
created | 2016-10-16 09:07:09 |
last_update | 2016-10-16 09:07:09 |
depth | 2 |
children | 3 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 347 |
author_reputation | 10,287,490,968,549 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,546,997 |
net_rshares | 6,621,576,878 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
anotherjoe | 0 | 2,266,695,500 | 1% | ||
rubellitefae | 0 | 4,354,881,378 | 100% | ||
professordote | 0 | 0 | 100% |
Some really helpful tips there. Thanks. You can do a simple line break with three asterisks. *** *** There is another way to float an image. It seemed easier than the div pull command when I saw it. Maybe someday I'll see it again and write it down this time. Have you figured a way to get links to show in your description of an image that's pulled left/right? I've tried different things, but the url always gets written out no matter what I try. But the only time I've done the "img src" command was when working with HTML.
author | anotherjoe |
---|---|
permlink | re-rubellitefae-re-anotherjoe-re-thecryptofiend-markdown-basics-for-beginners-20161016t143959918z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-10-16 14:40:00 |
last_update | 2016-10-16 14:40:00 |
depth | 3 |
children | 0 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 528 |
author_reputation | 40,326,779,382,210 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,548,550 |
net_rshares | 0 |
dafdsasdfasdsdd<img align="right" src="https://www.gravatar.com/avatar/2e17c621ac02495915a3e9a3767ac3c5?s=32&d=identicon&r=PG">alkdsjfalksdjf;lasdkfjaslkj ><*img align="right" src="doc/subpagelist.png"> Makes it float, but doesn't seem to have "right" or "left" influence here. >< without the < does the same thing. Can't find a way to make it stay to the right or left though. Might be useful though. :P
author | anotherjoe |
---|---|
permlink | re-rubellitefae-re-anotherjoe-re-thecryptofiend-markdown-basics-for-beginners-20161016t155856693z |
category | steemit |
json_metadata | {"tags":["steemit"],"image":["https://www.gravatar.com/avatar/2e17c621ac02495915a3e9a3767ac3c5?s=32&d=identicon&r=PG"]} |
created | 2016-10-16 15:58:57 |
last_update | 2016-10-16 15:58:57 |
depth | 3 |
children | 1 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 432 |
author_reputation | 40,326,779,382,210 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,549,074 |
net_rshares | 0 |
I'm not sure what you mean by pull left?
author | thecryptofiend |
---|---|
permlink | re-anotherjoe-re-thecryptofiend-markdown-basics-for-beginners-20161015t012321439z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-10-15 01:23:21 |
last_update | 2016-10-15 01:23:21 |
depth | 2 |
children | 6 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 40 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,537,015 |
net_rshares | 2,256,872,052 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
anotherjoe | 0 | 2,256,872,052 | 1% |
<div class="pull-right">https://steemit.com/images/steemit-share.png<center>like this</center></div>Like when you want an image to post to the right or left of the text.
author | anotherjoe |
---|---|
permlink | re-thecryptofiend-re-anotherjoe-re-thecryptofiend-markdown-basics-for-beginners-20161015t013219394z |
category | steemit |
json_metadata | {"tags":["steemit"],"image":["https://steemit.com/images/steemit-share.png"]} |
created | 2016-10-15 01:32:21 |
last_update | 2016-10-15 01:32:21 |
depth | 3 |
children | 5 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 169 |
author_reputation | 40,326,779,382,210 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,537,052 |
net_rshares | 25,525,337,630 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 25,525,337,630 | 30% |
Thanks to the article is very thorough! I wanted to add a trick to further improve the writing here on Steem; I created a [post where I reveal them here](https://steemit.com/steemit/@antoniotrento/steem-and-markdown-some-tricks-to-write-better-and-faster)
author | antoniotrento |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20171219t090833176z |
category | steemit |
json_metadata | {"tags":["steemit"],"links":["https://steemit.com/steemit/@antoniotrento/steem-and-markdown-some-tricks-to-write-better-and-faster"],"app":"steemit/0.1"} |
created | 2017-12-19 09:08:33 |
last_update | 2017-12-19 09:08:33 |
depth | 1 |
children | 0 |
last_payout | 2017-12-26 09:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 255 |
author_reputation | 437,206,873,306 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 24,156,056 |
net_rshares | 1,119,886,790 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gustavoklein | 0 | 1,119,886,790 | 100% |
We could use a more comprehensive (advanced) cheatsheet. For example, if I have: `# heading one` `## heading one point one` `# heading two` and I want an anchor on "heading two", to form a URL that jumps straight to heading two, how do I do that? The obvious conventional approach would be to use something like: `https://steemit.com/steemit/@mynick/my-article#heading-two` but it does not work. I know it must be possible, because @ash just filed a [bug report](https://steemit.com/steemit-bug/@ash/steemit-bug-report-comment-anchors) which demonstrates the existence of these undocumented anchors. (I would reply to that bug report, but sadly the "reply" option is gone on articles that are even slightly old)
author | apertus-cogitari |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20161109t145912139z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["ash"],"links":["https://steemit.com/steemit-bug/@ash/steemit-bug-report-comment-anchors"]} |
created | 2016-11-09 14:59:15 |
last_update | 2016-11-09 14:59:15 |
depth | 1 |
children | 1 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 715 |
author_reputation | 840,871,295,863 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,730,591 |
net_rshares | 10,034,064,715 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 10,034,064,715 | 1% |
I think for that kind of advanced formatting and features you need to combine html/css with Markdown. So technically it isn't markdown. It would definitely be useful to have an official document that lists all the markdown, html and css styling options and how to use them. I suspect it will happen eventually but it is probably not a priority. Also from what I understand that bug report is referring to linking to a particular comment which is different from what you want.
author | thecryptofiend |
---|---|
permlink | re-apertus-cogitari-re-thecryptofiend-markdown-basics-for-beginners-20161109t150726546z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-11-09 15:07:27 |
last_update | 2016-11-09 15:09:39 |
depth | 2 |
children | 0 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 485 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,730,640 |
net_rshares | 830,794,252 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
apertus-cogitari | 0 | 830,794,252 | 100% |
Am just getting to know about this, really helpful but if you get to see this comment. could you be kind to tell me how I can place image and text side by side. thanks sir @thecryptofiend
author | apiprincz |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180313t132644641z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["thecryptofiend"],"app":"steemit/0.1"} |
created | 2018-03-13 13:28:18 |
last_update | 2018-03-13 13:28:18 |
depth | 1 |
children | 0 |
last_payout | 2018-03-20 13:28:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 190 |
author_reputation | 1,218,919,102,489 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 44,140,653 |
net_rshares | 0 |
This is so beneficial.. I will need to read it several times. the comments have helpful tidbits also.
author | aprilreign |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180526t201519716z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-05-26 20:15:39 |
last_update | 2018-05-26 20:15:39 |
depth | 1 |
children | 0 |
last_payout | 2018-06-02 20:15:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 101 |
author_reputation | 1,072,106,012 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,851,228 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
forybay9 | 0 | 0 | 100% |
Why do you think the method for uploading a story is set in this manner as opposed to the more straightforward or simple methods other social media platforms like twitter and Facebook offer for when uploading text?
author | armanmadhvani |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20170713t181802838z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-07-13 18:18:06 |
last_update | 2017-07-13 18:18:06 |
depth | 1 |
children | 1 |
last_payout | 2017-07-20 18:18:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 214 |
author_reputation | 9,766,027,193 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 8,367,766 |
net_rshares | 0 |
It pretty obvious if you think about it. Those services don't allow you to format your text.
author | thecryptofiend |
---|---|
permlink | re-armanmadhvani-re-thecryptofiend-markdown-basics-for-beginners-20170713t192731406z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-07-13 19:27:33 |
last_update | 2017-07-13 19:27:33 |
depth | 2 |
children | 0 |
last_payout | 2017-07-20 19:27:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 93 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 8,374,512 |
net_rshares | 0 |
Very helpful post for a complete beginner, thank you!
author | aroseforepona |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20170617t220852220z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-17 22:08:54 |
last_update | 2017-06-17 22:08:54 |
depth | 1 |
children | 1 |
last_payout | 2017-06-24 22:08:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.458 HBD |
curator_payout_value | 0.049 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 53 |
author_reputation | 1,804,334,342 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,128,207 |
net_rshares | 24,640,169,308 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 22,038,795,639 | 5% | ||
abasinkanga | 0 | 0 | 100% | ||
aksinya | 0 | 932,945,641 | 5% | ||
middle-theory | 0 | 676,029,919 | 5% | ||
professordote | 0 | 992,398,109 | 100% | ||
ahbangash | 0 | 0 | 100% | ||
gustavoklein | 0 | 0 | 100% | ||
sandeshbhusal | 0 | 0 | 100% |
Glad you found it useful:)
author | thecryptofiend |
---|---|
permlink | re-aroseforepona-re-thecryptofiend-markdown-basics-for-beginners-20170617t222127366z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-17 22:21:27 |
last_update | 2017-06-17 22:21:27 |
depth | 2 |
children | 0 |
last_payout | 2017-06-24 22:21:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.020 HBD |
curator_payout_value | 0.004 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 26 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,129,002 |
net_rshares | 1,265,163,355 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
abasinkanga | 0 | 0 | 100% | ||
aroseforepona | 0 | 290,175,739 | 100% | ||
professordote | 0 | 974,987,616 | 100% | ||
gustavoklein | 0 | 0 | 100% | ||
yangweilong | 0 | 0 | 100% |
i just upvoted
author | arvindgharde |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20171104t133903870z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-11-04 13:39:03 |
last_update | 2017-11-04 13:39:03 |
depth | 1 |
children | 0 |
last_payout | 2017-11-11 13:39:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 14 |
author_reputation | 66,443,460,774 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 19,435,416 |
net_rshares | 0 |
this guide rocks. thanks @thecryptofiend
author | askaboutcrypto |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20170625t155355771z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["thecryptofiend"],"app":"steemit/0.1"} |
created | 2017-06-25 15:53:48 |
last_update | 2017-06-25 15:53:48 |
depth | 1 |
children | 4 |
last_payout | 2017-07-02 15:53:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.250 HBD |
curator_payout_value | 0.003 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 40 |
author_reputation | 10,924,774,537 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,058,282 |
net_rshares | 23,830,592,637 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 22,483,694,958 | 1% | ||
aksinya | 0 | 877,642,557 | 1% | ||
middle-theory | 0 | 469,255,122 | 1% | ||
spiritualmax | 0 | 0 | 100% | ||
gustavoklein | 0 | 0 | 100% | ||
sandeshbhusal | 0 | 0 | 100% |
please up vote
author | mraza |
---|---|
permlink | re-askaboutcrypto-re-thecryptofiend-markdown-basics-for-beginners-20180104t054822217z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-01-04 05:48:21 |
last_update | 2018-01-04 05:48:21 |
depth | 2 |
children | 0 |
last_payout | 2018-01-11 05:48:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 14 |
author_reputation | 82,268,035,739 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 26,953,894 |
net_rshares | 0 |
You're welcome!
author | thecryptofiend |
---|---|
permlink | re-askaboutcrypto-re-thecryptofiend-markdown-basics-for-beginners-20170625t155616169z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-25 15:56:15 |
last_update | 2017-06-25 15:56:15 |
depth | 2 |
children | 2 |
last_payout | 2017-07-02 15:56:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 15 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,058,590 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gustavoklein | 0 | 0 | 100% |
btw, I am relatively new to steemit. Is there a way to save specific posts to like a bookmark section to have as quick reference? thanks
author | askaboutcrypto |
---|---|
permlink | re-thecryptofiend-re-askaboutcrypto-re-thecryptofiend-markdown-basics-for-beginners-20170625t155743210z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-25 15:57:36 |
last_update | 2017-06-25 15:57:36 |
depth | 3 |
children | 1 |
last_payout | 2017-07-02 15:57:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.240 HBD |
curator_payout_value | 0.013 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 136 |
author_reputation | 10,924,774,537 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,058,784 |
net_rshares | 23,830,592,637 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 22,483,694,958 | 1% | ||
aksinya | 0 | 877,642,557 | 1% | ||
middle-theory | 0 | 469,255,122 | 1% | ||
gustavoklein | 0 | 0 | 100% | ||
sandeshbhusal | 0 | 0 | 100% |
@autokjk70 입니다. 유용한 정보 잘 쓰겠습니다. 팔로우, 보팅하고 갑니다^^
author | autokjk70 |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20171228t060843170z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["autokjk70"],"app":"steemit/0.1"} |
created | 2017-12-28 06:08:45 |
last_update | 2017-12-28 06:08:45 |
depth | 1 |
children | 0 |
last_payout | 2018-01-04 06:08:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 47 |
author_reputation | 41,176,992,574,349 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 25,636,965 |
net_rshares | 448,847,800 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
autokjk70 | 0 | 448,847,800 | 100% |
Amazing post. Has all the information you need on how to format your steem posts. I will probably refer to it consistently.
author | avrdan |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20170829t095731814z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-08-29 09:57:30 |
last_update | 2017-08-29 09:57:30 |
depth | 1 |
children | 1 |
last_payout | 2017-09-05 09:57:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.126 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 123 |
author_reputation | 147,747,648,092 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,213,043 |
net_rshares | 35,535,623,667 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
avrdan | 0 | 35,535,623,667 | 100% | ||
gustavoklein | 0 | 0 | 100% |
Glad it is useful for you:)
author | thecryptofiend |
---|---|
permlink | re-avrdan-re-thecryptofiend-markdown-basics-for-beginners-20170829t114633917z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-08-29 11:46:33 |
last_update | 2017-08-29 11:46:33 |
depth | 2 |
children | 0 |
last_payout | 2017-09-05 11:46:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.062 HBD |
curator_payout_value | 0.020 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 27 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,220,818 |
net_rshares | 23,567,931,500 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
avrdan | 0 | 23,567,931,500 | 100% | ||
gustavoklein | 0 | 0 | 100% | ||
gustavopineda | 0 | 0 | 100% |
Completely new to all of this! This was very helpful! Thanks :)
author | ayarbrough |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20170609t110311260z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-09 11:03:12 |
last_update | 2017-06-09 11:03:12 |
depth | 1 |
children | 1 |
last_payout | 2017-06-16 11:03:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.091 HBD |
curator_payout_value | 0.027 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 63 |
author_reputation | 40,041,325,982 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,462,772 |
net_rshares | 38,339,336,846 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 36,372,884,283 | 5% | ||
aksinya | 0 | 1,000,245,526 | 5% | ||
middle-theory | 0 | 676,029,919 | 5% | ||
cantribute | 0 | 290,177,118 | 100% | ||
professordote | 0 | 0 | 100% | ||
gustavoklein | 0 | 0 | 100% |
You're welcome!
author | thecryptofiend |
---|---|
permlink | re-ayarbrough-re-thecryptofiend-markdown-basics-for-beginners-20170609t120947786z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-09 12:09:48 |
last_update | 2017-06-09 12:09:48 |
depth | 2 |
children | 0 |
last_payout | 2017-06-16 12:09:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 15 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,465,641 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
professordote | 0 | 0 | 100% | ||
gustavoklein | 0 | 0 | 100% |
# thank i learn a lot from this great post
author | ayudiarifki |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180408t183641584z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-04-08 18:36:51 |
last_update | 2018-04-08 18:36:51 |
depth | 1 |
children | 0 |
last_payout | 2018-04-15 18:36:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 42 |
author_reputation | 6,653,788,627 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 49,012,255 |
net_rshares | 0 |
oya.. i want to know how to justify a paragraph?
author | ayudiarifki |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180408t184010992z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-04-08 18:40:24 |
last_update | 2018-04-08 18:40:24 |
depth | 1 |
children | 0 |
last_payout | 2018-04-15 18:40:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 48 |
author_reputation | 6,653,788,627 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 49,012,703 |
net_rshares | 0 |
I am @bdsdeb starting a new blog here with @steemit. your post does help me for posting on my won steemit blog. thanks @thecryptofiend for this post.
author | bdsdeb |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180323t195854065z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["bdsdeb","steemit","thecryptofiend"],"app":"steemit/0.1"} |
created | 2018-03-23 19:59:03 |
last_update | 2018-03-23 19:59:03 |
depth | 1 |
children | 0 |
last_payout | 2018-03-30 19:59:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 149 |
author_reputation | 300,591,313 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,212,163 |
net_rshares | 0 |
thanks! that's useful :)
author | befaro |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180205t002148711z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-02-05 00:21:48 |
last_update | 2018-02-05 00:21:48 |
depth | 1 |
children | 0 |
last_payout | 2018-02-12 00:21:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 24 |
author_reputation | 3,494,244,971 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 35,010,123 |
net_rshares | 0 |
Thanks for the great advice. I have just started at Steemit and when I saw we use Markdown I didn't have a clue what it was. Your post provides a useful starting point to making our posts look good and takes a lot of the fear out of Markdown for new users. Cheers!
author | bestpossibleyou |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180301t214720089z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-03-01 21:47:21 |
last_update | 2018-03-01 21:48:09 |
depth | 1 |
children | 0 |
last_payout | 2018-03-08 21:47:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 269 |
author_reputation | 256,559,512 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 41,479,539 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
brenflag | 0 | 0 | 100% |
Every little info helps...this is a lot..thank you.
author | bhavnapatel68 |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20161014t231612378z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-10-14 23:16:15 |
last_update | 2016-10-14 23:16:15 |
depth | 1 |
children | 1 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 51 |
author_reputation | 4,976,629,087,476 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,536,378 |
net_rshares | 25,523,068,016 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 25,523,068,016 | 30% |
I'm glad for that, thank you for support:)
author | thecryptofiend |
---|---|
permlink | re-bhavnapatel68-re-thecryptofiend-markdown-basics-for-beginners-20161014t232420152z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-10-14 23:24:18 |
last_update | 2016-10-14 23:24:18 |
depth | 2 |
children | 0 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 42 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,536,431 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
hehee | 0 | 0 | 100% |
Thank you very much for this informative post that helps newbie like me in the steemit. I feel this post is very helpful for my steemit journey.
author | bicha |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180212t162758322z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-02-12 16:28:24 |
last_update | 2018-02-12 16:28:24 |
depth | 1 |
children | 0 |
last_payout | 2018-02-19 16:28:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 144 |
author_reputation | 753,384,947 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 36,975,021 |
net_rshares | 0 |
Thank you @thecryptofiend. This post is very helpful, and I believe for other budding steemians.
author | bolanlebolaji |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180131t100627324z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["thecryptofiend"],"app":"steemit/0.1"} |
created | 2018-01-31 10:06:39 |
last_update | 2018-01-31 10:06:39 |
depth | 1 |
children | 0 |
last_payout | 2018-02-07 10:06:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 96 |
author_reputation | 8,977,927,694 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 33,818,876 |
net_rshares | 0 |
스팀잇 가입후 첫 댓글입니다. 매우 유익한 도움이 되었습니다. 감사합니다. Thank you very much!
author | bongkyu |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20171126t031807809z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-11-26 03:18:15 |
last_update | 2017-11-26 03:19:33 |
depth | 1 |
children | 0 |
last_payout | 2017-12-03 03:18:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 62 |
author_reputation | 1,277,699,115 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 21,535,782 |
net_rshares | 0 |
Thanks @thecryptofiend!!! ,very helpful (Y) <3
author | braxtonadmin1 |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20170713t123500969z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["thecryptofiend"],"app":"steemit/0.1"} |
created | 2017-07-13 12:35:09 |
last_update | 2017-07-13 12:35:09 |
depth | 1 |
children | 0 |
last_payout | 2017-07-20 12:35:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.070 HBD |
curator_payout_value | 0.017 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 46 |
author_reputation | 537,643,479 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 8,335,513 |
net_rshares | 21,402,536,705 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 21,402,536,705 | 1% | ||
gustavoklein | 0 | 0 | 100% |
The crazy thing is I was upset when I saw the HTML link go away on the post editor. So instead of learning Markdown I started doing all my post in Bluefish which is an HTML editor. Then I copy that code into the post editor and it recognizes my HTML. I think it is tough to make the posts the way I want them if I'm just using the regular editor on here.
author | brianphobos |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20161015t010412941z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-10-15 01:04:12 |
last_update | 2016-10-15 01:04:12 |
depth | 1 |
children | 1 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 356 |
author_reputation | 172,078,876,436,480 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,536,933 |
net_rshares | 25,525,337,630 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 25,525,337,630 | 30% |
That's basically what I was doing before even though I knew how to use markdown and was using it for comments. The change has forced me to use markdown for my posts too and it is actually a lot easier and quicker than the html method. That said I was just typing out all the html into a text editor rather than automating the process in any way. I just find it works better for the way I think and write.
author | thecryptofiend |
---|---|
permlink | re-brianphobos-re-thecryptofiend-markdown-basics-for-beginners-20161015t011358353z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-10-15 01:13:57 |
last_update | 2016-10-15 01:13:57 |
depth | 2 |
children | 0 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 407 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,536,973 |
net_rshares | 0 |
Excellent, most helpful for someone just starting out.
author | capelight |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180505t204319425z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-05-05 20:43:18 |
last_update | 2018-05-05 20:43:18 |
depth | 1 |
children | 0 |
last_payout | 2018-05-12 20:43:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 54 |
author_reputation | 311,654,163,032 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 54,085,577 |
net_rshares | 0 |
Thank you very much, I have just subscribed and I am going to use your advice. Have a great day Carlotta
author | carlottafr |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20171211t130343804z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-12-11 13:03:42 |
last_update | 2017-12-11 13:03:42 |
depth | 1 |
children | 0 |
last_payout | 2017-12-18 13:03:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 106 |
author_reputation | 10,750,985,730 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,110,806 |
net_rshares | 0 |
Thank you for this introduction! I wish there was a way to do this with LaTeX.
author | carltoon |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180107t082626454z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-01-07 08:25:33 |
last_update | 2018-01-07 08:25:33 |
depth | 1 |
children | 0 |
last_payout | 2018-01-14 08:25:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 78 |
author_reputation | 571,310,488 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,711,918 |
net_rshares | 0 |
awesome these information took time reading but definitely worth it...Thank you so much
author | caution |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20170627t134611977z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-27 13:46:12 |
last_update | 2017-06-27 13:46:12 |
depth | 1 |
children | 0 |
last_payout | 2017-07-04 13:46:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.152 HBD |
curator_payout_value | 0.045 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 87 |
author_reputation | 4,239,217,322 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,332,349 |
net_rshares | 22,190,229,820 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 20,873,668,881 | 1% | ||
middle-theory | 0 | 469,255,122 | 1% | ||
caution | 0 | 847,305,817 | 100% | ||
parmesh | 0 | 0 | 100% | ||
gustavoklein | 0 | 0 | 100% | ||
sandeshbhusal | 0 | 0 | 100% |
Great post there @thecryptofiend This will help me a lot! :)
author | chadcrypto |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20161014t205018446z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["thecryptofiend"]} |
created | 2016-10-14 20:50:15 |
last_update | 2016-10-14 20:50:15 |
depth | 1 |
children | 1 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 60 |
author_reputation | 3,524,873,133,500 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,535,388 |
net_rshares | 29,776,787,053 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 29,776,787,053 | 30% |
Great glad it helps:)
author | thecryptofiend |
---|---|
permlink | re-chadcrypto-re-thecryptofiend-markdown-basics-for-beginners-20161014t211934077z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-10-14 21:19:33 |
last_update | 2016-10-14 21:19:33 |
depth | 2 |
children | 0 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 21 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,535,591 |
net_rshares | 0 |
Thanks for sharing! This very useful for new starters~
author | coolbee |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180418t100806854z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-04-18 10:09:21 |
last_update | 2018-04-18 10:09:21 |
depth | 1 |
children | 0 |
last_payout | 2018-04-25 10:09:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 54 |
author_reputation | 4,438,750,579 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,731,116 |
net_rshares | 0 |
You can add some navigation arrows to your post like this (for example when you want to post a series of photos): <center>https://steemitimages.com/256x512/https://steemitimages.com/DQmb8Y4v5ySdMpkpWPaekaqBGcwDBuhG5sL21tfbo21q2gs/santa%20cruz.png</center> <center>[<-Previous](https://steemit.com/photography/@crypticalias/photo-series-places-3) [Next->](https://steemit.com/photography/@crypticalias/photo-series-places-4)</center> Just copy this and replace the URLs: \<center>(URL2)\</center> \<center>\[<-Previous](URL1) \ \[Next->](URL3)\</center>
author | crypticalias |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180116t182828138z |
category | steemit |
json_metadata | {"tags":["steemit"],"image":["https://steemitimages.com/256x512/https://steemitimages.com/DQmb8Y4v5ySdMpkpWPaekaqBGcwDBuhG5sL21tfbo21q2gs/santa%20cruz.png"],"links":["https://steemit.com/photography/@crypticalias/photo-series-places-3","https://steemit.com/photography/@crypticalias/photo-series-places-4"],"app":"steemit/0.1"} |
created | 2018-01-16 18:28:27 |
last_update | 2018-01-16 18:28:27 |
depth | 1 |
children | 0 |
last_payout | 2018-01-23 18:28:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 567 |
author_reputation | 1,484,671,564,283 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 29,999,855 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gerasimsimov | 0 | 0 | 100% |
Thanks for the post, very informative for new users.
author | crypto-utopia |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180205t180532541z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-02-05 18:05:18 |
last_update | 2018-02-05 18:05:18 |
depth | 1 |
children | 0 |
last_payout | 2018-02-12 18:05:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 52 |
author_reputation | 18,193,637 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 35,201,387 |
net_rshares | 614,455,332 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
crypto-utopia | 0 | 614,455,332 | 100% |
Great tutorial! I think this will be helpful for a lot of people. I definitely prefer markdown over raw HTML. HTML allows more fine-tuned control, but it can be finicky to get it just right and it feels more clunky than the simpler markdown syntax. Markdown also makes it easy to establish and stick with a consistent style from post to post. Becoming proficient with it is something that every aspiring blogger should aim for!
author | cryptomancer |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20161015t040553809z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-10-15 04:05:54 |
last_update | 2016-10-15 04:05:54 |
depth | 1 |
children | 1 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 432 |
author_reputation | 27,995,620,368,012 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,537,726 |
net_rshares | 29,780,100,568 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 29,780,100,568 | 30% |
Thanks. Yes I definitely agree:)
author | thecryptofiend |
---|---|
permlink | re-cryptomancer-re-thecryptofiend-markdown-basics-for-beginners-20161015t130344243z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-10-15 13:03:42 |
last_update | 2016-10-15 13:03:42 |
depth | 2 |
children | 0 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 33 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,540,159 |
net_rshares | 21,032,624,309 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
cryptomancer | 0 | 21,032,624,309 | 100% |
thank you, this post helped so much!
author | daba |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180113t020511684z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-01-13 02:05:12 |
last_update | 2018-01-13 02:05:12 |
depth | 1 |
children | 0 |
last_payout | 2018-01-20 02:05:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 36 |
author_reputation | 118,312,298 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 29,130,263 |
net_rshares | 0 |
Thanks. Very useful article But I don't find guideline about alignment. Could you help?
author | daigv |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180630t082712682z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-06-30 08:27:15 |
last_update | 2018-06-30 08:27:15 |
depth | 1 |
children | 0 |
last_payout | 2018-07-07 08:27:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 87 |
author_reputation | 543,359,566 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 62,842,985 |
net_rshares | 263,590,431 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
lec | 0 | 263,590,431 | 1% |
Thanks this information was very helpful.
author | danlloyd |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180115t062347764z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-01-15 06:23:48 |
last_update | 2018-01-15 06:23:48 |
depth | 1 |
children | 0 |
last_payout | 2018-01-22 06:23:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 41 |
author_reputation | 115,773,223,185 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 29,632,515 |
net_rshares | 0 |
Great, bookmarked for future reference.
author | darthnava |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20161015t161856941z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-10-15 16:18:54 |
last_update | 2016-10-15 16:18:54 |
depth | 1 |
children | 1 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 39 |
author_reputation | 202,525,271,727,303 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,541,381 |
net_rshares | 30,165,563,648 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 25,642,400,260 | 30% | ||
darthnava | 0 | 4,523,163,388 | 100% | ||
professordote | 0 | 0 | 100% |
Thanks glad you found it helpful:)
author | thecryptofiend |
---|---|
permlink | re-darthnava-re-thecryptofiend-markdown-basics-for-beginners-20161015t162120339z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-10-15 16:21:18 |
last_update | 2016-10-15 16:21:18 |
depth | 2 |
children | 0 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 34 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,541,403 |
net_rshares | 0 |
Thank you so much that is very helpful!
author | dashfit |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20161014t210117129z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-10-14 21:01:21 |
last_update | 2016-10-14 21:01:21 |
depth | 1 |
children | 1 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 39 |
author_reputation | 2,997,042,098,775 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,535,461 |
net_rshares | 29,776,787,053 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 29,776,787,053 | 30% |
I'm glad it helps:)
author | thecryptofiend |
---|---|
permlink | re-dashfit-re-thecryptofiend-markdown-basics-for-beginners-20161014t212016146z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-10-14 21:20:15 |
last_update | 2016-10-14 21:20:15 |
depth | 2 |
children | 0 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 19 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,535,598 |
net_rshares | 0 |
Thank you, I just learned a few things!
author | daveks |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20161014t204936068z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-10-14 20:49:36 |
last_update | 2016-10-14 20:49:36 |
depth | 1 |
children | 1 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 39 |
author_reputation | 2,340,408,716,294,449 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,535,383 |
net_rshares | 29,776,787,053 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 29,776,787,053 | 30% |
Great. I'm glad you found it useful:)
author | thecryptofiend |
---|---|
permlink | re-daveks-re-thecryptofiend-markdown-basics-for-beginners-20161014t211805191z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-10-14 21:18:03 |
last_update | 2016-10-14 21:18:03 |
depth | 2 |
children | 0 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 38 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,535,574 |
net_rshares | 0 |
Gracias, es de mucha utilidad, no he buscado si existe esta informacion en mi idioma.
author | davidongo |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20170726t195242669z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-07-26 19:52:42 |
last_update | 2017-07-26 19:52:42 |
depth | 1 |
children | 0 |
last_payout | 2017-08-02 19:52:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.068 HBD |
curator_payout_value | 0.002 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 85 |
author_reputation | 9,014,577,489 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,832,620 |
net_rshares | 19,986,222,936 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 19,986,222,936 | 1% | ||
gustavoklein | 0 | 0 | 100% |
Thanks a lot for a really helpfull post!
author | davlikanov |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180627t034718847z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-06-27 03:47:21 |
last_update | 2018-06-27 03:47:21 |
depth | 1 |
children | 0 |
last_payout | 2018-07-04 03:47:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 40 |
author_reputation | 0 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 62,429,766 |
net_rshares | 0 |
Well worth the read, thanks!
author | dcardinal |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20170710t131409333z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-07-10 13:14:09 |
last_update | 2017-07-10 13:14:09 |
depth | 1 |
children | 0 |
last_payout | 2017-07-17 13:14:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.060 HBD |
curator_payout_value | 0.018 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 28 |
author_reputation | 362,232,691 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 7,984,668 |
net_rshares | 21,803,883,553 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 21,325,515,845 | 1% | ||
middle-theory | 0 | 478,367,708 | 1% | ||
gustavoklein | 0 | 0 | 100% |
Thank yo so much!
author | deepquestions |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20171120t205208870z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-11-20 20:52:15 |
last_update | 2017-11-20 20:52:15 |
depth | 1 |
children | 0 |
last_payout | 2017-11-27 20:52:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 17 |
author_reputation | 22,926,002,462 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 21,018,341 |
net_rshares | 0 |
You managed to write all that???🤔🤔🤔🤔
author | degem2priceless |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180303t123223452z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-03-03 12:26:30 |
last_update | 2018-03-03 12:26:30 |
depth | 1 |
children | 0 |
last_payout | 2018-03-10 12:26:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 36 |
author_reputation | 2,738,472,317 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 41,871,437 |
net_rshares | 0 |
Super helpful post! Thanks so much for the clear directions and excellent examples
author | demistevens |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180705t164037973z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-07-05 16:40:39 |
last_update | 2018-07-05 16:40:39 |
depth | 1 |
children | 1 |
last_payout | 2018-07-12 16:40:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 82 |
author_reputation | 7,266,932 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 63,548,022 |
net_rshares | 465,083,656 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
silabus | 0 | 465,083,656 | 100% |
Yeah this post is so helpful for people new to steem!
author | silabus |
---|---|
permlink | re-demistevens-re-thecryptofiend-markdown-basics-for-beginners-20180710t090840415z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-07-10 09:08:36 |
last_update | 2018-07-10 09:08:36 |
depth | 2 |
children | 0 |
last_payout | 2018-07-17 09:08:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 53 |
author_reputation | 1,913,938,894 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 64,136,273 |
net_rshares | 0 |
Great beginner guide. Thank you for making it easy and accessible to someone who has never done any formatting or coding.
author | docnoc |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20170802t170214524z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-08-02 17:02:15 |
last_update | 2017-08-02 17:02:15 |
depth | 1 |
children | 1 |
last_payout | 2017-08-09 17:02:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 121 |
author_reputation | 0 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,557,754 |
net_rshares | 0 |
You're welcome. Glad you found it useful.
author | thecryptofiend |
---|---|
permlink | re-docnoc-re-thecryptofiend-markdown-basics-for-beginners-20170802t171524472z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-08-02 17:15:15 |
last_update | 2017-08-02 17:15:15 |
depth | 2 |
children | 0 |
last_payout | 2017-08-09 17:15:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 42 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,558,884 |
net_rshares | 0 |
Thanks very much for this info! I was mixing html with the markdown since the last Steemiy update but this way is going to be definetely easier and faster. Resteeming 👍
author | dresden |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20161014t210320616z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-10-14 20:59:30 |
last_update | 2016-10-14 20:59:30 |
depth | 1 |
children | 3 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 168 |
author_reputation | 134,257,981,962,690 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,535,452 |
net_rshares | 34,140,528,702 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 29,776,787,053 | 30% | ||
jessamynorchard | 0 | 4,363,741,649 | 100% |
@dresden I've been doing the same thing. Thanks, @cryptofiend for this helpful helpfulness. The line breaks are going to be an especially big time saver for me, since I am an 100% mobile user, and those html tags don't flow as easily on my smartphone vs. computer. Thanks!
author | jessamynorchard |
---|---|
permlink | re-dresden-re-thecryptofiend-markdown-basics-for-beginners-20161015t041447042z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["dresden","cryptofiend"]} |
created | 2016-10-15 04:14:45 |
last_update | 2016-10-15 04:14:45 |
depth | 2 |
children | 0 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 272 |
author_reputation | 64,672,452,021,015 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,537,790 |
net_rshares | 30,227,343,525 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 29,780,111,462 | 30% | ||
dresden | 0 | 447,232,063 | 1% |
I think for some things like centering text you still need to use html but for everything else this is easier.
author | thecryptofiend |
---|---|
permlink | re-dresden-re-thecryptofiend-markdown-basics-for-beginners-20161014t211911618z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-10-14 21:19:12 |
last_update | 2016-10-14 21:19:12 |
depth | 2 |
children | 1 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 110 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,535,585 |
net_rshares | 9,763,351,346 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ace108 | 0 | 5,058,810,357 | 69% | ||
dresden | 0 | 447,232,063 | 1% | ||
jessamynorchard | 0 | 4,257,308,926 | 100% |
@jessamynorchard Thanks glad you find it useful. It is hard enough using those tags on desktop so I can only imagine how hard it is on mobile!
author | thecryptofiend |
---|---|
permlink | re-thecryptofiend-re-dresden-re-thecryptofiend-markdown-basics-for-beginners-20161015t131632961z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["jessamynorchard"]} |
created | 2016-10-15 13:16:33 |
last_update | 2016-10-15 13:17:06 |
depth | 3 |
children | 0 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 143 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,540,250 |
net_rshares | 0 |
maybe I missed it, but how exactly do you make the credits to other users? I don't want to get in trouble for stealing others' work
author | drpurdy |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180313t050954709z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-03-13 05:09:54 |
last_update | 2018-03-13 05:09:54 |
depth | 1 |
children | 0 |
last_payout | 2018-03-20 05:09:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 132 |
author_reputation | 0 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 44,059,154 |
net_rshares | 0 |
I'm not a tech person so I don't under all this much, but I'd like to come back to this post and try to learn more.
author | eatdrink-n-bmary |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180206t144241215z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-02-06 14:42:42 |
last_update | 2018-02-06 14:42:42 |
depth | 1 |
children | 0 |
last_payout | 2018-02-13 14:42:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 115 |
author_reputation | 83,201,863,966 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 35,421,354 |
net_rshares | 0 |
Is there a way to prevent steemit from embedding the whole video when you look YouTube? If tried submitting some feedback replies on videos with timestamps but the timestamp link always embeds the video in the middle of my sentences. How do I link a video without embedding it?
author | eazz |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180207t221753507z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-02-07 22:17:57 |
last_update | 2018-02-07 22:17:57 |
depth | 1 |
children | 0 |
last_payout | 2018-02-14 22:17:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 283 |
author_reputation | 23,993,676,216 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 35,762,248 |
net_rshares | 0 |
@thecryptofiend so there's actually that. New thing learned thanks a great lot!
author | englishtchrivy |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20161014t221612186z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["thecryptofiend"]} |
created | 2016-10-14 22:16:09 |
last_update | 2016-10-14 22:16:09 |
depth | 1 |
children | 1 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 80 |
author_reputation | 190,105,027,681,254 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,536,053 |
net_rshares | 25,523,058,653 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 25,523,058,653 | 30% |
Glad you like it:)
author | thecryptofiend |
---|---|
permlink | re-englishtchrivy-re-thecryptofiend-markdown-basics-for-beginners-20161014t225047317z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-10-14 22:50:45 |
last_update | 2016-10-14 22:50:45 |
depth | 2 |
children | 0 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 18 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,536,263 |
net_rshares | 7,305,514,195 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
englishtchrivy | 0 | 7,305,514,195 | 100% |
This is great! Thank you for such useful guide!
author | engzp |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20171114t043815188z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-11-14 04:37:30 |
last_update | 2017-11-14 04:37:30 |
depth | 1 |
children | 0 |
last_payout | 2017-11-21 04:37:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 47 |
author_reputation | 247,976,655,151 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,319,637 |
net_rshares | 0 |
Thanks -
author | enthle |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180118t134924545z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-01-18 13:49:27 |
last_update | 2018-01-18 13:49:27 |
depth | 1 |
children | 0 |
last_payout | 2018-01-25 13:49:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 8 |
author_reputation | 0 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 30,398,757 |
net_rshares | 0 |
Great post. But I saw some people posting pics right and text left. Kind of wrapping around. It was not a table, at least it didn't look like one. How could this be accomplished? e.g.: https://steemit.com/eos/@belerophon/coindesk-libels-dan-larimer
author | ericplays |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20171214t050801756z |
category | steemit |
json_metadata | {"tags":["steemit"],"links":["https://steemit.com/eos/@belerophon/coindesk-libels-dan-larimer"],"app":"steemit/0.1"} |
created | 2017-12-14 05:08:18 |
last_update | 2017-12-14 05:08:18 |
depth | 1 |
children | 0 |
last_payout | 2017-12-21 05:08:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 248 |
author_reputation | 1,185,670,607 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,451,991 |
net_rshares | 0 |
You call markdown _simple_ ? I don't even want to know what you consider complex. That said, thank you very much, Sincerely. I've figured out most of that. Although I still don't understand the image thing.
author | everittdmickey |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20161014t203051294z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-10-14 20:30:51 |
last_update | 2016-10-14 20:30:51 |
depth | 1 |
children | 4 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 207 |
author_reputation | 237,810,557,737,590 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,535,287 |
net_rshares | 29,449,156,366 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 29,449,156,366 | 30% |
It is once you get using it lol:) What don't you understand about the image thing?
author | thecryptofiend |
---|---|
permlink | re-everittdmickey-re-thecryptofiend-markdown-basics-for-beginners-20161014t203703238z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-10-14 20:37:03 |
last_update | 2016-10-14 20:37:03 |
depth | 2 |
children | 3 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 83 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,535,315 |
net_rshares | 4,363,741,649 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jessamynorchard | 0 | 4,363,741,649 | 100% |
dunno. If I understood what I don't understand I'd understand it. I don't see how this translates into this https://img1.steemit.com/0x0/https://i.imgsafe.org/12a5b86aee.png
author | everittdmickey |
---|---|
permlink | re-thecryptofiend-re-everittdmickey-re-thecryptofiend-markdown-basics-for-beginners-20161014t204029217z |
category | steemit |
json_metadata | {"tags":["steemit"],"image":["https://img1.steemit.com/0x0/https://i.imgsafe.org/12a5b86aee.png"]} |
created | 2016-10-14 20:40:30 |
last_update | 2016-10-14 20:45:51 |
depth | 3 |
children | 2 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 216 |
author_reputation | 237,810,557,737,590 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,535,335 |
net_rshares | 29,776,787,053 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 29,776,787,053 | 30% |
Thanks you @thecryptofiend for this informative post. I've ignored markdown, just keeping it basic with the editor to focus on the writing. But, it appears that the times are a changing and the opportunity to gain new skills has arrived. Thanks for making it more comprehensible and less intimidating. Off on the road to new discovery!!! UPvoted and resteemed. I'm already following you!!
author | everlove |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20161015t165911535z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["thecryptofiend"]} |
created | 2016-10-15 16:59:12 |
last_update | 2016-10-15 16:59:12 |
depth | 1 |
children | 1 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 394 |
author_reputation | 216,400,073,846,343 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,541,650 |
net_rshares | 25,643,311,602 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 25,643,311,602 | 30% |
Thanks for your support. I'm pleased you find it useful:)
author | thecryptofiend |
---|---|
permlink | re-everlove-re-thecryptofiend-markdown-basics-for-beginners-20161015t170430873z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-10-15 17:04:30 |
last_update | 2016-10-15 17:04:30 |
depth | 2 |
children | 0 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 58 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,541,692 |
net_rshares | 158,820,068 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
everlove | 0 | 158,820,068 | 1% |
Thank you for this post. It's helpful to see this kind of content as a beginner
author | eyala |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20171209t092429507z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-12-09 09:24:30 |
last_update | 2017-12-09 09:24:30 |
depth | 1 |
children | 0 |
last_payout | 2017-12-16 09:24:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 79 |
author_reputation | 1,010,245,501 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,864,519 |
net_rshares | 1,160,514,929 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
eyala | 0 | 1,160,514,929 | 100% |
So helpful. Thank you. Upvoted, I would resteem if I could but there doesn't seem to be the link.
author | eyeofthemind |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20171016t125039034z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-10-16 12:50:39 |
last_update | 2017-10-16 12:50:39 |
depth | 1 |
children | 0 |
last_payout | 2017-10-23 12:50:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 97 |
author_reputation | 43,213,486,374,961 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,821,427 |
net_rshares | 0 |
Thanks for the post. Wondering how to set the cover image in markdown?
author | fatman13 |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20171219t070547395z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-12-19 07:05:48 |
last_update | 2017-12-19 07:05:48 |
depth | 1 |
children | 0 |
last_payout | 2017-12-26 07:05:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 70 |
author_reputation | 845,786,370 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 24,143,007 |
net_rshares | 0 |
Very good post! I'm just getting started so it was really hepful!
author | fjmoraga |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180212t031815118z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-02-12 03:18:15 |
last_update | 2018-02-12 03:18:15 |
depth | 1 |
children | 0 |
last_payout | 2018-02-19 03:18:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 65 |
author_reputation | 927,048,291 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 36,822,128 |
net_rshares | 0 |
**Thanks** @fredkese is new here.....hope this *helps*
author | fredkese |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20171130t132418367z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["fredkese"],"app":"steemit/0.1"} |
created | 2017-11-30 13:25:09 |
last_update | 2017-11-30 13:25:09 |
depth | 1 |
children | 0 |
last_payout | 2017-12-07 13:25:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 54 |
author_reputation | 173,832,922,574,332 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 21,991,846 |
net_rshares | 0 |
Thanks. I needed that. I was a bit upset that the raw html editor was taken away actually
author | freeinthought |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20161014t221430694z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-10-14 22:14:36 |
last_update | 2016-10-14 22:14:36 |
depth | 1 |
children | 1 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 91 |
author_reputation | 22,398,729,497,952 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,536,047 |
net_rshares | 25,523,058,653 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 25,523,058,653 | 30% |
It's still there - you can use html the same as before - you just can't switch back and forth between the text editor and html/markdown. I still use html if I want to center an image but I find generally markdown is a lot quicker.
author | thecryptofiend |
---|---|
permlink | re-freeinthought-re-thecryptofiend-markdown-basics-for-beginners-20161014t225024072z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-10-14 22:50:24 |
last_update | 2016-10-14 22:50:24 |
depth | 2 |
children | 0 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 232 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,536,256 |
net_rshares | 3,931,446,365 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
freeinthought | 0 | 3,931,446,365 | 100% |
This is the post ive been looking for to make my post look clean. Thank you so much. It's too bad steemit just can't use HTML5 and CSS3.
author | funkyprimate |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20170825t093225363z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-08-25 09:32:24 |
last_update | 2017-08-25 09:32:24 |
depth | 1 |
children | 0 |
last_payout | 2017-09-01 09:32:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 136 |
author_reputation | 6,495,668,866 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,822,492 |
net_rshares | 0 |
Hey, great and informative post! I know it's been a while since it was published, but it is featured on the welcome page and maybe someone sees my comment and can help. I'm really new here (joined yesterday) and wanted to test the posting feature, using markdown. I clicked on the top-right option until markdown was selected, but as soon as I typed anything in the post message body, "raw html" was selected. If I deleted whatever I typed in, "markdown" got selected once again. Was I doing something wrong? Thanks in advance!
author | gadrian |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180131t091636744z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-01-31 09:16:39 |
last_update | 2018-01-31 09:16:39 |
depth | 1 |
children | 0 |
last_payout | 2018-02-07 09:16:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 530 |
author_reputation | 642,379,564,132,925 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 33,809,448 |
net_rshares | 0 |
Great way to get started. Thanks for the post. Just one question: **how do I link to a picture that is on my computer ?** [Appreciate the successful first markdown :) ]
author | gaetane |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180101t163137936z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-01-01 16:31:33 |
last_update | 2018-01-01 16:31:33 |
depth | 1 |
children | 0 |
last_payout | 2018-01-08 16:31:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 169 |
author_reputation | 0 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 26,396,055 |
net_rshares | 0 |
Thank you for helping with the preparation phase for posting. These has been really helpful. I will bookmark this page for reference. :)
author | gatmi |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20170521t045234909z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-05-21 04:52:45 |
last_update | 2017-05-21 04:52:45 |
depth | 1 |
children | 1 |
last_payout | 2017-05-28 04:52:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.056 HBD |
curator_payout_value | 0.017 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 136 |
author_reputation | 204,920,319,810 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,620,175 |
net_rshares | 44,982,891,356 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 42,894,752,964 | 5% | ||
aksinya | 0 | 1,056,891,928 | 5% | ||
middle-theory | 0 | 667,390,196 | 5% | ||
tincho | 0 | 363,856,268 | 5% | ||
thickman34 | 0 | 0 | 100% | ||
savy | 0 | 0 | 100% | ||
professordote | 0 | 0 | 100% | ||
gustavoklein | 0 | 0 | 100% |
Glad you found it useful!
author | thecryptofiend |
---|---|
permlink | re-gatmi-re-thecryptofiend-markdown-basics-for-beginners-20170521t115249051z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-05-21 11:52:48 |
last_update | 2017-05-21 11:52:48 |
depth | 2 |
children | 0 |
last_payout | 2017-05-28 11:52:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 25 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,627,106 |
net_rshares | 1,515,367,465 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gatmi | 0 | 1,515,367,465 | 100% | ||
savy | 0 | 0 | 100% | ||
professordote | 0 | 0 | 100% | ||
gustavoklein | 0 | 0 | 100% |
Merci. Thank you. Gracias. It's awesome i get this just after concluding an introduction to HTML/CSS
author | gdiazb |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180609t225344047z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-06-09 22:53:54 |
last_update | 2018-06-09 22:53:54 |
depth | 1 |
children | 0 |
last_payout | 2018-06-16 22:53:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 100 |
author_reputation | 0 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 60,059,578 |
net_rshares | 0 |
Thankz for the info...its very helpful for a newbie like me.
author | georgedicdiquin |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20170709t014012651z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-07-09 01:40:15 |
last_update | 2017-07-09 01:40:15 |
depth | 1 |
children | 0 |
last_payout | 2017-07-16 01:40:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.076 HBD |
curator_payout_value | 0.022 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 60 |
author_reputation | 1,471,076,079 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 7,815,087 |
net_rshares | 23,469,972,355 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 21,319,838,737 | 1% | ||
elgeko | 0 | 1,680,878,496 | 0.2% | ||
middle-theory | 0 | 469,255,122 | 1% | ||
gustavoklein | 0 | 0 | 100% |
Thank you! === ___ For beginners like me it will be really helpful!
author | gerasimsimov |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180128t210713507z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-01-28 21:07:12 |
last_update | 2018-01-28 21:14:48 |
depth | 1 |
children | 0 |
last_payout | 2018-02-04 21:07:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 67 |
author_reputation | 8,889,891,496 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 33,101,963 |
net_rshares | 494,643,199 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gerasimsimov | 0 | 494,643,199 | 100% |
@thecryptofriend Happy Holidays! This post is a great contribution for the steemit community, and to tell you the truth I have been learning markdowns just by action, by adding symbols just by coincidence. Its great I found it, it has for sure helped many new people here, it will certainly continue helping in the future. Anyway, the purpose of writing you this message today is more about another great quality post you made about **keeping the Steemit Account safe, and about changing the steemit master password** . I wanted to give you a big shout of appreciation for this great contribution! From all the posts I researched about this topic, I considered yours the best one to explain this. I also wanted to let you know I mentioned you in Chapter 4 of 11 of the full Steemit guide -- I created to help new users of steemit and new visitors, to learn as much as possible on steemit, and thus help them make their way on the platform. Here is a part of the mention I made about you: ----- Changing the initial (E) Master Password: Here are instuctions I found from @thecryptofiend to change your "Master Password", that once you do it, it will change all the other 4 passwords too: https://steemit.com/steemit/@thecryptofiend/a-quick-guide-to-how-keys-passwords-work-on-steem-and-steemit ----- I already published the first 4 chapters, and already got over 200 comments with questions and suggestions, and several needs from new visitors, minnows and new users on steemit, and other people that were already users for several months. 2 days ago, I posted **Chapter 4 of 11: Understanding How to Keep our Steemit and Steem Cryptocurrency Account Safe** - How to Use the 5 Different Passwords - This is part 4 of the 11 Chapters (Full Guide) to help new people make their way on the platform. Here is the link to this 4th Chapter/post: https://steemit.com/steem/@gold84/chapter-4-of-11-understanding-how-to-keep-our-steemit-and-steem-cryptocurrency-account-safe-how-to-use-the-5-different-passwords Looking forward to hear from you with your additions, knowledge and experience in any of the Chapters! Regards, @gold84
author | gold84 |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180105t202442786z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["thecryptofriend","thecryptofiend","gold84"],"links":["https://steemit.com/steemit/@thecryptofiend/a-quick-guide-to-how-keys-passwords-work-on-steem-and-steemit","https://steemit.com/steem/@gold84/chapter-4-of-11-understanding-how-to-keep-our-steemit-and-steem-cryptocurrency-account-safe-how-to-use-the-5-different-passwords"],"app":"steemit/0.1"} |
created | 2018-01-05 20:24:42 |
last_update | 2018-01-05 20:29:09 |
depth | 1 |
children | 2 |
last_payout | 2018-01-12 20:24:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.579 HBD |
curator_payout_value | 0.182 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 2,144 |
author_reputation | 20,903,401,478,476 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,363,370 |
net_rshares | 79,018,934,101 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gold84 | 0 | 77,858,450,032 | 100% | ||
nostone-unturned | 0 | 1,160,484,069 | 100% | ||
stylesteemer | 0 | 0 | 100% | ||
azurite | 0 | 0 | 100% | ||
douq | 0 | 0 | 100% | ||
satoshiroller | 0 | 0 | 100% | ||
sandeshbhusal | 0 | 0 | 100% | ||
songage | 0 | 0 | 100% | ||
sim427 | 0 | 0 | 100% | ||
chucksvapor | 0 | 0 | 100% |
Great article! very useful to structure my own ^_^
author | ferro |
---|---|
permlink | re-gold84-re-thecryptofiend-markdown-basics-for-beginners-20180115t035414193z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-01-15 03:54:21 |
last_update | 2018-01-15 03:54:21 |
depth | 2 |
children | 0 |
last_payout | 2018-01-22 03:54:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 50 |
author_reputation | 4,503,454,139 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 29,609,878 |
net_rshares | 0 |
Thank. I'm just getting started on this platform, and your markdown explanation will help jump start my content entry.
author | lonzaray |
---|---|
permlink | re-gold84-re-thecryptofiend-markdown-basics-for-beginners-20180401t003430109z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-04-01 00:34:36 |
last_update | 2018-04-01 00:34:36 |
depth | 2 |
children | 0 |
last_payout | 2018-04-08 00:34:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 118 |
author_reputation | 9,263,956 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 47,698,932 |
net_rshares | 0 |
Thank you for the great article @thecryptofiend!
author | grigoryovov |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20171025t052918142z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["thecryptofiend"],"app":"steemit/0.1"} |
created | 2017-10-25 05:29:21 |
last_update | 2017-10-25 05:29:21 |
depth | 1 |
children | 0 |
last_payout | 2017-11-01 05:29:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 48 |
author_reputation | 2,810,693,324 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,504,858 |
net_rshares | 0 |
Top stuff, man. A real help. Appreciate it. Reposted so I can refer to it when I need to.
author | groundbreaker |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20161019t221115699z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-10-19 22:11:21 |
last_update | 2016-10-19 22:11:21 |
depth | 1 |
children | 1 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 89 |
author_reputation | 143,287,482,954 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,576,806 |
net_rshares | 25,550,820,959 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 25,550,820,959 | 33% |
Thank you. I'm really pleased it is helping:)
author | thecryptofiend |
---|---|
permlink | re-groundbreaker-re-thecryptofiend-markdown-basics-for-beginners-20161019t224934955z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-10-19 22:49:33 |
last_update | 2016-10-19 22:49:33 |
depth | 2 |
children | 0 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 46 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,577,001 |
net_rshares | 0 |
Thanks for the heads up! Glad to have the help of a pro.
author | handsomegorgeous |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20171027t175635253z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-10-27 17:56:36 |
last_update | 2017-10-27 17:56:36 |
depth | 1 |
children | 0 |
last_payout | 2017-11-03 17:56:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 56 |
author_reputation | 0 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,711,800 |
net_rshares | 0 |
Extraordinary post! exceptionally educational - regardless I can't make sense of how to make a huge space between words on a similar line . Any assistance would be valued.
author | hasnainjutt |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20171004t144611250z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-10-04 14:46:15 |
last_update | 2017-10-04 14:46:15 |
depth | 1 |
children | 1 |
last_payout | 2017-10-11 14:46:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 171 |
author_reputation | 485,236,410 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,770,436 |
net_rshares | 1,143,175,799 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
hasnainjutt | 0 | 1,143,175,799 | 100% |
I don't think there is a way yet.
author | thecryptofiend |
---|---|
permlink | re-hasnainjutt-re-thecryptofiend-markdown-basics-for-beginners-20171008t140426453z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-10-08 14:04:27 |
last_update | 2017-10-08 14:04:27 |
depth | 2 |
children | 0 |
last_payout | 2017-10-15 14:04:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.368 HBD |
curator_payout_value | 0.121 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 33 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,106,321 |
net_rshares | 199,698,788,741 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pharesim | 0 | 103,326,848,708 | 0.25% | ||
englishtchrivy | 0 | 96,371,940,033 | 25% | ||
forybay9 | 0 | 0 | 100% |
Thank you. As beginner, this post is very helpful.
author | hazal |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20170718t015157280z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-07-18 01:49:57 |
last_update | 2017-07-18 01:49:57 |
depth | 1 |
children | 0 |
last_payout | 2017-07-25 01:49:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.084 HBD |
curator_payout_value | 0.026 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 51 |
author_reputation | 379,859,611 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 8,828,948 |
net_rshares | 21,989,678,693 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 21,471,482,184 | 1% | ||
middle-theory | 0 | 518,196,509 | 1% | ||
gustavoklein | 0 | 0 | 100% |
Thanks..I would be fumbling in the dark if not for this. Has saved me long long time.
author | hohum |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20171210t055220478z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-12-10 05:52:24 |
last_update | 2017-12-10 05:52:24 |
depth | 1 |
children | 0 |
last_payout | 2017-12-17 05:52:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 85 |
author_reputation | 1,562,336,248 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,960,777 |
net_rshares | 1,160,514,762 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
hohum | 0 | 1,160,514,762 | 100% |
Steempower.org not working!!...?
author | hohum |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20171210t055419033z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-12-10 05:54:21 |
last_update | 2017-12-10 05:54:21 |
depth | 1 |
children | 0 |
last_payout | 2017-12-17 05:54:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 32 |
author_reputation | 1,562,336,248 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,960,912 |
net_rshares | 0 |
Wow, I love this. I am a beginner and this is very useful. Thank you very much. I have learnt how to center my heading but then everything becomes centered and I dont know how to uncenter the sections that I do not want centered. Any advice on this would be appreciated. Great job, again.
author | honeysim |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180330t113752576z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-03-30 11:37:57 |
last_update | 2018-03-30 11:37:57 |
depth | 1 |
children | 0 |
last_payout | 2018-04-06 11:37:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 288 |
author_reputation | 437,640,648,068 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 47,439,916 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
tinycryptoblog | 0 | 0 | 100% | ||
brawn | 0 | 0 | 100% |
Great post. It was really helpful @thecrytofiend
author | icalistus |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180305t061604070z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["thecrytofiend"],"app":"steemit/0.1"} |
created | 2018-03-05 06:16:03 |
last_update | 2018-03-05 06:16:03 |
depth | 1 |
children | 0 |
last_payout | 2018-03-12 06:16:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 48 |
author_reputation | 0 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 42,301,512 |
net_rshares | 0 |
Great info thank you. This will help me have quality posts instead of plain boring text. Good examples as well. I will follow as my first! Just used the ** x 2 in this thank you as a test and the bold works perfectly. **Thank You.**
author | internetguru |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20171113t024302124z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-11-13 02:43:03 |
last_update | 2017-11-13 02:44:06 |
depth | 1 |
children | 0 |
last_payout | 2017-11-20 02:43:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 233 |
author_reputation | 5,347,348,438 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,206,427 |
net_rshares | 0 |
Thanks for the helpful post. I just made my first post recently, but I used Typora. I believe I was just in the regular editor, not the markdown editor, so my headings didn't turn out correctly. I'll follow your tips for next time.
author | inthecitylance |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180710t193558244z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-07-10 19:35:57 |
last_update | 2018-07-10 19:35:57 |
depth | 1 |
children | 0 |
last_payout | 2018-07-17 19:35:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 231 |
author_reputation | 48,158,655,957 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 64,199,823 |
net_rshares | 0 |
Thank you for your information :) I am a new steemian and @ithink this will help me a lot
author | ithink |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180106t171827049z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["ithink"],"app":"steemit/0.1"} |
created | 2018-01-06 17:18:27 |
last_update | 2018-01-06 17:18:27 |
depth | 1 |
children | 0 |
last_payout | 2018-01-13 17:18:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 89 |
author_reputation | 239,010,968 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,570,854 |
net_rshares | 1,160,485,946 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pcnihaoma | 0 | 1,160,485,946 | 100% |
Great post, seeing how to use markdown on steemIt is very useful
author | jahry |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20170830t085708495z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-08-30 08:57:09 |
last_update | 2017-08-30 08:57:09 |
depth | 1 |
children | 0 |
last_payout | 2017-09-06 08:57:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 64 |
author_reputation | 2,656,808,877 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,319,695 |
net_rshares | 0 |
This is going to be revisited often. Thank you! - brand new Steemian
author | jannieking |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20171002t185728503z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-10-02 18:57:30 |
last_update | 2017-10-02 18:57:30 |
depth | 1 |
children | 0 |
last_payout | 2017-10-09 18:57:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 69 |
author_reputation | 1,005,203,904 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,595,712 |
net_rshares | 0 |
Thank you so much for an excellent primer into "Markdown" basics. Quite helpful for newbies. Preesh!
author | jcapri |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20170802t184624200z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-08-02 18:46:24 |
last_update | 2017-08-02 18:46:24 |
depth | 1 |
children | 1 |
last_payout | 2017-08-09 18:46:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 100 |
author_reputation | 0 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,566,534 |
net_rshares | 0 |
Glad you found it useful!
author | thecryptofiend |
---|---|
permlink | re-jcapri-re-thecryptofiend-markdown-basics-for-beginners-20170802t191531459z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-08-02 19:15:21 |
last_update | 2017-08-02 19:15:21 |
depth | 2 |
children | 0 |
last_payout | 2017-08-09 19:15:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 25 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,568,925 |
net_rshares | 0 |
Danke für die sehr ausführliche Erklärung und den hilfreichen Links.
author | jeenger |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20171226t212433340z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-12-26 21:24:33 |
last_update | 2017-12-26 21:24:33 |
depth | 1 |
children | 0 |
last_payout | 2018-01-02 21:24:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.022 HBD |
curator_payout_value | 0.005 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 68 |
author_reputation | 68,408,306,882,638 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 25,404,453 |
net_rshares | 5,450,817,385 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
igel2017 | 0 | 5,450,817,385 | 100% |
It's so useful. Thanks!
author | jiafui |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20171217t071935417z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-12-17 07:19:36 |
last_update | 2017-12-17 07:19:36 |
depth | 1 |
children | 0 |
last_payout | 2017-12-24 07:19:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 23 |
author_reputation | 625,137,713,298 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,846,066 |
net_rshares | 0 |
i m not a good writer but this post will definitely help now i have an confidence to be an author
author | jigsindian |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180626t120728196z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-06-26 12:07:24 |
last_update | 2018-06-26 12:07:24 |
depth | 1 |
children | 0 |
last_payout | 2018-07-03 12:07:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 98 |
author_reputation | 2,326,222,213,761 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 62,337,457 |
net_rshares | 0 |
Thank you, so much easier than html!
author | jojijoji |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180424t092748454z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-04-24 09:27:51 |
last_update | 2018-04-24 09:27:51 |
depth | 1 |
children | 0 |
last_payout | 2018-05-01 09:27:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 36 |
author_reputation | 72,748,179,269 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 51,834,099 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jojijoji | 0 | 0 | 0% |
Thank you for this, I really needed a bit of guidance with this stuff so cheers.
author | jonjon1 |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20161015t225607934z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-10-15 22:56:09 |
last_update | 2016-10-15 22:56:09 |
depth | 1 |
children | 1 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 80 |
author_reputation | 17,527,662,487,998 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,544,133 |
net_rshares | 30,162,257,452 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 30,162,257,452 | 30% |
You're welcome. I'm glad you found it useful:)
author | thecryptofiend |
---|---|
permlink | re-jonjon1-re-thecryptofiend-markdown-basics-for-beginners-20161015t233703045z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-10-15 23:37:03 |
last_update | 2016-10-15 23:37:03 |
depth | 2 |
children | 0 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 47 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,544,387 |
net_rshares | 0 |
Great post! very informative - I still can't figure out how to make a large space between words on the same line . Any help would be appreciated.
author | jorlauski |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20170826t085735475z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-08-26 08:58:12 |
last_update | 2017-08-26 08:58:12 |
depth | 1 |
children | 13 |
last_payout | 2017-09-02 08:58:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.825 HBD |
curator_payout_value | 0.273 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 147 |
author_reputation | 5,148,851,596,910 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,916,385 |
net_rshares | 273,120,687,886 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thing-2 | 0 | 273,120,687,886 | 100% | ||
amairmasood | 0 | 0 | 100% | ||
wxzurd | 0 | 0 | 100% | ||
azeemsaddiqi | 0 | 0 | 100% | ||
zaida31 | 0 | 0 | 100% | ||
juha-mattih | 0 | 0 | 100% | ||
mostafamohsen | 0 | 0 | 100% | ||
handsomegorgeous | 0 | 0 | 100% | ||
vr46 | 0 | 0 | 100% | ||
jamesanto | 0 | 0 | 100% | ||
summitbreeze | 0 | 0 | 100% | ||
distilledsheep | 0 | 0 | 100% | ||
gustavoklein | 0 | 0 | 100% | ||
quiinaien | 0 | 0 | 100% | ||
nostone-unturned | 0 | 0 | 100% | ||
daedevils | 0 | 0 | 100% | ||
wilsenhc | 0 | 0 | 100% | ||
jaisalrap | 0 | 0 | 100% | ||
loool | 0 | 0 | 100% | ||
zimoch85 | 0 | 0 | 100% | ||
kakalin | 0 | 0 | 100% | ||
dwat | 0 | 0 | 0% | ||
lilyvirguez | 0 | 0 | 100% | ||
hpradtke | 0 | 0 | 100% | ||
jaisweet | 0 | 0 | 100% | ||
rechellomataro | 0 | 0 | 100% | ||
m0lok | 0 | 0 | 100% | ||
kiddady | 0 | 0 | 100% | ||
songage | 0 | 0 | 100% | ||
rogerlu | 0 | 0 | 100% | ||
spaldam | 0 | 0 | 100% | ||
sfturzo | 0 | 0 | 100% | ||
sirob | 0 | 0 | 100% | ||
jhostin00 | 0 | 0 | 100% | ||
albrown | 0 | 0 | 100% | ||
chetan1998 | 0 | 0 | 100% | ||
andype | 0 | 0 | 100% | ||
g-ijo | 0 | 0 | 0% |
Can you please tell me that how can i get paid and if I want to replace this money with cash how can i do that .......please answer this
author | azeemsaddiqi |
---|---|
permlink | re-jorlauski-re-thecryptofiend-markdown-basics-for-beginners-20171004t095635548z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-10-04 09:56:45 |
last_update | 2017-10-04 09:56:45 |
depth | 2 |
children | 1 |
last_payout | 2017-10-11 09:56:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 136 |
author_reputation | 18,134,130 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,748,886 |
net_rshares | 1,160,584,327 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
azeemsaddiqi | 0 | 1,160,584,327 | 100% | ||
distilledsheep | 0 | 0 | 100% | ||
gustavoklein | 0 | 0 | 100% | ||
ram01 | 0 | 0 | 100% |
not sure I understand the question - Steemit will automatically pay you every 7 days from the time you made a post - once that happens you can get your money "powering down" which is what they call it when you want to convert your steem - there are lots of posts and videos that go into more detail. I'm not sure exactly how to do it since I've never cashed out- I'm trying to convert all of my steem to steempower. Best of luck to you.
author | jorlauski |
---|---|
permlink | re-azeemsaddiqi-re-jorlauski-re-thecryptofiend-markdown-basics-for-beginners-20171005t165607452z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-10-05 16:56:06 |
last_update | 2017-10-05 16:56:06 |
depth | 3 |
children | 0 |
last_payout | 2017-10-12 16:56:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 437 |
author_reputation | 5,148,851,596,910 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,875,045 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
yashpalgoyal1304 | 0 | 0 | 100% | ||
handsomegorgeous | 0 | 0 | 100% | ||
distilledsheep | 0 | 0 | 100% | ||
spiritualmax | 0 | 0 | 100% | ||
gustavoklein | 0 | 0 | 100% | ||
juv79505 | 0 | 0 | 100% | ||
intofreelife | 0 | 0 | 100% | ||
idealhabits | 0 | 0 | 100% |
author | phaqlow |
---|---|
permlink | re-jorlauski-re-thecryptofiend-markdown-basics-for-beginners-20180118t083925271z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-01-18 08:39:27 |
last_update | 2018-01-18 08:39:27 |
depth | 2 |
children | 5 |
last_payout | 2018-01-25 08:39:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 38 |
author_reputation | 9,607,187 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 30,348,450 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
kylev | 0 | 0 | 100% | ||
uproar | 0 | 0 | 100% | ||
stoubord | 0 | 0 | 100% |
thanks - i use "& nbsp;" quite regularly - its good for making a new paragraph ... but if i want to make a space on the same line.. I should be able to use the space bar like in Word.... but no matter how manny spacs I put in ... steemit markdown defaults to ONE space... si I'm back to where I started and I never found a good answer to my question - so if anyone knows .. I would totally appreciate it.
author | jorlauski |
---|---|
permlink | re-phaqlow-re-jorlauski-re-thecryptofiend-markdown-basics-for-beginners-20180118t174231491z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-01-18 17:42:33 |
last_update | 2018-01-18 17:42:33 |
depth | 3 |
children | 4 |
last_payout | 2018-01-25 17:42:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 406 |
author_reputation | 5,148,851,596,910 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 30,444,835 |
net_rshares | 0 |
You just have to use multiple spaces I think.
author | thecryptofiend |
---|---|
permlink | re-jorlauski-re-thecryptofiend-markdown-basics-for-beginners-20170826t123131259z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-08-26 12:31:30 |
last_update | 2017-08-26 12:31:30 |
depth | 2 |
children | 4 |
last_payout | 2017-09-02 12:31:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 45 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,929,986 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
wxzurd | 0 | 0 | 100% | ||
handsomegorgeous | 0 | 0 | 100% | ||
distilledsheep | 0 | 0 | 100% | ||
gustavoklein | 0 | 0 | 100% | ||
dwat | 0 | 0 | 0% | ||
sayna | 0 | 0 | 100% | ||
jhostin00 | 0 | 0 | 100% | ||
chetan1998 | 0 | 0 | 100% | ||
andype | 0 | 0 | 100% |
Thanks.. but I've tried that and it only moved it over one space... back to square one
author | jorlauski |
---|---|
permlink | re-thecryptofiend-re-jorlauski-re-thecryptofiend-markdown-basics-for-beginners-20170827t101914752z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-08-27 10:19:33 |
last_update | 2017-08-27 10:19:33 |
depth | 3 |
children | 3 |
last_payout | 2017-09-03 10:19:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 86 |
author_reputation | 5,148,851,596,910 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,012,737 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
wxzurd | 0 | 0 | 100% | ||
handsomegorgeous | 0 | 0 | 100% | ||
distilledsheep | 0 | 0 | 100% | ||
miakamaul | 0 | 0 | 100% | ||
gustavoklein | 0 | 0 | 100% |
## thanks to everyone for your help - I wnert back and tried the & n b sp ; in the middle of the line and it worked - for some reason , I thought it was only for breaking space to a new paragraph....i never know it could make a space in a line - how cray is that? I've written entire websites in HTML without know that! thaks again to everyone
author | jorlauski |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180118t174901968z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-01-18 17:49:03 |
last_update | 2018-01-18 17:49:03 |
depth | 1 |
children | 0 |
last_payout | 2018-01-25 17:49:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 346 |
author_reputation | 5,148,851,596,910 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 30,446,042 |
net_rshares | 0 |
I found this post very helpful! Thank you for sharing!
author | joselyn-ism |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180212t062721560z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-02-12 06:27:21 |
last_update | 2018-02-12 06:27:21 |
depth | 1 |
children | 0 |
last_payout | 2018-02-19 06:27:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 55 |
author_reputation | 4,002,128,633 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 36,856,294 |
net_rshares | 0 |
Very helpful.
author | joshuanaabu |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180120t155448132z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-01-20 15:54:57 |
last_update | 2018-01-20 15:54:57 |
depth | 1 |
children | 0 |
last_payout | 2018-01-27 15:54:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 13 |
author_reputation | 55,231,600,807 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 30,893,396 |
net_rshares | 0 |
Thanks for this tutorial, much appreciated. Thanks to you my first post doesn't look like a complete trainwreck but somewhat esthetic :D Do you happen to know if it's possible to alter the size of an uploaded image?
author | justjay |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180111t172833790z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-01-11 17:28:33 |
last_update | 2018-01-11 17:28:33 |
depth | 1 |
children | 0 |
last_payout | 2018-01-18 17:28:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 215 |
author_reputation | 4,158,295,473 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 28,806,026 |
net_rshares | 0 |
Thank you for this post! Very helpful! I am resteeming it!
author | juv79505 |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20171227t004522720z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-12-27 00:45:24 |
last_update | 2017-12-27 00:45:24 |
depth | 1 |
children | 0 |
last_payout | 2018-01-03 00:45:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 58 |
author_reputation | 572,899,102,114 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 25,426,682 |
net_rshares | 0 |
Very helpful. Will follow while creating my first post. :)
author | kaizokush |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20170624t153955474z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-24 15:39:57 |
last_update | 2017-06-24 15:39:57 |
depth | 1 |
children | 1 |
last_payout | 2017-07-01 15:39:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.206 HBD |
curator_payout_value | 0.063 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 58 |
author_reputation | 9,923,295,592 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,923,632 |
net_rshares | 23,781,562,218 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 22,434,664,539 | 1% | ||
aksinya | 0 | 877,642,557 | 1% | ||
middle-theory | 0 | 469,255,122 | 1% | ||
gustavoklein | 0 | 0 | 100% |
Cool thank you!
author | thecryptofiend |
---|---|
permlink | re-kaizokush-re-thecryptofiend-markdown-basics-for-beginners-20170624t162618855z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-24 16:26:18 |
last_update | 2017-06-24 16:26:18 |
depth | 2 |
children | 0 |
last_payout | 2017-07-01 16:26:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 15 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,928,938 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gustavoklein | 0 | 0 | 100% |
thanks for the tips. takes a bit of getting used to this :)
author | kalachuchi |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20170620t134841932z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-20 13:48:42 |
last_update | 2017-06-20 13:48:42 |
depth | 1 |
children | 1 |
last_payout | 2017-06-27 13:48:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.034 HBD |
curator_payout_value | 0.006 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 59 |
author_reputation | 513,331,995 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,351,774 |
net_rshares | 2,345,708,481 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 0 | 0% | ||
abasinkanga | 0 | 0 | 100% | ||
aksinya | 0 | 937,444,746 | 1% | ||
middle-theory | 0 | 450,686,612 | 1% | ||
professordote | 0 | 957,577,123 | 100% | ||
gustavoklein | 0 | 0 | 100% |
You're welcome!
author | thecryptofiend |
---|---|
permlink | re-kalachuchi-re-thecryptofiend-markdown-basics-for-beginners-20170620t151509758z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-20 15:15:09 |
last_update | 2017-06-20 15:15:09 |
depth | 2 |
children | 0 |
last_payout | 2017-06-27 15:15:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 15 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,359,178 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
abasinkanga | 0 | 0 | 100% | ||
nashaat | 0 | 0 | 100% | ||
gustavoklein | 0 | 0 | 100% |
Thank you very much! Very helpful to a slow beginner like me. I upvoted and follow your amazingly varied outputs!
author | kaminchan |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20170707t104949943z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-07-07 10:50:03 |
last_update | 2017-07-07 10:50:03 |
depth | 1 |
children | 0 |
last_payout | 2017-07-14 10:50:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.074 HBD |
curator_payout_value | 0.023 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 114 |
author_reputation | 551,433,449,481,874 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 7,629,130 |
net_rshares | 21,275,403,236 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 21,275,403,236 | 1% | ||
gustavoklein | 0 | 0 | 100% |
Very helpful thank you and I got to the beautiful kittens, :)
author | karenb54 |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20161014t203140781z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-10-14 20:31:51 |
last_update | 2016-10-14 20:31:51 |
depth | 1 |
children | 1 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 61 |
author_reputation | 710,248,469,948,701 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,535,291 |
net_rshares | 36,068,582,314 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 29,449,156,366 | 30% | ||
karenb54 | 0 | 6,619,425,948 | 100% | ||
thickman34 | 0 | 0 | 100% |
Thanks:)
author | thecryptofiend |
---|---|
permlink | re-karenb54-re-thecryptofiend-markdown-basics-for-beginners-20161014t203724337z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-10-14 20:37:24 |
last_update | 2016-10-14 20:37:24 |
depth | 2 |
children | 0 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 8 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,535,317 |
net_rshares | 0 |
Thanks for the article!
author | katilicous |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180223t055055682z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-02-23 05:50:57 |
last_update | 2018-02-23 05:50:57 |
depth | 1 |
children | 0 |
last_payout | 2018-03-02 05:50:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 24 |
author_reputation | 0 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 39,784,460 |
net_rshares | 0 |
Thanks for this super useful post...just what a beginner like me needs!
author | kayshava |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20171112t015810820z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-11-12 01:58:12 |
last_update | 2017-11-12 01:58:12 |
depth | 1 |
children | 0 |
last_payout | 2017-11-19 01:58:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 71 |
author_reputation | 0 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,104,040 |
net_rshares | 0 |
Is there a way I can edit my posts after posting?
author | khalilthecat |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180208t080154137z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-02-08 08:02:00 |
last_update | 2018-02-08 08:02:00 |
depth | 1 |
children | 0 |
last_payout | 2018-02-15 08:02:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 49 |
author_reputation | 3,546,883,823 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 35,861,160 |
net_rshares | 0 |
Yaaaaaaaaaas!!! This was of great help! Cheers
author | khanfu |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20170706t164722989z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-07-06 15:48:45 |
last_update | 2017-07-06 15:48:45 |
depth | 1 |
children | 0 |
last_payout | 2017-07-13 15:48:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.100 HBD |
curator_payout_value | 0.002 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 46 |
author_reputation | 10,898,158,347 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 7,535,278 |
net_rshares | 21,272,057,322 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 21,272,057,322 | 1% | ||
gustavoklein | 0 | 0 | 100% |
How is it that you were able to start a paragraph in a line right below a heading? My formatting keeps making a hardbreak (empty line) under my headings no matter what I do :(
author | kharma.scribbles |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20190122t235809615z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2019-01-22 23:58:15 |
last_update | 2019-01-22 23:58:15 |
depth | 1 |
children | 0 |
last_payout | 2019-01-29 23:58:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 176 |
author_reputation | 4,988,835,934,532 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 78,787,527 |
net_rshares | 0 |
I just got 2 more content creators to join. I will link this post to them. Good post, Thanks.
author | kiddarko |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20161015t005307846z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-10-15 00:53:09 |
last_update | 2016-10-15 00:53:09 |
depth | 1 |
children | 1 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 93 |
author_reputation | 68,976,091,570,895 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,536,886 |
net_rshares | 25,523,086,740 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 25,523,086,740 | 30% |
Thank you for your efforts for Steemit. Glad you are finding this useful too:)
author | thecryptofiend |
---|---|
permlink | re-kiddarko-re-thecryptofiend-markdown-basics-for-beginners-20161015t005605741z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-10-15 00:56:06 |
last_update | 2016-10-15 00:56:06 |
depth | 2 |
children | 0 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 79 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,536,897 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
lightmatters | 0 | 0 | 100% |
From a true newbie, thank you for your informative content. I am also interested in photography, polymer clay, and cryptocurrency as my boyfriend has been mining for a long time.
author | ladyartist |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180211t142111914z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-02-11 14:21:12 |
last_update | 2018-02-11 14:21:12 |
depth | 1 |
children | 0 |
last_payout | 2018-02-18 14:21:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 179 |
author_reputation | 1,350,156,924 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 36,682,154 |
net_rshares | 0 |
Thank you. These are very helpful!
author | lancyboi |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180918t185410252z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-09-18 18:54:09 |
last_update | 2018-09-18 18:54:09 |
depth | 1 |
children | 0 |
last_payout | 2018-09-25 18:54:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 34 |
author_reputation | 29,291,390,008 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 71,609,051 |
net_rshares | 0 |
Very useful !!!
author | lasal |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180112t110553368z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-01-12 11:05:54 |
last_update | 2018-01-12 11:05:54 |
depth | 1 |
children | 0 |
last_payout | 2018-01-19 11:05:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 15 |
author_reputation | 0 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 28,978,327 |
net_rshares | 0 |
I found some of it helpful but still struggling, I have mental problems so don't judge me too harshly.
author | lazaronn |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20171201t013324899z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-12-01 01:33:30 |
last_update | 2017-12-01 01:33:30 |
depth | 1 |
children | 0 |
last_payout | 2017-12-08 01:33:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 102 |
author_reputation | 2,082,043,575 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,046,861 |
net_rshares | 0 |
Good Work :)
author | letusshare |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20170801t063640953z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-08-01 06:36:42 |
last_update | 2017-08-01 06:36:42 |
depth | 1 |
children | 1 |
last_payout | 2017-08-08 06:36:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 12 |
author_reputation | 54,005,269 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,392,062 |
net_rshares | 0 |
Thank you:)
author | thecryptofiend |
---|---|
permlink | re-letusshare-re-thecryptofiend-markdown-basics-for-beginners-20170801t103518241z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-08-01 10:35:12 |
last_update | 2017-08-01 10:35:12 |
depth | 2 |
children | 0 |
last_payout | 2017-08-08 10:35:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 11 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,408,390 |
net_rshares | 0 |
This post has been linked to from another place on Steem. - [Advanced Steem Metrics Report for 14th October 2016](https://steemit.com/stats/@ontofractal/advanced-steem-metrics-report-for-14th-october-2016) by @ontofractal Learn more about [**linkback bot v0.4**](https://steemit.com/steem/@ontofractal/steem-linkback-bot-v0-4-released). Upvote if you want the bot to continue posting linkbacks for your posts. Flag if otherwise. Built by @ontofractal
author | linkback-bot-v0 |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-linkbacks |
category | steemit |
json_metadata | {} |
created | 2016-10-15 18:50:15 |
last_update | 2016-10-15 18:50:15 |
depth | 1 |
children | 1 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 458 |
author_reputation | 1,915,954,976,722 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,542,350 |
net_rshares | 30,161,113,756 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 30,161,113,756 | 30% |
Thank you:)
author | thecryptofiend |
---|---|
permlink | re-linkback-bot-v0-re-thecryptofiend-markdown-basics-for-beginners-linkbacks-20161015t200454738z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-10-15 20:04:54 |
last_update | 2016-10-15 20:04:54 |
depth | 2 |
children | 0 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 11 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,542,983 |
net_rshares | 0 |
great blog, really a big help for newbie like me, thanks :)
author | lookup354 |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20161017t180517866z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-10-17 18:06:48 |
last_update | 2016-10-17 18:06:48 |
depth | 1 |
children | 1 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 59 |
author_reputation | 2,068,302,209 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,557,734 |
net_rshares | 26,251,763,010 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 26,251,763,010 | 29% |
Thank you. I'm happy you found it useful. Let me know if there is anything else you would like me to cover:)
author | thecryptofiend |
---|---|
permlink | re-lookup354-re-thecryptofiend-markdown-basics-for-beginners-20161017t192532406z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-10-17 19:25:33 |
last_update | 2016-10-17 19:25:33 |
depth | 2 |
children | 0 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 110 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,558,390 |
net_rshares | 0 |
Wow, nice post! I learned a much and it will hopefully help me to write better Posts.
author | lordlee |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180119t220539952z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-01-19 22:05:39 |
last_update | 2018-01-19 22:05:39 |
depth | 1 |
children | 0 |
last_payout | 2018-01-26 22:05:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 85 |
author_reputation | 82,761,761 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 30,720,241 |
net_rshares | 0 |
Excelente acabo de entrar en Steemit y este post me sera muy útil. Muchas Gracias
author | luisfervzla |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20171019t113103237z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-10-19 11:31:09 |
last_update | 2017-10-19 11:31:09 |
depth | 1 |
children | 0 |
last_payout | 2017-10-26 11:31:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 81 |
author_reputation | 0 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,047,623 |
net_rshares | 0 |
Thank you, very helpful!
author | ma8trix |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20171228t135554282z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-12-28 13:55:42 |
last_update | 2017-12-28 13:55:42 |
depth | 1 |
children | 0 |
last_payout | 2018-01-04 13:55:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.401 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 24 |
author_reputation | 299,244,601,106 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 25,692,673 |
net_rshares | 33,758,419,023 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ma8trix | 0 | 33,758,419,023 | 100% | ||
sandeshbhusal | 0 | 0 | 100% |
This was literally the first post I read here and it was extremely helpful thank you so much
author | mahmoud-shafik |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20171228t161843245z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-12-28 16:18:48 |
last_update | 2017-12-28 16:18:48 |
depth | 1 |
children | 0 |
last_payout | 2018-01-04 16:18:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 92 |
author_reputation | 83,839,554,018 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 25,715,728 |
net_rshares | 0 |
Thanks for those really useful tips. I'm new to steemit and have never used mark down before,so I really appreciate all the time and effort you have put into it,in my opion a "must read " for beginers. (I'm going to practice mark down now)
author | makrotheblack |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20170701t101904873z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-07-01 10:19:06 |
last_update | 2017-07-01 10:19:06 |
depth | 1 |
children | 0 |
last_payout | 2017-07-08 10:19:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.136 HBD |
curator_payout_value | 0.043 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 242 |
author_reputation | 319,818,388,314 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,873,235 |
net_rshares | 21,530,145,168 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 21,060,890,046 | 1% | ||
middle-theory | 0 | 469,255,122 | 1% | ||
makrotheblack | 0 | 0 | 0% | ||
koekan | 0 | 0 | 100% | ||
gustavoklein | 0 | 0 | 100% | ||
nostone-unturned | 0 | 0 | 100% | ||
gbemmie | 0 | 0 | 100% |
Hi @thecryptofiend, this is a big help to a newbie like me. Thanks much!
author | maninmeanders |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180319t051244064z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["thecryptofiend"],"app":"steemit/0.1"} |
created | 2018-03-19 05:12:18 |
last_update | 2018-03-19 05:12:18 |
depth | 1 |
children | 0 |
last_payout | 2018-03-26 05:12:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 72 |
author_reputation | 30,732,990,892 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 45,270,592 |
net_rshares | 0 |
Thank you soo much for the post for teaching all the basics to write a good content.....this post is really really helpful for the beginning like me......thank you again
author | maryahoc |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180217t124908610z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-02-17 12:49:15 |
last_update | 2018-02-17 12:49:15 |
depth | 1 |
children | 0 |
last_payout | 2018-02-24 12:49:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 169 |
author_reputation | 119,489,472,512 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 38,249,998 |
net_rshares | 2,279,574,381 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
kekhrie | 0 | 2,199,148,178 | 100% | ||
maryahoc | 0 | 80,426,203 | 100% |
Oh! I did my first post 2 days ago and had few stupid question. This article explains everything with all necessary details. Thank you!
author | marynetta |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20161014t221825094z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-10-14 22:18:27 |
last_update | 2016-10-14 22:18:27 |
depth | 1 |
children | 1 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 136 |
author_reputation | 140,596,382,201 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,536,069 |
net_rshares | 25,523,058,653 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 25,523,058,653 | 30% |
Thanks glad it is useful for you:)
author | thecryptofiend |
---|---|
permlink | re-marynetta-re-thecryptofiend-markdown-basics-for-beginners-20161014t225113425z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-10-14 22:51:12 |
last_update | 2016-10-14 22:51:12 |
depth | 2 |
children | 0 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 34 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,536,266 |
net_rshares | 0 |
Nice one! Might have to read it one or two more to understand it all! ;-) I´m totally new here, anyone got any suggestions where or how to start?? Thanks for the post!!
author | masterchief117 |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20170901t143505936z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-09-01 14:35:06 |
last_update | 2017-09-01 14:35:06 |
depth | 1 |
children | 1 |
last_payout | 2017-09-08 14:35:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 168 |
author_reputation | 0 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,557,965 |
net_rshares | 0 |
Use the Steemithelp link at the end of the post.
author | thecryptofiend |
---|---|
permlink | re-masterchief117-re-thecryptofiend-markdown-basics-for-beginners-20170901t143734969z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-09-01 14:37:36 |
last_update | 2017-09-01 14:37:36 |
depth | 2 |
children | 0 |
last_payout | 2017-09-08 14:37:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 48 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,558,195 |
net_rshares | 0 |
By far the best tutorial out there- I have this bookmarked have referenced it so many times! Thank you!
author | melissajarquin |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180322t191257841z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-03-22 19:12:57 |
last_update | 2018-03-22 19:12:57 |
depth | 1 |
children | 0 |
last_payout | 2018-03-29 19:12:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 103 |
author_reputation | 154,953,424,748 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,007,377 |
net_rshares | 0 |
Great post !
author | michelleh82 |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20161015t031337001z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-10-15 03:13:36 |
last_update | 2016-10-15 03:13:36 |
depth | 1 |
children | 1 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 12 |
author_reputation | 11,260,386,730,882 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,537,506 |
net_rshares | 29,780,100,568 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 29,780,100,568 | 30% | ||
jaxstarszy88 | 0 | 0 | 100% |
Thank you:)
author | thecryptofiend |
---|---|
permlink | re-michelleh82-re-thecryptofiend-markdown-basics-for-beginners-20161015t130250483z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-10-15 13:02:48 |
last_update | 2016-10-15 13:02:48 |
depth | 2 |
children | 0 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 11 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,540,153 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jaxstarszy88 | 0 | 0 | 100% |
Thanks for the useful information!🙂
author | midnightviola |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20170915t005719475z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-09-15 00:57:21 |
last_update | 2017-09-15 00:57:21 |
depth | 1 |
children | 0 |
last_payout | 2017-09-22 00:57:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 35 |
author_reputation | 649,971,661,851 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 14,917,130 |
net_rshares | 0 |
I think Markdown miss text alignment and photos too, Is that right?
author | mohyeh |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20170630t155436433z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-30 15:54:39 |
last_update | 2017-06-30 15:54:39 |
depth | 1 |
children | 2 |
last_payout | 2017-07-07 15:54:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 67 |
author_reputation | 4,155,142,440 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,777,288 |
net_rshares | 0 |
<center>xxx</center> <center>xxx</center>
author | leponyanasd |
---|---|
permlink | re-mohyeh-re-thecryptofiend-markdown-basics-for-beginners-20170825t105945196z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-08-25 10:59:42 |
last_update | 2017-08-25 10:59:42 |
depth | 2 |
children | 0 |
last_payout | 2017-09-01 10:59:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 53 |
author_reputation | 3,166,924,882 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,828,469 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jaxstarszy88 | 0 | 0 | 100% |
I don't understand the question.
author | thecryptofiend |
---|---|
permlink | re-mohyeh-re-thecryptofiend-markdown-basics-for-beginners-20170630t160935701z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-30 16:09:36 |
last_update | 2017-06-30 16:09:36 |
depth | 2 |
children | 0 |
last_payout | 2017-07-07 16:09:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 32 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,778,823 |
net_rshares | 0 |
Thank you so much for this, I have bookmarked and will be returning.
author | mysixtypluslife |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20170701t061641671z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-07-01 06:16:42 |
last_update | 2017-07-01 06:16:42 |
depth | 1 |
children | 1 |
last_payout | 2017-07-08 06:16:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.134 HBD |
curator_payout_value | 0.043 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 68 |
author_reputation | 39,470,087,721 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,855,111 |
net_rshares | 21,060,890,046 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 21,060,890,046 | 1% | ||
mraza | 0 | 0 | 100% | ||
gustavoklein | 0 | 0 | 100% |
please up vote
author | mraza |
---|---|
permlink | re-mysixtypluslife-re-thecryptofiend-markdown-basics-for-beginners-20180104t054643791z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-01-04 05:46:45 |
last_update | 2018-01-04 05:46:45 |
depth | 2 |
children | 0 |
last_payout | 2018-01-11 05:46:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 14 |
author_reputation | 82,268,035,739 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 26,953,646 |
net_rshares | 0 |
Thank you for sharing..! Being new to Steemit, this is very helpful for me to actually do an intro post now...!
author | nathanhearns |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20170810t233144943z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-08-10 23:31:45 |
last_update | 2017-08-10 23:31:45 |
depth | 1 |
children | 1 |
last_payout | 2017-08-17 23:31:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 111 |
author_reputation | 1,113,379,343 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,446,463 |
net_rshares | 0 |
You're welcome!
author | thecryptofiend |
---|---|
permlink | re-nathanhearns-re-thecryptofiend-markdown-basics-for-beginners-20170810t234855549z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-08-10 23:48:51 |
last_update | 2017-08-10 23:48:51 |
depth | 2 |
children | 0 |
last_payout | 2017-08-17 23:48:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 15 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,447,542 |
net_rshares | 0 |
this is still intimidating simply because it seems so time consuming. I will try it out fully though at some point and am grateful for your detailed instructions that will guide me through!
author | natureofbeing |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20161015t013535079z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-10-15 01:35:33 |
last_update | 2016-10-15 01:35:33 |
depth | 1 |
children | 1 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 189 |
author_reputation | 99,245,337,512,310 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,537,072 |
net_rshares | 25,525,337,630 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 25,525,337,630 | 30% | ||
jaxstarszy88 | 0 | 0 | 100% |
Yes it can seem that way but once you start doing it you will pick it up very quickly and it is a lot faster than using html tags.
author | thecryptofiend |
---|---|
permlink | re-natureofbeing-re-thecryptofiend-markdown-basics-for-beginners-20161015t022957738z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-10-15 02:29:57 |
last_update | 2016-10-15 02:29:57 |
depth | 2 |
children | 0 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 130 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,537,328 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jaxstarszy88 | 0 | 0 | 100% |
thanks, i will try it,
author | ndg1pu |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180707t084650882z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-07-07 08:46:36 |
last_update | 2018-07-07 08:46:36 |
depth | 1 |
children | 0 |
last_payout | 2018-07-14 08:46:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 22 |
author_reputation | -11,588,377,223 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 63,755,989 |
net_rshares | 0 |
This was just the kind of information that I was looking for as a newbie to this system. I wrote my first post yesterday and was thinking about where they have given the options for formatting a text. This is a very informative and useful article. Thanks!
author | neerajmotivation |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180611t060059274z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-06-11 05:57:21 |
last_update | 2018-06-11 05:57:21 |
depth | 1 |
children | 0 |
last_payout | 2018-06-18 05:57:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 256 |
author_reputation | 49,787,746,465 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 60,246,694 |
net_rshares | 0 |
Thank you for your time writing this wonderful post. Do you know if it works with mobile site?
author | nergal09 |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180607t031849292z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-06-07 03:19:03 |
last_update | 2018-06-07 03:19:03 |
depth | 1 |
children | 0 |
last_payout | 2018-06-14 03:19:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 94 |
author_reputation | 0 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 59,624,973 |
net_rshares | 0 |
I found the Markdown Editor link Steempower.org to NOT work - could be me or my machine.
author | netcynergy |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180120t025651495z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-01-20 02:57:00 |
last_update | 2018-01-20 02:57:00 |
depth | 1 |
children | 0 |
last_payout | 2018-01-27 02:57:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 88 |
author_reputation | 0 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 30,765,151 |
net_rshares | 0 |
This is vital information for those of us who are in our beginning stages of creating quality content on Steemit. I have been searching for ways to make my content gain a better appearance through proper formatting and possibly help others. I am resteeming your article because I find the information you provide exceptionally useful for anyone who wants to improve their content! Thanks so much!
author | nexusvortex777 |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180101t044543444z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-01-01 04:45:57 |
last_update | 2018-01-01 04:45:57 |
depth | 1 |
children | 0 |
last_payout | 2018-01-08 04:45:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 396 |
author_reputation | 663,634,027,075 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 26,313,926 |
net_rshares | 0 |
cheers mate for the quick friendly explanation to writing an artcle, blog etc as I am usually fairly anti-social regarding this social media concept until I came across steem . Usually I find so many platforms have so much crap to sift thru to find interesting matter to respond to or to express in until the discovery of steemit and now it will make expression of a opinion to post much easier, thank you
author | ninjasly |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20170827t073254401z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-08-27 07:33:00 |
last_update | 2017-08-27 07:33:00 |
depth | 1 |
children | 1 |
last_payout | 2017-09-03 07:33:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 406 |
author_reputation | 4,285,694,885 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,002,896 |
net_rshares | 0 |
You're welcome:)
author | thecryptofiend |
---|---|
permlink | re-ninjasly-re-thecryptofiend-markdown-basics-for-beginners-20170827t120514272z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-08-27 12:05:12 |
last_update | 2017-08-27 12:05:12 |
depth | 2 |
children | 0 |
last_payout | 2017-09-03 12:05:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 16 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,019,361 |
net_rshares | 0 |
I just found how to upvote. __Thank you__ for being started. Your posting encouraged me to begin. :) __
author | noniqueen |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180421t103629767z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-04-21 10:36:33 |
last_update | 2018-04-21 10:36:33 |
depth | 1 |
children | 1 |
last_payout | 2018-04-28 10:36:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 103 |
author_reputation | 1,149,705,350 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 51,285,072 |
net_rshares | 0 |
WOW! the bold worked. feels like "hello world."
author | noniqueen |
---|---|
permlink | re-noniqueen-re-thecryptofiend-markdown-basics-for-beginners-20180421t103750651z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-04-21 10:37:54 |
last_update | 2018-04-21 10:37:54 |
depth | 2 |
children | 0 |
last_payout | 2018-04-28 10:37:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 47 |
author_reputation | 1,149,705,350 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 51,285,248 |
net_rshares | 0 |
Thank you _very_ much. As a newbie this was insightful.
author | nonz |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180509t230725726z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-05-09 23:07:36 |
last_update | 2018-05-09 23:07:36 |
depth | 1 |
children | 0 |
last_payout | 2018-05-16 23:07:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 55 |
author_reputation | 94,181,199,522 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 54,839,966 |
net_rshares | 0 |
Thank you very informative!
author | novis |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20170617t221843980z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-17 22:18:45 |
last_update | 2017-06-17 22:18:45 |
depth | 1 |
children | 1 |
last_payout | 2017-06-24 22:18:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.392 HBD |
curator_payout_value | 0.122 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 27 |
author_reputation | 15,712,892,193 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,128,803 |
net_rshares | 24,994,183,525 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 22,038,795,639 | 5% | ||
abasinkanga | 0 | 0 | 100% | ||
aksinya | 0 | 932,945,641 | 5% | ||
middle-theory | 0 | 676,029,919 | 5% | ||
novis | 0 | 290,175,742 | 100% | ||
professordote | 0 | 1,056,236,584 | 100% | ||
ahbangash | 0 | 0 | 100% | ||
gustavoklein | 0 | 0 | 100% | ||
stoubord | 0 | 0 | 100% |
You're welcome:)
author | thecryptofiend |
---|---|
permlink | re-novis-re-thecryptofiend-markdown-basics-for-beginners-20170617t225343490z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-17 22:53:45 |
last_update | 2017-06-17 22:53:45 |
depth | 2 |
children | 0 |
last_payout | 2017-06-24 22:53:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.020 HBD |
curator_payout_value | 0.004 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 16 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,130,919 |
net_rshares | 1,305,787,842 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
abasinkanga | 0 | 0 | 100% | ||
novis | 0 | 290,175,742 | 100% | ||
professordote | 0 | 1,015,612,100 | 100% | ||
gustavoklein | 0 | 0 | 100% |
很好的文章,非常实用,新手必读!goooood!
author | nowsmon |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20171029t061711154z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-10-29 06:17:09 |
last_update | 2017-10-29 06:17:09 |
depth | 1 |
children | 0 |
last_payout | 2017-11-05 06:17:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 24 |
author_reputation | 8,931,412,482 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,846,570 |
net_rshares | 0 |
Very helpful for the beginners at steemit
author | odveri |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20171031t073627471z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-10-31 07:36:36 |
last_update | 2017-10-31 07:36:36 |
depth | 1 |
children | 0 |
last_payout | 2017-11-07 07:36:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 41 |
author_reputation | 4,791,340,539 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 19,047,557 |
net_rshares | 1,143,147,643 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
odveri | 0 | 1,143,147,643 | 100% |
Thanks for this post! Helps many newbies like me :)
author | ofir |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180110t143431357z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-01-10 14:34:36 |
last_update | 2018-01-10 14:34:36 |
depth | 1 |
children | 0 |
last_payout | 2018-01-17 14:34:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 52 |
author_reputation | 18,132,533 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 28,512,586 |
net_rshares | 1,160,482,130 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ofir | 0 | 1,160,482,130 | 100% |
Thanks for helping
author | oldarado |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20170818t193450950z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-08-18 19:34:51 |
last_update | 2017-08-18 19:34:51 |
depth | 1 |
children | 1 |
last_payout | 2017-08-25 19:34:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 18 |
author_reputation | 351,746,458,004 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,203,103 |
net_rshares | 0 |
You're welcome:)
author | thecryptofiend |
---|---|
permlink | re-oldarado-re-thecryptofiend-markdown-basics-for-beginners-20170818t222504055z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-08-18 22:24:42 |
last_update | 2017-08-18 22:24:42 |
depth | 2 |
children | 0 |
last_payout | 2017-08-25 22:24:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 16 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,213,810 |
net_rshares | 0 |
Useful, thank you!
author | onetree |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20161014t222828142z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-10-14 22:28:36 |
last_update | 2016-10-14 22:28:36 |
depth | 1 |
children | 1 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 19 |
author_reputation | 73,830,922,241,007 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,536,125 |
net_rshares | 25,523,058,653 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 25,523,058,653 | 30% |
Thanks for reading. I'm glad it's useful.
author | thecryptofiend |
---|---|
permlink | re-onetree-re-thecryptofiend-markdown-basics-for-beginners-20161014t230641836z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-10-14 23:06:42 |
last_update | 2016-10-14 23:06:42 |
depth | 2 |
children | 0 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 42 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,536,338 |
net_rshares | 0 |
Such helpful post, thanks!
author | onurjones |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180626t203830777z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-06-26 20:38:30 |
last_update | 2018-06-26 20:38:30 |
depth | 1 |
children | 0 |
last_payout | 2018-07-03 20:38:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 26 |
author_reputation | 69,740,284,540 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 62,395,031 |
net_rshares | 0 |
Steem is so fun! Thank you for the post!
author | openparadigm |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20170621t025114717z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-21 02:51:15 |
last_update | 2017-06-21 02:51:15 |
depth | 1 |
children | 1 |
last_payout | 2017-06-28 02:51:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 40 |
author_reputation | 4,229,783,120,987 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,444,110 |
net_rshares | 0 |
You're welcome!
author | thecryptofiend |
---|---|
permlink | re-openparadigm-re-thecryptofiend-markdown-basics-for-beginners-20170621t112438181z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-21 11:24:39 |
last_update | 2017-06-21 11:24:39 |
depth | 2 |
children | 0 |
last_payout | 2017-06-28 11:24:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 15 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,485,435 |
net_rshares | 0 |
glad i found this
author | orionsbelt |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20170616t182327596z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-16 18:23:30 |
last_update | 2017-06-16 18:23:30 |
depth | 1 |
children | 2 |
last_payout | 2017-06-23 18:23:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.752 HBD |
curator_payout_value | 0.015 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 17 |
author_reputation | 679,401,428,823 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,030,943 |
net_rshares | 35,590,789,841 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 32,951,021,923 | 5% | ||
abasinkanga | 0 | 0 | 100% | ||
aksinya | 0 | 930,715,406 | 5% | ||
middle-theory | 0 | 676,029,919 | 5% | ||
professordote | 0 | 1,033,022,593 | 100% | ||
thunder.vlad | 0 | 0 | 100% | ||
arpithparikh | 0 | 0 | 100% | ||
parmesh | 0 | 0 | 100% | ||
distilledsheep | 0 | 0 | 100% | ||
gustavoklein | 0 | 0 | 100% | ||
songage | 0 | 0 | 100% |
Yeah.. Me too
author | saikrishna |
---|---|
permlink | re-orionsbelt-re-thecryptofiend-markdown-basics-for-beginners-20170627t113617059z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-27 11:36:24 |
last_update | 2017-06-27 11:36:24 |
depth | 2 |
children | 0 |
last_payout | 2017-07-04 11:36:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 13 |
author_reputation | 358,960,542 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,317,277 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
abasinkanga | 0 | 0 | 100% | ||
gustavoklein | 0 | 0 | 100% |
Glad it is useful for you.
author | thecryptofiend |
---|---|
permlink | re-orionsbelt-re-thecryptofiend-markdown-basics-for-beginners-20170616t182624400z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-16 18:26:24 |
last_update | 2017-06-16 18:26:24 |
depth | 2 |
children | 0 |
last_payout | 2017-06-23 18:26:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.016 HBD |
curator_payout_value | 0.004 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 26 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,031,153 |
net_rshares | 1,079,450,575 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
abasinkanga | 0 | 0 | 100% | ||
professordote | 0 | 1,079,450,575 | 100% | ||
ardyclay | 0 | 0 | 100% | ||
vinlibra | 0 | 0 | 100% | ||
summitbreeze | 0 | 0 | 100% | ||
gustavoklein | 0 | 0 | 100% |
I have learn a lot from this article, i will try it. This is the first time i am hearing of Markdown.
author | ororo5 |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20171206t153114505z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-12-06 15:31:21 |
last_update | 2017-12-06 15:31:21 |
depth | 1 |
children | 0 |
last_payout | 2017-12-13 15:31:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 101 |
author_reputation | 276,311,043 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,576,125 |
net_rshares | 0 |
Another excellent post @thecryptofiend! I really learned something today!
author | papa-pepper |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20161015t035755544z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["thecryptofiend"]} |
created | 2016-10-15 03:57:57 |
last_update | 2016-10-15 03:57:57 |
depth | 1 |
children | 4 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 74 |
author_reputation | 1,951,223,832,091,597 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,537,679 |
net_rshares | 29,780,111,462 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 29,780,111,462 | 30% | ||
jaxstarszy88 | 0 | 0 | 100% |
Great, glad it helped:)
author | thecryptofiend |
---|---|
permlink | re-papa-pepper-re-thecryptofiend-markdown-basics-for-beginners-20161015t130312065z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-10-15 13:03:12 |
last_update | 2016-10-15 13:03:12 |
depth | 2 |
children | 3 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 23 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,540,154 |
net_rshares | 1,293,087,161 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
papa-pepper | 0 | 1,293,087,161 | 1% |
Sure did, I knew nothing about this 3 months ago and have been learning the whole time. Now I have a few new skills to implement! Thanks!
author | papa-pepper |
---|---|
permlink | re-thecryptofiend-re-papa-pepper-re-thecryptofiend-markdown-basics-for-beginners-20161015t154443641z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-10-15 15:44:48 |
last_update | 2016-10-15 15:44:48 |
depth | 3 |
children | 2 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 139 |
author_reputation | 1,951,223,832,091,597 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,541,143 |
net_rshares | 25,642,112,517 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 25,642,112,517 | 30% |
Really great post for the beginner have never use mark down before! Thank you for easy explanation : )
author | partykim |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180108t161140799z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-01-08 16:11:39 |
last_update | 2018-01-08 16:11:39 |
depth | 1 |
children | 0 |
last_payout | 2018-01-15 16:11:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 102 |
author_reputation | 450,979,962,173 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 28,035,580 |
net_rshares | 0 |
Hmmmm. Very very useful information you 've got here. Tanx a lot for sharing
author | pepperonii |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180106t084426890z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-01-06 08:44:36 |
last_update | 2018-01-06 08:44:36 |
depth | 1 |
children | 0 |
last_payout | 2018-01-13 08:44:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 76 |
author_reputation | 16,347,156,507 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,477,099 |
net_rshares | 0 |
Thank you for this!
author | phoenixwren |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20170917t155711979z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-09-17 15:57:21 |
last_update | 2017-09-17 15:57:21 |
depth | 1 |
children | 0 |
last_payout | 2017-09-24 15:57:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 19 |
author_reputation | 257,164,421,568,167 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,148,500 |
net_rshares | 0 |
Thanks for this quick rundown - I´ve never used Markdown before and your post is super helpfull to get a first idea. Now it´s up to me to use it!
author | photosandthecity |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180331t201539024z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-03-31 20:15:39 |
last_update | 2018-03-31 20:15:39 |
depth | 1 |
children | 0 |
last_payout | 2018-04-07 20:15:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 145 |
author_reputation | 462,182,923 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 47,675,259 |
net_rshares | 0 |
Thank you! Very informative!
author | pinktheory |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180110t153907258z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-01-10 15:39:06 |
last_update | 2018-01-10 15:39:06 |
depth | 1 |
children | 0 |
last_payout | 2018-01-17 15:39:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 28 |
author_reputation | 691,086,252 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 28,525,954 |
net_rshares | 0 |
It's really very informative, Thanks for the useful post :)
author | priya888 |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180628t141734511z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-06-28 14:17:27 |
last_update | 2018-06-28 14:17:27 |
depth | 1 |
children | 0 |
last_payout | 2018-07-05 14:17:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 59 |
author_reputation | 1,170,440,236 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 62,622,571 |
net_rshares | 0 |
Thanks for the great explanation. I am new here and will surely take a big profit from this article. Good luck!
author | quincho |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20170622t192250170z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-22 19:22:54 |
last_update | 2017-06-22 19:22:54 |
depth | 1 |
children | 2 |
last_payout | 2017-06-29 19:22:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.258 HBD |
curator_payout_value | 0.041 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 111 |
author_reputation | 2,337,391,319,859 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,670,337 |
net_rshares | 23,783,029,599 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 22,363,655,458 | 1% | ||
aksinya | 0 | 950,119,019 | 1% | ||
middle-theory | 0 | 469,255,122 | 1% | ||
lilijing | 0 | 0 | 0% | ||
mraza | 0 | 0 | 100% | ||
gustavoklein | 0 | 0 | 100% | ||
sandeshbhusal | 0 | 0 | 100% |
please up vote
author | mraza |
---|---|
permlink | re-quincho-re-thecryptofiend-markdown-basics-for-beginners-20180104t054902923z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-01-04 05:49:03 |
last_update | 2018-01-04 05:49:03 |
depth | 2 |
children | 0 |
last_payout | 2018-01-11 05:49:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 14 |
author_reputation | 82,268,035,739 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 26,954,000 |
net_rshares | 0 |
Welcome :)
author | thecryptofiend |
---|---|
permlink | re-quincho-re-thecryptofiend-markdown-basics-for-beginners-20170622t194006820z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-22 19:40:06 |
last_update | 2017-06-22 19:40:06 |
depth | 2 |
children | 0 |
last_payout | 2017-06-29 19:40:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.074 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 10 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,672,197 |
net_rshares | 6,061,469,831 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
quincho | 0 | 6,061,469,831 | 100% | ||
yogeshpatgunan | 0 | 0 | 100% | ||
gustavoklein | 0 | 0 | 100% |
very help ful
author | rajubala8 |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20170723t114312550z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-07-23 11:43:15 |
last_update | 2017-07-23 11:43:15 |
depth | 1 |
children | 1 |
last_payout | 2017-07-30 11:43:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 13 |
author_reputation | 21,258,567,580 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,407,800 |
net_rshares | 116,066,459 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
rajubala8 | 0 | 116,066,459 | 100% |
Thank you!
author | thecryptofiend |
---|---|
permlink | re-rajubala8-re-thecryptofiend-markdown-basics-for-beginners-20170723t115701009z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-07-23 11:56:57 |
last_update | 2017-07-23 11:56:57 |
depth | 2 |
children | 0 |
last_payout | 2017-07-30 11:56:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 10 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,408,954 |
net_rshares | 475,872,482 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
rajubala8 | 0 | 475,872,482 | 100% |
__Thanks for sharing!__ I still learning and my question is simple. __How can I preview the post before publishing it?__
author | ranulfo |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20170831t023113652z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-08-31 02:31:18 |
last_update | 2017-08-31 02:31:18 |
depth | 1 |
children | 1 |
last_payout | 2017-09-07 02:31:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 121 |
author_reputation | 21,269,947 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,401,904 |
net_rshares | 0 |
There is a preview window that shows how your post will look just below where you type both with comments and posts.
author | thecryptofiend |
---|---|
permlink | re-ranulfo-re-thecryptofiend-markdown-basics-for-beginners-20170831t121241449z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-08-31 12:12:42 |
last_update | 2017-08-31 12:12:42 |
depth | 2 |
children | 0 |
last_payout | 2017-09-07 12:12:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 116 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,440,294 |
net_rshares | 0 |
Awesome!! 1st post sorted and looking good, onto second with more to come! Thanks for the post @thecryptofiend
author | rawdoctor |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20171207t071709796z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["thecryptofiend"],"app":"steemit/0.1"} |
created | 2017-12-07 07:17:21 |
last_update | 2017-12-07 07:17:21 |
depth | 1 |
children | 0 |
last_payout | 2017-12-14 07:17:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 111 |
author_reputation | 283,194,240,392 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,639,845 |
net_rshares | 963,249,838 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
rawdoctor | 0 | 963,249,838 | 100% |
Great post thank you, I look forward to using markdown now.👍🏼😀
author | rbreauxfl |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20171129t065642832z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-11-29 06:56:45 |
last_update | 2017-11-29 06:56:45 |
depth | 1 |
children | 0 |
last_payout | 2017-12-06 06:56:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 62 |
author_reputation | 720,694,737,856 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 21,857,154 |
net_rshares | 0 |
Hey @thecrypofiend. After the new hardfork has apparently scrapped the "Raw HTML" option, this is a perfect tutorial to proper formatting and shortcuts to get there. Fantastic post as is the norm with you!
author | rea |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20161016t082330196z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["thecrypofiend"]} |
created | 2016-10-16 08:23:36 |
last_update | 2016-10-16 08:23:36 |
depth | 1 |
children | 3 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 208 |
author_reputation | 388,195,597,445,775 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,546,816 |
net_rshares | 34,828,183,494 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 34,828,183,494 | 30% |
Thank you. I think you can still use html with markdown. You just can't switch between the text editor and html once you have started typing.
author | thecryptofiend |
---|---|
permlink | re-rea-re-thecryptofiend-markdown-basics-for-beginners-20161016t124824569z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-10-16 12:48:24 |
last_update | 2016-10-16 12:48:24 |
depth | 2 |
children | 2 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 143 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,547,880 |
net_rshares | 107,702,601,812 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
rea | 0 | 107,702,601,812 | 100% |
Exactly. I was so used to typing it up on the editor and adding presentational markdowns later. So your guide is all the more awesome for helping me out!
author | rea |
---|---|
permlink | re-thecryptofiend-re-rea-re-thecryptofiend-markdown-basics-for-beginners-20161016t222413258z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-10-16 22:24:21 |
last_update | 2016-10-16 22:24:21 |
depth | 3 |
children | 1 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 155 |
author_reputation | 388,195,597,445,775 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,551,916 |
net_rshares | 26,124,352,836 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 26,124,352,836 | 30% |
This is wonderful. Being new to the platform and not knowing much about it I found this very helpful!
author | reanimateher |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180817t132054097z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-08-17 13:20:54 |
last_update | 2018-08-17 13:20:54 |
depth | 1 |
children | 0 |
last_payout | 2018-08-24 13:20:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 101 |
author_reputation | 1,218,076,744,061 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 68,499,639 |
net_rshares | 0 |
Upvoted. Thank you for posting this. There were some things I couldn't figure out before I found your post. I'm new here. Please consider giving my profile a visit. Cheers, Rebele93
author | rebele93 |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20170912t151741300z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-09-12 15:17:42 |
last_update | 2017-09-12 15:17:42 |
depth | 1 |
children | 0 |
last_payout | 2017-09-19 15:17:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 183 |
author_reputation | 4,278,009,280,942 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 14,669,301 |
net_rshares | 0 |
Thank for information nice post already upvote ..please follow me and teach me I wanna be like you a master
author | rizalnazim |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20171222t164817620z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-12-22 16:48:18 |
last_update | 2017-12-22 16:48:18 |
depth | 1 |
children | 0 |
last_payout | 2017-12-29 16:48:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 107 |
author_reputation | 1,827,647,489 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 24,723,791 |
net_rshares | 0 |
Thank you so much for this. This is the first time I have ever come across markdown so it has been 'interesting' trying to get my head round it but this post really gives me the basic stuff that I need. Goin got bookmark and use repeatedly! THANKS A LOT!
author | rosemarynknight |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20171219t211044338z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-12-19 21:10:45 |
last_update | 2017-12-19 21:10:45 |
depth | 1 |
children | 0 |
last_payout | 2017-12-26 21:10:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 257 |
author_reputation | 14,889,465,095 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 24,248,248 |
net_rshares | 0 |
https://media.giphy.com/media/3o7bujnXNSdLdaFE5O/giphy.gif
author | rudel |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20170717t224713028z |
category | steemit |
json_metadata | {"tags":["steemit"],"image":["https://media.giphy.com/media/3o7bujnXNSdLdaFE5O/giphy.gif"],"app":"steemit/0.1"} |
created | 2017-07-17 04:43:09 |
last_update | 2017-07-17 04:43:09 |
depth | 1 |
children | 1 |
last_payout | 2017-07-24 04:43:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.083 HBD |
curator_payout_value | 0.027 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 58 |
author_reputation | -26,242,897,548 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 8,732,477 |
net_rshares | 21,468,642,107 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 21,468,642,107 | 1% | ||
mraza | 0 | 0 | 100% | ||
gustavoklein | 0 | 0 | 100% |
Thanks!
author | thecryptofiend |
---|---|
permlink | re-rudel-re-thecryptofiend-markdown-basics-for-beginners-20170717t112846631z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-07-17 11:28:45 |
last_update | 2017-07-17 11:28:45 |
depth | 2 |
children | 0 |
last_payout | 2017-07-24 11:28:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 7 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 8,757,980 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gustavoklein | 0 | 0 | 100% |
Thanks for the time-saving tips! Good work!
author | ruth-girl |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20170729t083426822z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-07-29 08:34:27 |
last_update | 2017-07-29 08:34:27 |
depth | 1 |
children | 1 |
last_payout | 2017-08-05 08:34:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.059 HBD |
curator_payout_value | 0.017 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 43 |
author_reputation | 470,010,700,604,363 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,098,590 |
net_rshares | 20,561,752,277 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 20,043,309,411 | 1% | ||
middle-theory | 0 | 518,442,866 | 1% | ||
gustavoklein | 0 | 0 | 100% |
You're welcome!
author | thecryptofiend |
---|---|
permlink | re-ruth-girl-re-thecryptofiend-markdown-basics-for-beginners-20170729t123014834z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-07-29 12:30:15 |
last_update | 2017-07-29 12:30:15 |
depth | 2 |
children | 0 |
last_payout | 2017-08-05 12:30:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 15 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,113,799 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gustavoklein | 0 | 0 | 100% |
¡Hermosa publicación! Me resulta demasiado útil, ya que recién estoy comenzando en el mundo de Steemit. Sencillamente gracias y te deseo mucho exito
author | ryan-casterly |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20171024t134250730z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-10-24 14:36:33 |
last_update | 2017-10-24 14:36:33 |
depth | 1 |
children | 0 |
last_payout | 2017-10-31 14:36:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 151 |
author_reputation | 21,331,057 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,459,076 |
net_rshares | 0 |
Hello, this is very useful for me as new here is steemit Thank you very much
author | ryvanhood |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20171025t135910321z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-10-25 14:01:09 |
last_update | 2017-10-25 14:01:09 |
depth | 1 |
children | 0 |
last_payout | 2017-11-01 14:01:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 77 |
author_reputation | 79,825,362 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,534,886 |
net_rshares | 0 |
Thank you very much for all the useful informations.
author | saerdnalesneh |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180129t135248919z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-01-29 13:52:51 |
last_update | 2018-01-29 13:52:51 |
depth | 1 |
children | 0 |
last_payout | 2018-02-05 13:52:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 52 |
author_reputation | 441,239,912 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 33,295,746 |
net_rshares | 0 |
Nice work and good info.. So good to be a steemian.
author | saikrishna |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20170627t113744263z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-27 11:37:48 |
last_update | 2017-06-27 11:37:48 |
depth | 1 |
children | 0 |
last_payout | 2017-07-04 11:37:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.146 HBD |
curator_payout_value | 0.045 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 52 |
author_reputation | 358,960,542 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,317,422 |
net_rshares | 21,336,862,714 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 20,867,607,592 | 1% | ||
middle-theory | 0 | 469,255,122 | 1% | ||
koekan | 0 | 0 | 100% | ||
gustavoklein | 0 | 0 | 100% |
This post is really awesome. I have tried to make use of some and it really help. [Follow me](@samest) Thanks @theceyptofiend
author | samest |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20170714t093642406z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["theceyptofiend"],"links":["@samest"],"app":"steemit/0.1"} |
created | 2017-07-14 09:36:51 |
last_update | 2017-07-14 09:36:51 |
depth | 1 |
children | 0 |
last_payout | 2017-07-21 09:36:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 127 |
author_reputation | 42,167,757,271,512 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 8,437,769 |
net_rshares | 0 |
You make it sound so easy. Bet I can screw it up! ;0). Thanks much for your time spent creating a helpful for newbs post!
author | sekwof |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180124t133415525z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-01-24 13:34:15 |
last_update | 2018-01-24 13:34:15 |
depth | 1 |
children | 0 |
last_payout | 2018-01-31 13:34:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 121 |
author_reputation | 0 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 31,927,050 |
net_rshares | 0 |
Thank you so much for this guide. It has been very helpful. I want to let you know that the link that you provided for the image hosting site is giving me an SSL warning when I try to access the site. @blueorgy might want to look into it.
author | sendingtime |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180515t031033695z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["blueorgy"],"app":"steemit/0.1"} |
created | 2018-05-15 03:10:33 |
last_update | 2018-05-15 03:10:33 |
depth | 1 |
children | 0 |
last_payout | 2018-05-22 03:10:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 241 |
author_reputation | 3,163,477,849 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 55,748,156 |
net_rshares | 0 |
http://i.imgur.com/SsfejKK.jpg Hi @thecryptofiend, I just stopped back to let you know your post was one of my favourite reads and I included it in my Steemit Ramble. [You can read what I wrote about your post here.](https://steemit.com/curation/@shadowspub/oct-14-and-15-steemit-ramble-notes-on-my-favourite-reads)
author | shadowspub |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20161015t213746832z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["thecryptofiend"],"image":["http://i.imgur.com/SsfejKK.jpg"],"links":["https://steemit.com/curation/@shadowspub/oct-14-and-15-steemit-ramble-notes-on-my-favourite-reads"]} |
created | 2016-10-15 21:37:48 |
last_update | 2016-10-15 21:37:48 |
depth | 1 |
children | 1 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 315 |
author_reputation | 629,153,341,486,746 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,543,697 |
net_rshares | 39,611,093,761 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 30,161,692,016 | 30% | ||
sift666 | 0 | 9,449,401,745 | 100% |
Thank you for you support. I will check it out now:)
author | thecryptofiend |
---|---|
permlink | re-shadowspub-re-thecryptofiend-markdown-basics-for-beginners-20161015t220327006z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-10-15 22:03:27 |
last_update | 2016-10-15 22:03:27 |
depth | 2 |
children | 0 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 53 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,543,832 |
net_rshares | 1,638,040,357 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
shadowspub | 0 | 1,638,040,357 | 26% |
Nice! Looks easy enough. I'm new and I'm really excited to start sharing. Thanks :)
author | shadysit |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20170823t023332931z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-08-23 02:33:36 |
last_update | 2017-08-23 02:33:36 |
depth | 1 |
children | 1 |
last_payout | 2017-08-30 02:33:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 83 |
author_reputation | 1,263,235,386 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,593,275 |
net_rshares | 0 |
You're welcome:)
author | thecryptofiend |
---|---|
permlink | re-shadysit-re-thecryptofiend-markdown-basics-for-beginners-20170823t122209874z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-08-23 12:22:09 |
last_update | 2017-08-23 12:22:09 |
depth | 2 |
children | 0 |
last_payout | 2017-08-30 12:22:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 16 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,631,654 |
net_rshares | 945,913,801 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
shadysit | 0 | 945,913,801 | 100% |
So informative for me as I’m very new to steemit!
author | shoy |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20190309t144159949z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2019-03-09 14:42:00 |
last_update | 2019-03-09 14:42:00 |
depth | 1 |
children | 0 |
last_payout | 2019-03-16 14:42:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 49 |
author_reputation | 2,742,760,274 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 80,968,177 |
net_rshares | 0 |
Thanks for posting, this helps a *steemit greenhorn* like me **immensely**! (just used my 1st markdown codes!) Your post is well written and super clear; you show the code and then how it looks in Steemit, nice. **upvoted and followed**.
author | shufflesilver |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20170806t023822380z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-08-06 02:38:12 |
last_update | 2017-08-06 02:38:12 |
depth | 1 |
children | 1 |
last_payout | 2017-08-13 02:38:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.057 HBD |
curator_payout_value | 0.016 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 239 |
author_reputation | 34,236,800,200 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,903,870 |
net_rshares | 19,205,932,456 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 18,567,253,956 | 1% | ||
cryptoninja | 0 | 84,208,100 | 0.1% | ||
shufflesilver | 0 | 554,470,400 | 100% | ||
gustavoklein | 0 | 0 | 100% |
Thank you - it really speeds up formatting IMO:)
author | thecryptofiend |
---|---|
permlink | re-shufflesilver-re-thecryptofiend-markdown-basics-for-beginners-20170806t122333462z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-08-06 12:23:15 |
last_update | 2017-08-06 12:23:15 |
depth | 2 |
children | 0 |
last_payout | 2017-08-13 12:23:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 48 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,938,952 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gustavoklein | 0 | 0 | 100% |
Thank god for this post, I thought in Steemit we cannot edit the font to italic or make heading (I am so dumb, I dont see the Editor button below the title editor). I almost gave up to write in here lol. Btw maybe the editor button can be colored more distinctively so people can see it easily. Ahhahahahha thx you!
author | silabus |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180710t090719914z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-07-10 09:07:15 |
last_update | 2018-07-10 09:07:15 |
depth | 1 |
children | 0 |
last_payout | 2018-07-17 09:07:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 315 |
author_reputation | 1,913,938,894 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 64,136,174 |
net_rshares | 0 |
It helps for beginners like me.
author | simonibarra |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20170826t000332648z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-08-26 00:03:12 |
last_update | 2017-08-26 00:03:12 |
depth | 1 |
children | 1 |
last_payout | 2017-09-02 00:03:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 31 |
author_reputation | 0 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,888,808 |
net_rshares | 0 |
Glad it was useful:)
author | thecryptofiend |
---|---|
permlink | re-simonibarra-re-thecryptofiend-markdown-basics-for-beginners-20170827t023422627z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-08-27 02:34:21 |
last_update | 2017-08-27 02:34:21 |
depth | 2 |
children | 0 |
last_payout | 2017-09-03 02:34:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 20 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,986,609 |
net_rshares | 0 |
OMG the kittens are sooo cute... I am a dog person but I cannot resist those kittens. Anyway, I am looking for how to colour the fonts in steemit but still have not found it.
author | simply-me |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180503t074615858z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-05-03 07:46:15 |
last_update | 2018-05-03 07:46:39 |
depth | 1 |
children | 0 |
last_payout | 2018-05-10 07:46:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 176 |
author_reputation | 5,502,142,386,750 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 53,592,982 |
net_rshares | 0 |
This was so helpful, thanks xx
author | skatkat |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180609t194323892z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-06-09 19:43:24 |
last_update | 2018-06-09 19:43:24 |
depth | 1 |
children | 0 |
last_payout | 2018-06-16 19:43:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 30 |
author_reputation | 67,145,383 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 60,039,166 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
technicalsandesh | 0 | 0 | 100% |
Thanks for this **useful topic** :)
author | skbot |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20170819t110612600z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-08-19 11:06:18 |
last_update | 2017-08-19 11:06:18 |
depth | 1 |
children | 0 |
last_payout | 2017-08-26 11:06:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 35 |
author_reputation | 18,134,909 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,253,820 |
net_rshares | 1,160,634,211 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
skbot | 0 | 1,160,634,211 | 100% |
Well it looks like your going to help me become a better writer with this type of programming and its formats. I guess the program only accepts it the way it needs to be written. Its kind of new to me I might need some help still.
author | skyrunner |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20170627t013346662z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-27 01:33:45 |
last_update | 2017-06-27 01:33:45 |
depth | 1 |
children | 0 |
last_payout | 2017-07-04 01:33:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.166 HBD |
curator_payout_value | 0.037 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 230 |
author_reputation | 351,524,374 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,264,237 |
net_rshares | 22,497,559,994 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 20,867,607,592 | 1% | ||
middle-theory | 0 | 469,255,122 | 1% | ||
skyrunner | 0 | 1,160,697,280 | 100% | ||
koekan | 0 | 0 | 100% | ||
gustavoklein | 0 | 0 | 100% | ||
sandeshbhusal | 0 | 0 | 100% |
Thank you!
author | st3llar |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20170627t040247448z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-27 04:02:45 |
last_update | 2017-06-27 04:02:45 |
depth | 1 |
children | 1 |
last_payout | 2017-07-04 04:02:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.140 HBD |
curator_payout_value | 0.047 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 10 |
author_reputation | 6,226,336,426,581 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,278,549 |
net_rshares | 20,867,607,592 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 20,867,607,592 | 1% | ||
mraza | 0 | 0 | 100% | ||
gustavoklein | 0 | 0 | 100% |
please up vote
author | mraza |
---|---|
permlink | re-st3llar-re-thecryptofiend-markdown-basics-for-beginners-20180104t054735373z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-01-04 05:47:36 |
last_update | 2018-01-04 05:47:36 |
depth | 2 |
children | 0 |
last_payout | 2018-01-11 05:47:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 14 |
author_reputation | 82,268,035,739 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 26,953,766 |
net_rshares | 0 |
Thanks for the info.
author | stacyalan |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180608t021650853z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-06-08 02:16:51 |
last_update | 2018-06-08 02:16:51 |
depth | 1 |
children | 0 |
last_payout | 2018-06-15 02:16:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 20 |
author_reputation | 25,561,312,594 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 59,777,724 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
technicalsandesh | 0 | 0 | 100% |
Great post! In fact, it was so good that we decided to feature it in our latest newspaper. Read it here: https://steemit.com/steemplus/@steemplus/steemplus-saturday-october-15-the-daily-newspaper-that-pays-you-to-find-high-quality-content
author | steemplus |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20161015t234906146z |
category | steemit |
json_metadata | {"tags":["steemit"],"links":["https://steemit.com/steemplus/@steemplus/steemplus-saturday-october-15-the-daily-newspaper-that-pays-you-to-find-high-quality-content"]} |
created | 2016-10-15 23:49:06 |
last_update | 2016-10-15 23:49:06 |
depth | 1 |
children | 1 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 238 |
author_reputation | 4,137,026,715,658 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,544,466 |
net_rshares | 30,162,521,956 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 30,162,521,956 | 30% |
Thank you:)
author | thecryptofiend |
---|---|
permlink | re-steemplus-re-thecryptofiend-markdown-basics-for-beginners-20161016t013125108z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-10-16 01:31:24 |
last_update | 2016-10-16 01:31:24 |
depth | 2 |
children | 0 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 11 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,544,995 |
net_rshares | 0 |
This link from @charlieshrem in your article is no longer working: https://www.steempower.org/editor
author | steemsteemah |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180210t201654104z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["charlieshrem"],"links":["https://www.steempower.org/editor"],"app":"steemit/0.1"} |
created | 2018-02-10 20:16:54 |
last_update | 2018-02-10 20:16:54 |
depth | 1 |
children | 0 |
last_payout | 2018-02-17 20:16:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 100 |
author_reputation | 0 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 36,494,828 |
net_rshares | 0 |
Thank you! Easy and clear! :)
author | suekong |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180423t042151347z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-04-23 04:21:51 |
last_update | 2018-04-23 04:21:51 |
depth | 1 |
children | 0 |
last_payout | 2018-04-30 04:21:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 29 |
author_reputation | 0 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 51,603,565 |
net_rshares | 0 |
Hi, Great post! I wanted to resteem it but I couldn't ?!? It's because it's too old?
author | sweecee |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20170917t083359331z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-09-17 08:34:00 |
last_update | 2017-09-17 08:34:00 |
depth | 1 |
children | 0 |
last_payout | 2017-09-24 08:34:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 84 |
author_reputation | -547,443,381,596 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,118,168 |
net_rshares | 1,148,996,386 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
phoenixwren | 0 | 1,148,996,386 | 100% |
It is useful, thank you. But because steam -redaktor html accepts, no?
author | tanchiknik |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20161015t200001007z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-10-15 19:59:18 |
last_update | 2016-10-15 19:59:18 |
depth | 1 |
children | 1 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 70 |
author_reputation | 42,310,482,431 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,542,921 |
net_rshares | 30,161,113,756 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 30,161,113,756 | 30% |
Do you mean does Steemit allow HTML? Yes absolutely you can use either markdown or HTML or combine both of them.
author | thecryptofiend |
---|---|
permlink | re-tanchiknik-re-thecryptofiend-markdown-basics-for-beginners-20161015t200555042z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-10-15 20:05:54 |
last_update | 2016-10-15 20:05:54 |
depth | 2 |
children | 0 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 113 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,542,993 |
net_rshares | 130,156,173 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
tanchiknik | 0 | 130,156,173 | 100% |
Very informative post especially for the _newbies_. I hope to put all these to good use. **Thanks** once again
author | tc1 |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20171228t210825680z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-12-28 21:08:39 |
last_update | 2017-12-28 21:08:39 |
depth | 1 |
children | 2 |
last_payout | 2018-01-04 21:08:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 110 |
author_reputation | 0 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 25,755,936 |
net_rshares | 0 |
>testing only >testing only Oh it works so just letting you all know! I regularly refer to this post!
author | lorilikes |
---|---|
permlink | re-tc1-re-thecryptofiend-markdown-basics-for-beginners-20171230t025302384z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-12-30 02:53:03 |
last_update | 2018-01-01 01:59:12 |
depth | 2 |
children | 1 |
last_payout | 2018-01-06 02:53:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 102 |
author_reputation | 1,453,790,919,410 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 25,978,057 |
net_rshares | 0 |
Thanks at first to visit this post very usesful to me
author | shinseokhyu |
---|---|
permlink | re-lorilikes-re-tc1-re-thecryptofiend-markdown-basics-for-beginners-20171231t142858604z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-12-31 14:29:00 |
last_update | 2017-12-31 14:29:00 |
depth | 3 |
children | 0 |
last_payout | 2018-01-07 14:29:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 55 |
author_reputation | 0 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 26,223,585 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
shinseokhyu | 0 | 0 | 100% |
Thanks for the best post to understand about markdown
author | technicalsandesh |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180616t203430589z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-06-16 20:34:39 |
last_update | 2018-06-16 20:34:39 |
depth | 1 |
children | 0 |
last_payout | 2018-06-23 20:34:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 53 |
author_reputation | 88,707,832,528 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 61,019,211 |
net_rshares | 119,455,032 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
technicalsandesh | 0 | 119,455,032 | 100% |
Upvoted at 100%. This is a very helpful post to those of us too lazy to HTML. Like me.
author | techslut |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20161014t221011575z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-10-14 22:10:03 |
last_update | 2016-10-14 22:10:03 |
depth | 1 |
children | 1 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 86 |
author_reputation | 111,778,832,002,739 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,536,018 |
net_rshares | 25,523,058,653 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 25,523,058,653 | 30% | ||
paulmo | 0 | 0 | 100% |
Thanks glad you found it useful. I would call it being smart with your time:)
author | thecryptofiend |
---|---|
permlink | re-techslut-re-thecryptofiend-markdown-basics-for-beginners-20161014t224847398z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-10-14 22:48:45 |
last_update | 2016-10-14 22:48:45 |
depth | 2 |
children | 0 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 78 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,536,248 |
net_rshares | 0 |
people helping people. thanks man. feeling blessed to be here even aha
author | thatkidsblack |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20170902t202143436z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-09-02 20:21:42 |
last_update | 2017-09-02 20:21:42 |
depth | 1 |
children | 1 |
last_payout | 2017-09-09 20:21:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 70 |
author_reputation | 188,046,713,722,205 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,681,259 |
net_rshares | 0 |
:)
author | thecryptofiend |
---|---|
permlink | re-thatkidsblack-re-thecryptofiend-markdown-basics-for-beginners-20170903t122546703z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-09-03 12:25:45 |
last_update | 2017-09-03 12:25:45 |
depth | 2 |
children | 0 |
last_payout | 2017-09-10 12:25:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 2 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,737,346 |
net_rshares | 307,563,911 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thatkidsblack | 0 | 307,563,911 | 100% |
Great article and a great example of how to write a useful article! Fantastic job. :)
author | the-stoned-ape |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20161014t211143273z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-10-14 21:11:45 |
last_update | 2016-10-14 21:11:45 |
depth | 1 |
children | 1 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 85 |
author_reputation | 1,904,858,717,242 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,535,525 |
net_rshares | 29,911,765,926 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 29,776,787,053 | 30% | ||
ittygritty | 0 | 134,978,873 | 100% |
Thank for your kind words. I just hope it isn't too confusing.
author | thecryptofiend |
---|---|
permlink | re-the-stoned-ape-re-thecryptofiend-markdown-basics-for-beginners-20161014t212543878z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-10-14 21:25:42 |
last_update | 2016-10-14 21:25:42 |
depth | 2 |
children | 0 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 63 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,535,658 |
net_rshares | 0 |
Great intro on making posts on Steemit!! So much appreciated. Im a newbie and trying to absorb as much as possible before starting this journey. Thank you @thecryptofiend
author | thegoodlife |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20170811t141402552z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["thecryptofiend"],"app":"steemit/0.1"} |
created | 2017-08-11 14:14:06 |
last_update | 2017-08-11 14:14:06 |
depth | 1 |
children | 0 |
last_payout | 2017-08-18 14:14:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 170 |
author_reputation | 1,927,978,744 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,506,253 |
net_rshares | 0 |
Thank you for posting this amazing walkthrough. It answered a ton of questions I had as a new Steemit user. May the Steem flow your way!
author | thesteemreport |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20170721t222701371z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-07-21 22:27:03 |
last_update | 2017-07-21 22:27:03 |
depth | 1 |
children | 1 |
last_payout | 2017-07-28 22:27:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.083 HBD |
curator_payout_value | 0.005 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 138 |
author_reputation | 15,983,530,356 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,243,870 |
net_rshares | 22,908,311,375 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 21,548,385,896 | 1% | ||
middle-theory | 0 | 518,442,866 | 1% | ||
thesteemreport | 0 | 841,482,613 | 100% | ||
gustavoklein | 0 | 0 | 100% |
Thank you!
author | thecryptofiend |
---|---|
permlink | re-thesteemreport-re-thecryptofiend-markdown-basics-for-beginners-20170721t223524171z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-07-21 22:35:24 |
last_update | 2017-07-21 22:35:24 |
depth | 2 |
children | 0 |
last_payout | 2017-07-28 22:35:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 10 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,244,429 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gustavoklein | 0 | 0 | 100% |
Thank you very much. This was very helpful to make my articles
author | thilinanamal |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180226t184657952z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-02-26 18:47:00 |
last_update | 2018-02-26 18:47:00 |
depth | 1 |
children | 0 |
last_payout | 2018-03-05 18:47:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 62 |
author_reputation | 12,698,312,490 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 40,666,666 |
net_rshares | 0 |
Really helpful. Thanks for listing out all the markdown options!
author | tictactoejam |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20171204t193146429z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-12-04 19:31:48 |
last_update | 2017-12-04 19:31:48 |
depth | 1 |
children | 0 |
last_payout | 2017-12-11 19:31:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 64 |
author_reputation | 19,925,565 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,393,087 |
net_rshares | 0 |
Hi there @thecryptofiend I was advised to read this for beginners, quite helpful thank you! I still can’t figure out the Numbered Lists for my most recent post, somehow everything is showing as 1. Any advise please? 😊
author | titajuls |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180331t031232362z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["thecryptofiend"],"app":"steemit/0.1"} |
created | 2018-03-31 03:12:39 |
last_update | 2018-03-31 03:12:39 |
depth | 1 |
children | 0 |
last_payout | 2018-04-07 03:12:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 217 |
author_reputation | 24,274,221,320 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 47,553,972 |
net_rshares | 0 |
Thanks alot! I need to practice, never made posts before this is very helpful
author | tonegreenthumb |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20170727t205951712z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-07-27 20:59:54 |
last_update | 2017-07-27 20:59:54 |
depth | 1 |
children | 1 |
last_payout | 2017-08-03 20:59:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.065 HBD |
curator_payout_value | 0.012 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 77 |
author_reputation | 5,486,559,971 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,952,121 |
net_rshares | 21,821,106,386 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 20,005,166,490 | 1% | ||
tonegreenthumb | 0 | 1,815,939,896 | 100% | ||
gustavoklein | 0 | 0 | 100% |
You're welcome!
author | thecryptofiend |
---|---|
permlink | re-tonegreenthumb-re-thecryptofiend-markdown-basics-for-beginners-20170727t230927576z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-07-27 23:09:15 |
last_update | 2017-07-27 23:09:15 |
depth | 2 |
children | 0 |
last_payout | 2017-08-03 23:09:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 15 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,961,038 |
net_rshares | 1,428,042,275 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
tonegreenthumb | 0 | 1,428,042,275 | 100% | ||
gustavoklein | 0 | 0 | 100% |
Thanks for the post. It's really helpful for markdown starters like me!
author | tonyliu |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20171225t022945517z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-12-25 02:27:51 |
last_update | 2017-12-25 02:27:51 |
depth | 1 |
children | 0 |
last_payout | 2018-01-01 02:27:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 72 |
author_reputation | 105,187,924,522 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 25,102,967 |
net_rshares | 0 |
Very useful information.
author | twiter |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180210t044727740z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-02-10 04:47:12 |
last_update | 2018-02-10 04:47:12 |
depth | 1 |
children | 0 |
last_payout | 2018-02-17 04:47:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 24 |
author_reputation | 2,309,982,594 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 36,327,375 |
net_rshares | 0 |
Thank you so much! You're visual examples are super helpful :) !!!
author | ultramylk |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20170623t073847147z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-23 07:38:48 |
last_update | 2017-06-23 07:38:48 |
depth | 1 |
children | 2 |
last_payout | 2017-06-30 07:38:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 66 |
author_reputation | 243,305,139,574 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,738,405 |
net_rshares | 1,120,072,875 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
skyrunner | 0 | 1,120,072,875 | 100% |
author | thecryptofiend |
---|---|
permlink | re-ultramylk-re-thecryptofiend-markdown-basics-for-beginners-20170623t200820357z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-23 20:08:21 |
last_update | 2017-06-23 20:08:21 |
depth | 2 |
children | 1 |
last_payout | 2017-06-30 20:08:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 25 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,817,470 |
net_rshares | 1,385,637,945 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ultramylk | 0 | 248,154,611 | 100% | ||
skyrunner | 0 | 1,137,483,334 | 100% |
Yes.. It is true
author | saikrishna |
---|---|
permlink | re-thecryptofiend-re-ultramylk-re-thecryptofiend-markdown-basics-for-beginners-20170627t113539963z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-27 11:35:45 |
last_update | 2017-06-27 11:35:45 |
depth | 3 |
children | 0 |
last_payout | 2017-07-04 11:35:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 16 |
author_reputation | 358,960,542 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,317,214 |
net_rshares | 0 |
Very informative for a noob like myself. Looking forward to learning more how this site works as well as learning some new things/contributing.
author | ultranum |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180109t102606955z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-01-09 10:26:09 |
last_update | 2018-01-09 10:26:09 |
depth | 1 |
children | 0 |
last_payout | 2018-01-16 10:26:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 143 |
author_reputation | 0 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 28,219,314 |
net_rshares | 0 |
I'm still a beginner so thank you very much for this guide!
author | unspeakableme |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20170618t072713379z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-18 07:27:24 |
last_update | 2017-06-18 07:27:24 |
depth | 1 |
children | 1 |
last_payout | 2017-06-25 07:27:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.576 HBD |
curator_payout_value | 0.178 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 59 |
author_reputation | 876,868,510,427 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,156,865 |
net_rshares | 36,948,265,399 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 33,058,518,287 | 5% | ||
abasinkanga | 0 | 0 | 100% | ||
aksinya | 0 | 932,945,641 | 5% | ||
middle-theory | 0 | 676,029,919 | 5% | ||
professordote | 0 | 1,120,075,059 | 100% | ||
robjc | 0 | 1,160,696,493 | 100% | ||
mohamed59 | 0 | 0 | 100% | ||
ahbangash | 0 | 0 | 100% | ||
chronicalblonde | 0 | 0 | 100% | ||
gustavoklein | 0 | 0 | 100% | ||
sandeshbhusal | 0 | 0 | 100% | ||
songage | 0 | 0 | 100% | ||
sim427 | 0 | 0 | 100% |
You're welcome:)
author | thecryptofiend |
---|---|
permlink | re-unspeakableme-re-thecryptofiend-markdown-basics-for-beginners-20170618t110456591z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-18 11:04:57 |
last_update | 2017-06-18 11:04:57 |
depth | 2 |
children | 0 |
last_payout | 2017-06-25 11:04:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.035 HBD |
curator_payout_value | 0.008 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 16 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,167,139 |
net_rshares | 2,240,147,129 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
abasinkanga | 0 | 0 | 100% | ||
professordote | 0 | 1,102,664,566 | 100% | ||
robjc | 0 | 1,137,482,563 | 100% | ||
nashaat | 0 | 0 | 100% | ||
gustavoklein | 0 | 0 | 100% |
Thank you for sharing this. Being new to Steemit, it is very helpful plus you used pretty simple and straight language without Jargon which made it easy for someone like me to digest easily. Thanks once again.
author | usmanalishah |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20170718t093705408z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-07-18 09:37:06 |
last_update | 2017-07-18 09:37:06 |
depth | 1 |
children | 0 |
last_payout | 2017-07-25 09:37:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.082 HBD |
curator_payout_value | 0.026 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 210 |
author_reputation | 370,846,458,645 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 8,857,027 |
net_rshares | 21,471,482,184 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 21,471,482,184 | 1% | ||
mraza | 0 | 0 | 100% | ||
gustavoklein | 0 | 0 | 100% |
Well, I already knew Markdown, but this post still helped. The interface is not really intuitive. When I first saw "Editor" at the top right of the editor, I assumed it was the sort of WYSIWYG editor I've come to expect at other blogging platforms, such as Wordpress. When I clicked "Editor" and it changed to "Markdown", I naturally assumed that was the Markdown editor. One final thing to note is that Steemit does not actually support Markdown as documented in the frequently linked [Markdown Cheatsheet](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet). It only supports a subset of it. There are some undocumented restrictions. In particular, inline HTML is checked before posting. One restriction that I encountered when submitting my second post was that I was not allowed to use the `<abbr>` tag. I have no idea what other tags might not be allowed.
author | vaggrippino |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180422t012447329z |
category | steemit |
json_metadata | {"tags":["steemit"],"links":["https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet"],"app":"steemit/0.1"} |
created | 2018-04-22 01:24:48 |
last_update | 2018-04-22 01:24:48 |
depth | 1 |
children | 0 |
last_payout | 2018-04-29 01:24:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 877 |
author_reputation | 48,200,842 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 51,398,893 |
net_rshares | 0 |
Thank you so much! This is so helpful!
author | valthewriter |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180312t151949610z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-03-12 15:20:06 |
last_update | 2018-03-12 15:20:06 |
depth | 1 |
children | 0 |
last_payout | 2018-03-19 15:20:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 38 |
author_reputation | 812,455,028 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 43,928,032 |
net_rshares | 617,883,575 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
makooshla | 0 | 617,883,575 | 100% |
Thank you for this!
author | verbalmilk |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180130t043608091z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-01-30 04:36:09 |
last_update | 2018-01-30 04:36:09 |
depth | 1 |
children | 0 |
last_payout | 2018-02-06 04:36:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 19 |
author_reputation | 71,895,910,638 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 33,466,805 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
verbalmilk | 0 | 0 | 100% |
Great tutorial post. Especially good read from beginners perspective. Thank you!
author | vrinteractive |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20171114t233947405z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-11-14 23:39:48 |
last_update | 2017-11-14 23:39:48 |
depth | 1 |
children | 0 |
last_payout | 2017-11-21 23:39:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 80 |
author_reputation | 29,167,704 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,409,311 |
net_rshares | 0 |
Vaya esto sera de ayuda
author | vueltalmundo |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20170709t114817712z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-07-09 11:48:18 |
last_update | 2017-07-09 11:48:18 |
depth | 1 |
children | 1 |
last_payout | 2017-07-16 11:48:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.065 HBD |
curator_payout_value | 0.020 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 23 |
author_reputation | 444,162,994 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 7,857,022 |
net_rshares | 21,789,093,859 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 21,319,838,737 | 1% | ||
middle-theory | 0 | 469,255,122 | 1% | ||
gustavoklein | 0 | 0 | 100% |
Excellent!
author | thecryptofiend |
---|---|
permlink | re-vueltalmundo-re-thecryptofiend-markdown-basics-for-beginners-20170709t133801120z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-07-09 13:38:00 |
last_update | 2017-07-09 13:38:00 |
depth | 2 |
children | 0 |
last_payout | 2017-07-16 13:38:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 10 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 7,867,334 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ravish1729 | 0 | 0 | 100% | ||
gustavoklein | 0 | 0 | 100% |
Very useful. Thanks for your share.
author | wangwenjing |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20170905t220010253z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-09-05 22:00:09 |
last_update | 2017-09-05 22:00:09 |
depth | 1 |
children | 1 |
last_payout | 2017-09-12 22:00:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 35 |
author_reputation | 11,462,624,156,054 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,989,341 |
net_rshares | 911,083,985 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
wangwenjing | 0 | 911,083,985 | 100% |
You're welcome.
author | thecryptofiend |
---|---|
permlink | re-wangwenjing-re-thecryptofiend-markdown-basics-for-beginners-20170905t221804714z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-09-05 22:18:03 |
last_update | 2017-09-05 22:18:03 |
depth | 2 |
children | 0 |
last_payout | 2017-09-12 22:18:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 15 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,990,462 |
net_rshares | 0 |
Thank you so much ! Very helpful for blogging
author | weberh8 |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180123t211323198z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-01-23 21:13:24 |
last_update | 2018-01-23 21:13:24 |
depth | 1 |
children | 0 |
last_payout | 2018-01-30 21:13:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 45 |
author_reputation | 2,833,853,274,700 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 31,742,067 |
net_rshares | 0 |
great tutorial. markdown is a versatile formatting tool
author | whydowork |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20170712t153307180z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-07-12 15:33:09 |
last_update | 2017-07-12 15:33:09 |
depth | 1 |
children | 0 |
last_payout | 2017-07-19 15:33:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.061 HBD |
curator_payout_value | 0.018 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 55 |
author_reputation | 1,925,406,992 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 8,236,797 |
net_rshares | 21,889,325,804 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 21,373,280,004 | 1% | ||
middle-theory | 0 | 516,045,800 | 1% | ||
ravish1729 | 0 | 0 | 0% | ||
gustavoklein | 0 | 0 | 100% |
Awesome tips, thanks! Still very very new to Steemit, and this post really made things easier :) Thank you so much!
author | wickedgood |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180303t025317959z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-03-03 02:53:18 |
last_update | 2018-03-03 02:53:18 |
depth | 1 |
children | 0 |
last_payout | 2018-03-10 02:53:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 115 |
author_reputation | 872,644,588 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 41,777,102 |
net_rshares | 0 |
Thank you for sharing this post with us. It was through this **incredible** Steemit community that I would receive my first introduction to Markdown. As I continue to provide content for this platform, I am to get better at the format of my content, as a compliment to the quality of what is written.
author | williamaellerbe |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20171222t005254796z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-12-22 00:54:24 |
last_update | 2017-12-22 00:54:24 |
depth | 1 |
children | 0 |
last_payout | 2017-12-29 00:54:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 300 |
author_reputation | 6,665,744,530 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 24,612,024 |
net_rshares | 0 |
This post is very good; this Markdown is very good; it feels easier to use than html; and I'm still not quite sure what other strengths it has.
author | yangweilong |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20180124t064725896z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-01-24 06:47:24 |
last_update | 2018-01-24 06:47:24 |
depth | 1 |
children | 0 |
last_payout | 2018-01-31 06:47:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 143 |
author_reputation | 0 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 31,846,644 |
net_rshares | 0 |
This guide was very helpful, and I'm just starting at Steemit, I have some familiarity with BB Code used in forums and I find it very similar in the simplicity of it. Will use it to make the posts as appealing as possible.
author | yrvk0n |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20170913t211041831z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-09-13 21:10:42 |
last_update | 2017-09-13 21:10:42 |
depth | 1 |
children | 1 |
last_payout | 2017-09-20 21:10:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 222 |
author_reputation | 439,572,799 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 14,800,219 |
net_rshares | 0 |
Glad it was helpful.
author | thecryptofiend |
---|---|
permlink | re-yrvk0n-re-thecryptofiend-markdown-basics-for-beginners-20170913t212237144z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-09-13 21:22:30 |
last_update | 2017-09-13 21:22:30 |
depth | 2 |
children | 0 |
last_payout | 2017-09-20 21:22:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 20 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 14,800,948 |
net_rshares | 0 |
Submit a Story 버튼을 눌러도 위와 같이 나오지 않으면 어떻게 해야햐죠??
author | yycsteemit |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20170709t044339948z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-07-09 04:43:42 |
last_update | 2017-07-09 04:43:42 |
depth | 1 |
children | 0 |
last_payout | 2017-07-16 04:43:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 47 |
author_reputation | 22,239,447 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 7,827,298 |
net_rshares | 0 |
Thanks for this. Coming in, I had visions of HTML or BB formatting.
author | z3rop0int |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20171121t014616485z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-11-21 01:44:33 |
last_update | 2017-11-21 01:44:33 |
depth | 1 |
children | 0 |
last_payout | 2017-11-28 01:44:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 67 |
author_reputation | 3,443,621,329 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 21,038,386 |
net_rshares | 0 |
Legend! This guide is very helpful, hopefully it will make my posts look nice. Any Markdown for aligning pictures to centre?
author | zebbad |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20170629t110852147z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-29 11:08:48 |
last_update | 2017-06-29 11:08:48 |
depth | 1 |
children | 0 |
last_payout | 2017-07-06 11:08:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.172 HBD |
curator_payout_value | 0.016 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 127 |
author_reputation | 78,430,373,219 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,608,163 |
net_rshares | 21,017,914,458 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 21,017,914,458 | 1% | ||
gustavoklein | 0 | 0 | 100% |
I hate HTML with the passion
author | znhighlander |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20161102t200451637z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-11-02 20:04:54 |
last_update | 2016-11-02 20:04:54 |
depth | 1 |
children | 1 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 28 |
author_reputation | 16,978,318,511 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,674,653 |
net_rshares | 8,490,270,951 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptofiend | 0 | 8,490,270,951 | 1% |
I'm not a big fan of it either!
author | thecryptofiend |
---|---|
permlink | re-znhighlander-re-thecryptofiend-markdown-basics-for-beginners-20161102t203858899z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-11-02 20:38:57 |
last_update | 2016-11-02 20:38:57 |
depth | 2 |
children | 0 |
last_payout | 2016-11-15 12:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 31 |
author_reputation | 323,603,913,866,384 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,674,822 |
net_rshares | 0 |
Thank you for EXCELLENT DETAILED post for a Total newbie such as myself. PEACE!
author | zoomtruth |
---|---|
permlink | re-thecryptofiend-markdown-basics-for-beginners-20171218t135807809z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-12-18 13:58:06 |
last_update | 2017-12-18 13:58:06 |
depth | 1 |
children | 0 |
last_payout | 2017-12-25 13:58:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 80 |
author_reputation | 3,249,599,597,102 |
root_title | "Steemit Markdown Basics for Beginners" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 24,027,504 |
net_rshares | 0 |